GoogleCloudDialogflowV2HumanAgentAssistantConfigArgs

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

constructor(endUserSuggestionConfig: Output<GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionConfigArgs>? = null, humanAgentSuggestionConfig: Output<GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionConfigArgs>? = null, messageAnalysisConfig: Output<GoogleCloudDialogflowV2HumanAgentAssistantConfigMessageAnalysisConfigArgs>? = null, notificationConfig: Output<GoogleCloudDialogflowV2NotificationConfigArgs>? = null)

Properties

Link copied to clipboard

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

Configuration for agent assistance of human agent participant.

Link copied to clipboard
Link copied to clipboard

Pub/Sub topic on which to publish new agent assistant events.

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudDialogflowV2HumanAgentAssistantConfigArgs