GoogleCloudDialogflowV2beta1HumanAgentHandoffConfigSalesforceLiveAgentConfigArgs

data class GoogleCloudDialogflowV2beta1HumanAgentHandoffConfigSalesforceLiveAgentConfigArgs(val buttonId: Output<String>, val deploymentId: Output<String>, val endpointDomain: Output<String>, val organizationId: Output<String>) : ConvertibleToJava<GoogleCloudDialogflowV2beta1HumanAgentHandoffConfigSalesforceLiveAgentConfigArgs>

Configuration specific to Salesforce Live Agent.

Constructors

fun GoogleCloudDialogflowV2beta1HumanAgentHandoffConfigSalesforceLiveAgentConfigArgs(buttonId: Output<String>, deploymentId: Output<String>, endpointDomain: Output<String>, organizationId: Output<String>)

Functions

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

Properties

Link copied to clipboard
val buttonId: Output<String>

Live Agent chat button ID.

Link copied to clipboard
val deploymentId: Output<String>

Live Agent deployment ID.

Link copied to clipboard
val endpointDomain: Output<String>

Domain of the Live Agent endpoint for this agent. You can find the endpoint URL in the Live Agent settings page. For example if URL has the form https://d.la4-c2-phx.salesforceliveagent.com/..., you should fill in d.la4-c2-phx.salesforceliveagent.com.

Link copied to clipboard
val organizationId: Output<String>

The organization ID of the Salesforce account.