GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2HumanAgentAssistantConfig (google_api_dialogflow v0.73.0) View Source
Defines the Human Agent Assist to connect to a conversation.
Attributes
-
endUserSuggestionConfig(type:GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionConfig.t, default:nil) - Configuration for agent assistance of end user participant. Currently, this feature is not general available, please contact Google to get access. -
humanAgentSuggestionConfig(type:GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionConfig.t, default:nil) - Configuration for agent assistance of human agent participant. -
messageAnalysisConfig(type:GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2HumanAgentAssistantConfigMessageAnalysisConfig.t, default:nil) - Configuration for message analysis. -
notificationConfig(type:GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2NotificationConfig.t, default:nil) - Pub/Sub topic on which to publish new agent assistant events.
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.GoogleCloudDialogflowV2HumanAgentAssistantConfig{
endUserSuggestionConfig:
GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionConfig.t()
| nil,
humanAgentSuggestionConfig:
GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionConfig.t()
| nil,
messageAnalysisConfig:
GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2HumanAgentAssistantConfigMessageAnalysisConfig.t()
| nil,
notificationConfig:
GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2NotificationConfig.t()
| nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.