View Source GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2AgentAssistantRecord (google_api_dialogflow v0.88.3)
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. -
dialogflowAssistAnswer
(type:GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2DialogflowAssistAnswer.t
, default:nil
) - Output only. Dialogflow assist answer. -
faqAnswer
(type:GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2FaqAnswer.t
, default:nil
) - Output only. The FAQ answer.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2AgentAssistantRecord{ articleSuggestionAnswer: GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2ArticleAnswer.t() | nil, dialogflowAssistAnswer: GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2DialogflowAssistAnswer.t() | nil, faqAnswer: GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2FaqAnswer.t() | nil }