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
constructor(livePersonConfig: Output<GoogleCloudDialogflowV2HumanAgentHandoffConfigLivePersonConfigArgs>? = null, salesforceLiveAgentConfig: Output<GoogleCloudDialogflowV2HumanAgentHandoffConfigSalesforceLiveAgentConfigArgs>? = null)
Properties
Link copied to clipboard
val livePersonConfig: Output<GoogleCloudDialogflowV2HumanAgentHandoffConfigLivePersonConfigArgs>? = null
Uses LivePerson (https://www.liveperson.com).
Link copied to clipboard
val salesforceLiveAgentConfig: Output<GoogleCloudDialogflowV2HumanAgentHandoffConfigSalesforceLiveAgentConfigArgs>? = null
Uses Salesforce Live Agent.