View Source GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2AgentAssistantRecord (google_api_dialogflow v0.74.0)

Represents a record of a human agent assist answer.

Attributes

  • articleSuggestionAnswer (type: GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2ArticleAnswer.t, default: nil) - Output only. The article suggestion answer.
  • faqAnswer (type: GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2FaqAnswer.t, default: nil) - Output only. The FAQ answer.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() ::
  %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2AgentAssistantRecord{
    articleSuggestionAnswer:
      GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2ArticleAnswer.t()
      | nil,
    faqAnswer:
      GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2FaqAnswer.t() | nil
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.