Google Cloud Dialogflow V2 Client - Class SalesforceLiveAgentConfig (1.7.2)

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

Namespace

Google \ Cloud \ Dialogflow \ V2 \ HumanAgentHandoffConfig

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.

Returns
TypeDescription
string

setOrganizationId

Required. The organization ID of the Salesforce account.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDeploymentId

Required. Live Agent deployment ID.

Returns
TypeDescription
string

setDeploymentId

Required. Live Agent deployment ID.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getButtonId

Required. Live Agent chat button ID.

Returns
TypeDescription
string

setButtonId

Required. Live Agent chat button ID.

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.

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.

Parameter
NameDescription
var string
Returns
TypeDescription
$this