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

The sources of the answers.

Attributes

  • snippet (type: String.t, default: nil) - The relevant snippet of the article.
  • title (type: String.t, default: nil) - The title of the article.
  • uri (type: String.t, default: nil) - The URI of the article.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2SearchKnowledgeAnswerAnswerSource{
    snippet: 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.