public static interface Intent.Message.LinkOutSuggestionOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDestinationName()
public abstract String getDestinationName()
Required. The name of the app or site this chip is linking to.
string destination_name = 1;
Returns | |
---|---|
Type | Description |
String |
The destinationName. |
getDestinationNameBytes()
public abstract ByteString getDestinationNameBytes()
Required. The name of the app or site this chip is linking to.
string destination_name = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for destinationName. |
getUri()
public abstract String getUri()
Required. The URI of the app or site to open when the user taps the suggestion chip.
string uri = 2;
Returns | |
---|---|
Type | Description |
String |
The uri. |
getUriBytes()
public abstract ByteString getUriBytes()
Required. The URI of the app or site to open when the user taps the suggestion chip.
string uri = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for uri. |