Interface HumanAgentHandoffConfig.SalesforceLiveAgentConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HumanAgentHandoffConfig.SalesforceLiveAgentConfig
,HumanAgentHandoffConfig.SalesforceLiveAgentConfig.Builder
- Enclosing class:
- HumanAgentHandoffConfig
public static interface HumanAgentHandoffConfig.SalesforceLiveAgentConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getOrganizationId
String getOrganizationId()
Required. The organization ID of the Salesforce account.
string organization_id = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The organizationId.
-
getOrganizationIdBytes
com.google.protobuf.ByteString getOrganizationIdBytes()
Required. The organization ID of the Salesforce account.
string organization_id = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The bytes for organizationId.
-
getDeploymentId
String getDeploymentId()
Required. Live Agent deployment ID.
string deployment_id = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The deploymentId.
-
getDeploymentIdBytes
com.google.protobuf.ByteString getDeploymentIdBytes()
Required. Live Agent deployment ID.
string deployment_id = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The bytes for deploymentId.
-
getButtonId
String getButtonId()
Required. Live Agent chat button ID.
string button_id = 3 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The buttonId.
-
getButtonIdBytes
com.google.protobuf.ByteString getButtonIdBytes()
Required. Live Agent chat button ID.
string button_id = 3 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The bytes for buttonId.
-
getEndpointDomain
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];
- Returns:
- The endpointDomain.
-
getEndpointDomainBytes
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];
- Returns:
- The bytes for endpointDomain.
-
-