Google Cloud Dialogflow V2 Client - Class SalesforceLiveAgentConfig (1.0.1)

Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class SalesforceLiveAgentConfig.

Configuration specific to Salesforce Live Agent.

Generated from protobuf message google.cloud.dialogflow.v2.HumanAgentHandoffConfig.SalesforceLiveAgentConfig

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ organization_id string

Required. The organization ID of the Salesforce account.

↳ deployment_id string

Required. Live Agent deployment ID.

↳ button_id string

Required. Live Agent chat button ID.

↳ endpoint_domain string

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.

getOrganizationId

Required. The organization ID of the Salesforce account.

Generated from protobuf field string organization_id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
string

setOrganizationId

Required. The organization ID of the Salesforce account.

Generated from protobuf field string organization_id = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDeploymentId

Required. Live Agent deployment ID.

Generated from protobuf field string deployment_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
string

setDeploymentId

Required. Live Agent deployment ID.

Generated from protobuf field string deployment_id = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getButtonId

Required. Live Agent chat button ID.

Generated from protobuf field string button_id = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
string

setButtonId

Required. Live Agent chat button ID.

Generated from protobuf field string button_id = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getEndpointDomain

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.

Generated from protobuf field string endpoint_domain = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
string

setEndpointDomain

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.

Generated from protobuf field string endpoint_domain = 4 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
var string
Returns
TypeDescription
$this