public static interface HumanAgentHandoffConfig.SalesforceLiveAgentConfigOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getButtonId()
Required.
|
ByteString |
getButtonIdBytes()
Required.
|
String |
getDeploymentId()
Required.
|
ByteString |
getDeploymentIdBytes()
Required.
|
String |
getEndpointDomain()
Required.
|
ByteString |
getEndpointDomainBytes()
Required.
|
String |
getOrganizationId()
Required.
|
ByteString |
getOrganizationIdBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getOrganizationId()
Required. The organization ID of the Salesforce account.
string organization_id = 1 [(.google.api.field_behavior) = REQUIRED];
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];
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];
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];
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 © 2022 Google LLC. All rights reserved.