View Source GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2beta1ArticleAnswer (google_api_dialogflow v0.78.0)

Represents article answer.

Attributes

  • answerRecord (type: String.t, default: nil) - The name of answer record, in the format of "projects//locations//answerRecords/"
  • metadata (type: map(), default: nil) - A map that contains metadata about the answer and the document from which it originates.
  • snippets (type: list(String.t), default: nil) - Output only. Article snippets.
  • title (type: String.t, default: nil) - The article title.
  • uri (type: String.t, default: nil) - The article URI.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2beta1ArticleAnswer{
  answerRecord: String.t() | nil,
  metadata: map() | nil,
  snippets: [String.t()] | nil,
  title: String.t() | nil,
  uri: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.