public sealed class SalesforceLiveAgentConfig : IMessage<HumanAgentHandoffConfig.Types.SalesforceLiveAgentConfig>, IEquatable<HumanAgentHandoffConfig.Types.SalesforceLiveAgentConfig>, IDeepCloneable<HumanAgentHandoffConfig.Types.SalesforceLiveAgentConfig>, IBufferMessage, IMessage
Configuration specific to Salesforce Live Agent.
Implements
IMessage<HumanAgentHandoffConfig.Types.SalesforceLiveAgentConfig>, IEquatable<HumanAgentHandoffConfig.Types.SalesforceLiveAgentConfig>, IDeepCloneable<HumanAgentHandoffConfig.Types.SalesforceLiveAgentConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
SalesforceLiveAgentConfig()
public SalesforceLiveAgentConfig()
SalesforceLiveAgentConfig(HumanAgentHandoffConfig.Types.SalesforceLiveAgentConfig)
public SalesforceLiveAgentConfig(HumanAgentHandoffConfig.Types.SalesforceLiveAgentConfig other)
Parameter | |
---|---|
Name | Description |
other | HumanAgentHandoffConfig.Types.SalesforceLiveAgentConfig |
Properties
ButtonId
public string ButtonId { get; set; }
Required. Live Agent chat button ID.
Property Value | |
---|---|
Type | Description |
String |
DeploymentId
public string DeploymentId { get; set; }
Required. Live Agent deployment ID.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
String |
OrganizationId
public string OrganizationId { get; set; }
Required. The organization ID of the Salesforce account.
Property Value | |
---|---|
Type | Description |
String |