public static interface Intent.Message.TelephonyTransferCallOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getPhoneNumber()
Required.
|
ByteString |
getPhoneNumberBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getPhoneNumber()
Required. The phone number to transfer the call to in [E.164 format](https://en.wikipedia.org/wiki/E.164). We currently only allow transferring to US numbers (+1xxxyyyzzzz).
string phone_number = 1;
ByteString getPhoneNumberBytes()
Required. The phone number to transfer the call to in [E.164 format](https://en.wikipedia.org/wiki/E.164). We currently only allow transferring to US numbers (+1xxxyyyzzzz).
string phone_number = 1;
Copyright © 2022 Google LLC. All rights reserved.