View Source GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3DataStoreConnectionSignalsSearchSnippet (google_api_dialogflow v0.78.0)

Search snippet details.

Attributes

  • documentTitle (type: String.t, default: nil) - Title of the enclosing document.
  • documentUri (type: String.t, default: nil) - Uri for the document. Present if specified for the document.
  • text (type: String.t, default: nil) - Text included in the prompt.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3DataStoreConnectionSignalsSearchSnippet{
    documentTitle: String.t() | nil,
    documentUri: String.t() | nil,
    text: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.