Interface HumanAgentHandoffConfig.LivePersonConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HumanAgentHandoffConfig.LivePersonConfig
,HumanAgentHandoffConfig.LivePersonConfig.Builder
- Enclosing class:
- HumanAgentHandoffConfig
public static interface HumanAgentHandoffConfig.LivePersonConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAccountNumber()
Required.com.google.protobuf.ByteString
getAccountNumberBytes()
Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getAccountNumber
String getAccountNumber()
Required. Account number of the LivePerson account to connect. This is the account number you input at the login page.
string account_number = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The accountNumber.
-
getAccountNumberBytes
com.google.protobuf.ByteString getAccountNumberBytes()
Required. Account number of the LivePerson account to connect. This is the account number you input at the login page.
string account_number = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The bytes for accountNumber.
-
-