Interface Intent.Message.SuggestionOrBuilder (4.47.0)

public static interface Intent.Message.SuggestionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getTitle()

public abstract String getTitle()

Required. The text shown the in the suggestion chip.

string title = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The title.

getTitleBytes()

public abstract ByteString getTitleBytes()

Required. The text shown the in the suggestion chip.

string title = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for title.