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 | |
---|---|
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.
Generated from protobuf field string organization_id = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
string |
setOrganizationId
Required. The organization ID of the Salesforce account.
Generated from protobuf field string organization_id = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getDeploymentId
Required. Live Agent deployment ID.
Generated from protobuf field string deployment_id = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
string |
setDeploymentId
Required. Live Agent deployment ID.
Generated from protobuf field string deployment_id = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getButtonId
Required. Live Agent chat button ID.
Generated from protobuf field string button_id = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
string |
setButtonId
Required. Live Agent chat button ID.
Generated from protobuf field string button_id = 3 [(.google.api.field_behavior) = REQUIRED];
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.
Generated from protobuf field string endpoint_domain = 4 [(.google.api.field_behavior) = REQUIRED];
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.
Generated from protobuf field string endpoint_domain = 4 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |