Interface Intent.Message.LinkOutSuggestionOrBuilder (4.43.0)

public static interface Intent.Message.LinkOutSuggestionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDestinationName()

public abstract String getDestinationName()

Required. The name of the app or site this chip is linking to.

string destination_name = 1;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for uri.