Interface Intent.Message.RbmSuggestedAction.RbmSuggestedActionDialOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getPhoneNumber()
      Required.
      com.google.protobuf.ByteString getPhoneNumberBytes()
      Required.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getPhoneNumber

        String 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;
        Returns:
        The phoneNumber.
      • getPhoneNumberBytes

        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;
        Returns:
        The bytes for phoneNumber.