public static interface HumanAgentHandoffConfig.SalesforceLiveAgentConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getButtonId()
Required.
|
com.google.protobuf.ByteString |
getButtonIdBytes()
Required.
|
String |
getDeploymentId()
Required.
|
com.google.protobuf.ByteString |
getDeploymentIdBytes()
Required.
|
String |
getEndpointDomain()
Required.
|
com.google.protobuf.ByteString |
getEndpointDomainBytes()
Required.
|
String |
getOrganizationId()
Required.
|
com.google.protobuf.ByteString |
getOrganizationIdBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getOrganizationId()
Required. The organization ID of the Salesforce account.
string organization_id = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getOrganizationIdBytes()
Required. The organization ID of the Salesforce account.
string organization_id = 1 [(.google.api.field_behavior) = REQUIRED];String getDeploymentId()
Required. Live Agent deployment ID.
string deployment_id = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getDeploymentIdBytes()
Required. Live Agent deployment ID.
string deployment_id = 2 [(.google.api.field_behavior) = REQUIRED];String getButtonId()
Required. Live Agent chat button ID.
string button_id = 3 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getButtonIdBytes()
Required. Live Agent chat button ID.
string button_id = 3 [(.google.api.field_behavior) = REQUIRED];String 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.
string endpoint_domain = 4 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getEndpointDomainBytes()
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.
string endpoint_domain = 4 [(.google.api.field_behavior) = REQUIRED];Copyright © 2023 Google LLC. All rights reserved.