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 \ HumanAgentHandoffConfigMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 |
getOrganizationId
Required. The organization ID of the Salesforce account.
Returns | |
---|---|
Type | Description |
string |
setOrganizationId
Required. The organization ID of the Salesforce account.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getDeploymentId
Required. Live Agent deployment ID.
Returns | |
---|---|
Type | Description |
string |
setDeploymentId
Required. Live Agent deployment ID.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getButtonId
Required. Live Agent chat button ID.
Returns | |
---|---|
Type | Description |
string |
setButtonId
Required. Live Agent chat button ID.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |