Google Cloud Dialogflow V2Human Agent Assistant Config Args
data class GoogleCloudDialogflowV2HumanAgentAssistantConfigArgs(val endUserSuggestionConfig: Output<GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionConfigArgs>? = null, val humanAgentSuggestionConfig: Output<GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionConfigArgs>? = null, val messageAnalysisConfig: Output<GoogleCloudDialogflowV2HumanAgentAssistantConfigMessageAnalysisConfigArgs>? = null, val notificationConfig: Output<GoogleCloudDialogflowV2NotificationConfigArgs>? = null) : ConvertibleToJava<GoogleCloudDialogflowV2HumanAgentAssistantConfigArgs>
Defines the Human Agent Assist to connect to a conversation.
Constructors
Link copied to clipboard
constructor(endUserSuggestionConfig: Output<GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionConfigArgs>? = null, humanAgentSuggestionConfig: Output<GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionConfigArgs>? = null, messageAnalysisConfig: Output<GoogleCloudDialogflowV2HumanAgentAssistantConfigMessageAnalysisConfigArgs>? = null, notificationConfig: Output<GoogleCloudDialogflowV2NotificationConfigArgs>? = null)
Properties
Link copied to clipboard
val endUserSuggestionConfig: Output<GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionConfigArgs>? = null
Configuration for agent assistance of end user participant. Currently, this feature is not general available, please contact Google to get access.
Link copied to clipboard
val humanAgentSuggestionConfig: Output<GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionConfigArgs>? = null
Configuration for agent assistance of human agent participant.
Link copied to clipboard
val messageAnalysisConfig: Output<GoogleCloudDialogflowV2HumanAgentAssistantConfigMessageAnalysisConfigArgs>? = null
Configuration for message analysis.
Link copied to clipboard
Pub/Sub topic on which to publish new agent assistant events.