GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2AgentAssistantRecord (google_api_dialogflow v0.73.0) View Source
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
Unwrap a decoded JSON object into its complex fields.