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

Answer part with citation.

Attributes

  • supportingIndices (type: list(integer()), default: nil) - Citations for this answer part. Indices of search_snippets.
  • text (type: String.t, default: nil) - Substring of the answer.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3DataStoreConnectionSignalsAnswerPart{
    supportingIndices: [integer()] | nil,
    text: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.