public static interface Intent.Message.RbmSuggestedAction.RbmSuggestedActionDialOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getPhoneNumber()
Required.
|
com.google.protobuf.ByteString |
getPhoneNumberBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getPhoneNumber()
Required. The phone number to fill in the default dialer app. This field should be in [E.164](https://en.wikipedia.org/wiki/E.164) format. An example of a correctly formatted phone number: +15556767888.
string phone_number = 1;com.google.protobuf.ByteString getPhoneNumberBytes()
Required. The phone number to fill in the default dialer app. This field should be in [E.164](https://en.wikipedia.org/wiki/E.164) format. An example of a correctly formatted phone number: +15556767888.
string phone_number = 1;Copyright © 2023 Google LLC. All rights reserved.