public static interface HumanAgentHandoffConfig.LivePersonConfigOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getAccountNumber()
Required.
|
ByteString |
getAccountNumberBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
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];
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];
Copyright © 2022 Google LLC. All rights reserved.