GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySource (google_api_dialogflow v0.89.0)
View SourceDialogflow source setting. Supported feature: DIALOGFLOW_ASSIST.
Attributes
-
agent(type:String.t, default:nil) - Required. The name of a Dialogflow virtual agent used for end user side intent detection and suggestion. Format:projects//locations//agent. When multiple agents are allowed in the same Dialogflow project. -
humanAgentSideConfig(type:GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySourceHumanAgentSideConfig.t, default:nil) - Optional. The Dialogflow assist configuration for human agent.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySource{ agent: String.t() | nil, humanAgentSideConfig: GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySourceHumanAgentSideConfig.t() | nil }