Interface Intent.Message.QuickRepliesOrBuilder (4.43.0)

public static interface Intent.Message.QuickRepliesOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getQuickReplies(int index)

public abstract String getQuickReplies(int index)

Optional. The collection of quick replies.

repeated string quick_replies = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The quickReplies at the given index.

getQuickRepliesBytes(int index)

public abstract ByteString getQuickRepliesBytes(int index)

Optional. The collection of quick replies.

repeated string quick_replies = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the quickReplies at the given index.

getQuickRepliesCount()

public abstract int getQuickRepliesCount()

Optional. The collection of quick replies.

repeated string quick_replies = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
int

The count of quickReplies.

getQuickRepliesList()

public abstract List<String> getQuickRepliesList()

Optional. The collection of quick replies.

repeated string quick_replies = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
List<String>

A list containing the quickReplies.

getTitle()

public abstract String getTitle()

Optional. The title of the collection of quick replies.

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

Returns
TypeDescription
String

The title.

getTitleBytes()

public abstract ByteString getTitleBytes()

Optional. The title of the collection of quick replies.

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

Returns
TypeDescription
ByteString

The bytes for title.