View Source GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3DataStoreConnectionSignalsCitedSnippet (google_api_dialogflow v0.88.3)
Snippet cited by the answer generation model.
Attributes
-
searchSnippet
(type:GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3DataStoreConnectionSignalsSearchSnippet.t
, default:nil
) - Details of the snippet. -
snippetIndex
(type:integer()
, default:nil
) - Index of the snippet insearch_snippets
field.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3DataStoreConnectionSignalsCitedSnippet{ searchSnippet: GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3DataStoreConnectionSignalsSearchSnippet.t() | nil, snippetIndex: integer() | nil }