public static final class HumanAgentHandoffConfig.SalesforceLiveAgentConfig.Builder extends GeneratedMessageV3.Builder<HumanAgentHandoffConfig.SalesforceLiveAgentConfig.Builder> implements HumanAgentHandoffConfig.SalesforceLiveAgentConfigOrBuilder
Configuration specific to Salesforce Live Agent.Protobuf type
google.cloud.dialogflow.v2.HumanAgentHandoffConfig.SalesforceLiveAgentConfig
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
mergeDelimitedFrom, mergeDelimitedFrom
mergeFrom
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
public HumanAgentHandoffConfig.SalesforceLiveAgentConfig.Builder clear()
clear
in interface Message.Builder
clear
in interface MessageLite.Builder
clear
in class GeneratedMessageV3.Builder<HumanAgentHandoffConfig.SalesforceLiveAgentConfig.Builder>
public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface Message.Builder
getDescriptorForType
in interface MessageOrBuilder
getDescriptorForType
in class GeneratedMessageV3.Builder<HumanAgentHandoffConfig.SalesforceLiveAgentConfig.Builder>
public HumanAgentHandoffConfig.SalesforceLiveAgentConfig getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
public HumanAgentHandoffConfig.SalesforceLiveAgentConfig build()
build
in interface Message.Builder
build
in interface MessageLite.Builder
public HumanAgentHandoffConfig.SalesforceLiveAgentConfig buildPartial()
buildPartial
in interface Message.Builder
buildPartial
in interface MessageLite.Builder
public HumanAgentHandoffConfig.SalesforceLiveAgentConfig.Builder clone()
clone
in interface Message.Builder
clone
in interface MessageLite.Builder
clone
in class GeneratedMessageV3.Builder<HumanAgentHandoffConfig.SalesforceLiveAgentConfig.Builder>
public HumanAgentHandoffConfig.SalesforceLiveAgentConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)
setField
in interface Message.Builder
setField
in class GeneratedMessageV3.Builder<HumanAgentHandoffConfig.SalesforceLiveAgentConfig.Builder>
public HumanAgentHandoffConfig.SalesforceLiveAgentConfig.Builder clearField(Descriptors.FieldDescriptor field)
clearField
in interface Message.Builder
clearField
in class GeneratedMessageV3.Builder<HumanAgentHandoffConfig.SalesforceLiveAgentConfig.Builder>
public HumanAgentHandoffConfig.SalesforceLiveAgentConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof
in interface Message.Builder
clearOneof
in class GeneratedMessageV3.Builder<HumanAgentHandoffConfig.SalesforceLiveAgentConfig.Builder>
public HumanAgentHandoffConfig.SalesforceLiveAgentConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface Message.Builder
setRepeatedField
in class GeneratedMessageV3.Builder<HumanAgentHandoffConfig.SalesforceLiveAgentConfig.Builder>
public HumanAgentHandoffConfig.SalesforceLiveAgentConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface Message.Builder
addRepeatedField
in class GeneratedMessageV3.Builder<HumanAgentHandoffConfig.SalesforceLiveAgentConfig.Builder>
public HumanAgentHandoffConfig.SalesforceLiveAgentConfig.Builder mergeFrom(Message other)
mergeFrom
in interface Message.Builder
mergeFrom
in class AbstractMessage.Builder<HumanAgentHandoffConfig.SalesforceLiveAgentConfig.Builder>
public HumanAgentHandoffConfig.SalesforceLiveAgentConfig.Builder mergeFrom(HumanAgentHandoffConfig.SalesforceLiveAgentConfig other)
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3.Builder<HumanAgentHandoffConfig.SalesforceLiveAgentConfig.Builder>
public HumanAgentHandoffConfig.SalesforceLiveAgentConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface Message.Builder
mergeFrom
in interface MessageLite.Builder
mergeFrom
in class AbstractMessage.Builder<HumanAgentHandoffConfig.SalesforceLiveAgentConfig.Builder>
IOException
public String getOrganizationId()
Required. The organization ID of the Salesforce account.
string organization_id = 1 [(.google.api.field_behavior) = REQUIRED];
getOrganizationId
in interface HumanAgentHandoffConfig.SalesforceLiveAgentConfigOrBuilder
public ByteString getOrganizationIdBytes()
Required. The organization ID of the Salesforce account.
string organization_id = 1 [(.google.api.field_behavior) = REQUIRED];
getOrganizationIdBytes
in interface HumanAgentHandoffConfig.SalesforceLiveAgentConfigOrBuilder
public HumanAgentHandoffConfig.SalesforceLiveAgentConfig.Builder setOrganizationId(String value)
Required. The organization ID of the Salesforce account.
string organization_id = 1 [(.google.api.field_behavior) = REQUIRED];
value
- The organizationId to set.public HumanAgentHandoffConfig.SalesforceLiveAgentConfig.Builder clearOrganizationId()
Required. The organization ID of the Salesforce account.
string organization_id = 1 [(.google.api.field_behavior) = REQUIRED];
public HumanAgentHandoffConfig.SalesforceLiveAgentConfig.Builder setOrganizationIdBytes(ByteString value)
Required. The organization ID of the Salesforce account.
string organization_id = 1 [(.google.api.field_behavior) = REQUIRED];
value
- The bytes for organizationId to set.public String getDeploymentId()
Required. Live Agent deployment ID.
string deployment_id = 2 [(.google.api.field_behavior) = REQUIRED];
getDeploymentId
in interface HumanAgentHandoffConfig.SalesforceLiveAgentConfigOrBuilder
public ByteString getDeploymentIdBytes()
Required. Live Agent deployment ID.
string deployment_id = 2 [(.google.api.field_behavior) = REQUIRED];
getDeploymentIdBytes
in interface HumanAgentHandoffConfig.SalesforceLiveAgentConfigOrBuilder
public HumanAgentHandoffConfig.SalesforceLiveAgentConfig.Builder setDeploymentId(String value)
Required. Live Agent deployment ID.
string deployment_id = 2 [(.google.api.field_behavior) = REQUIRED];
value
- The deploymentId to set.public HumanAgentHandoffConfig.SalesforceLiveAgentConfig.Builder clearDeploymentId()
Required. Live Agent deployment ID.
string deployment_id = 2 [(.google.api.field_behavior) = REQUIRED];
public HumanAgentHandoffConfig.SalesforceLiveAgentConfig.Builder setDeploymentIdBytes(ByteString value)
Required. Live Agent deployment ID.
string deployment_id = 2 [(.google.api.field_behavior) = REQUIRED];
value
- The bytes for deploymentId to set.public String getButtonId()
Required. Live Agent chat button ID.
string button_id = 3 [(.google.api.field_behavior) = REQUIRED];
getButtonId
in interface HumanAgentHandoffConfig.SalesforceLiveAgentConfigOrBuilder
public ByteString getButtonIdBytes()
Required. Live Agent chat button ID.
string button_id = 3 [(.google.api.field_behavior) = REQUIRED];
getButtonIdBytes
in interface HumanAgentHandoffConfig.SalesforceLiveAgentConfigOrBuilder
public HumanAgentHandoffConfig.SalesforceLiveAgentConfig.Builder setButtonId(String value)
Required. Live Agent chat button ID.
string button_id = 3 [(.google.api.field_behavior) = REQUIRED];
value
- The buttonId to set.public HumanAgentHandoffConfig.SalesforceLiveAgentConfig.Builder clearButtonId()
Required. Live Agent chat button ID.
string button_id = 3 [(.google.api.field_behavior) = REQUIRED];
public HumanAgentHandoffConfig.SalesforceLiveAgentConfig.Builder setButtonIdBytes(ByteString value)
Required. Live Agent chat button ID.
string button_id = 3 [(.google.api.field_behavior) = REQUIRED];
value
- The bytes for buttonId to set.public 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];
getEndpointDomain
in interface HumanAgentHandoffConfig.SalesforceLiveAgentConfigOrBuilder
public 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];
getEndpointDomainBytes
in interface HumanAgentHandoffConfig.SalesforceLiveAgentConfigOrBuilder
public HumanAgentHandoffConfig.SalesforceLiveAgentConfig.Builder setEndpointDomain(String value)
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];
value
- The endpointDomain to set.public HumanAgentHandoffConfig.SalesforceLiveAgentConfig.Builder clearEndpointDomain()
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];
public HumanAgentHandoffConfig.SalesforceLiveAgentConfig.Builder setEndpointDomainBytes(ByteString value)
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];
value
- The bytes for endpointDomain to set.public final HumanAgentHandoffConfig.SalesforceLiveAgentConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields
in interface Message.Builder
setUnknownFields
in class GeneratedMessageV3.Builder<HumanAgentHandoffConfig.SalesforceLiveAgentConfig.Builder>
public final HumanAgentHandoffConfig.SalesforceLiveAgentConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields
in interface Message.Builder
mergeUnknownFields
in class GeneratedMessageV3.Builder<HumanAgentHandoffConfig.SalesforceLiveAgentConfig.Builder>
Copyright © 2022 Google LLC. All rights reserved.