Google Cloud Dialogflow v2beta1 API - Class HumanAgentHandoffConfig.Types.SalesforceLiveAgentConfig (1.0.0-beta15)

public sealed class HumanAgentHandoffConfig.Types.SalesforceLiveAgentConfig : IMessage<HumanAgentHandoffConfig.Types.SalesforceLiveAgentConfig>, IEquatable<HumanAgentHandoffConfig.Types.SalesforceLiveAgentConfig>, IDeepCloneable<HumanAgentHandoffConfig.Types.SalesforceLiveAgentConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class HumanAgentHandoffConfig.Types.SalesforceLiveAgentConfig.

Configuration specific to Salesforce Live Agent.

Inheritance

object > HumanAgentHandoffConfig.Types.SalesforceLiveAgentConfig

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

SalesforceLiveAgentConfig()

public SalesforceLiveAgentConfig()

SalesforceLiveAgentConfig(SalesforceLiveAgentConfig)

public SalesforceLiveAgentConfig(HumanAgentHandoffConfig.Types.SalesforceLiveAgentConfig other)
Parameter
NameDescription
otherHumanAgentHandoffConfigTypesSalesforceLiveAgentConfig

Properties

ButtonId

public string ButtonId { get; set; }

Required. Live Agent chat button ID.

Property Value
TypeDescription
string

DeploymentId

public string DeploymentId { get; set; }

Required. Live Agent deployment ID.

Property Value
TypeDescription
string

EndpointDomain

public string EndpointDomain { get; set; }

Required. 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.

Property Value
TypeDescription
string

OrganizationId

public string OrganizationId { get; set; }

Required. The organization ID of the Salesforce account.

Property Value
TypeDescription
string