public static interface Intent.Message.LinkOutSuggestionOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDestinationName()
Required.
|
ByteString |
getDestinationNameBytes()
Required.
|
java.lang.String |
getUri()
Required.
|
ByteString |
getUriBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedjava.lang.String getDestinationName()
Required. The name of the app or site this chip is linking to.
string destination_name = 1;ByteString getDestinationNameBytes()
Required. The name of the app or site this chip is linking to.
string destination_name = 1;java.lang.String getUri()
Required. The URI of the app or site to open when the user taps the suggestion chip.
string uri = 2;ByteString getUriBytes()
Required. The URI of the app or site to open when the user taps the suggestion chip.
string uri = 2;