Google Cloud Dialogflow V2Human Agent Handoff Config Args
data class GoogleCloudDialogflowV2HumanAgentHandoffConfigArgs(val livePersonConfig: Output<GoogleCloudDialogflowV2HumanAgentHandoffConfigLivePersonConfigArgs>? = null, val salesforceLiveAgentConfig: Output<GoogleCloudDialogflowV2HumanAgentHandoffConfigSalesforceLiveAgentConfigArgs>? = null) : ConvertibleToJava<GoogleCloudDialogflowV2HumanAgentHandoffConfigArgs>
Defines the hand off to a live agent, typically on which external agent service provider to connect to a conversation. Currently, this feature is not general available, please contact Google to get access.
Constructors
Link copied to clipboard
fun GoogleCloudDialogflowV2HumanAgentHandoffConfigArgs(livePersonConfig: Output<GoogleCloudDialogflowV2HumanAgentHandoffConfigLivePersonConfigArgs>? = null, salesforceLiveAgentConfig: Output<GoogleCloudDialogflowV2HumanAgentHandoffConfigSalesforceLiveAgentConfigArgs>? = null)
Functions
Properties
Link copied to clipboard
val livePersonConfig: Output<GoogleCloudDialogflowV2HumanAgentHandoffConfigLivePersonConfigArgs>? = null
Link copied to clipboard