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

Represents a Dialogflow assist answer.

Attributes

  • answerRecord (type: String.t, default: nil) - The name of answer record, in the format of "projects//locations//answerRecords/"
  • intentSuggestion (type: GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2IntentSuggestion.t, default: nil) - An intent suggestion generated from conversation.
  • queryResult (type: GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2QueryResult.t, default: nil) - Result from v2 agent.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2DialogflowAssistAnswer{
    answerRecord: String.t() | nil,
    intentSuggestion:
      GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2IntentSuggestion.t()
      | nil,
    queryResult:
      GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2QueryResult.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.