Interface Intent.Message.ListSelectOrBuilder (4.47.0)

public static interface Intent.Message.ListSelectOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getItems(int index)

public abstract Intent.Message.ListSelect.Item getItems(int index)

Required. List items.

repeated .google.cloud.dialogflow.v2.Intent.Message.ListSelect.Item items = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
indexint
Returns
TypeDescription
Intent.Message.ListSelect.Item

getItemsCount()

public abstract int getItemsCount()

Required. List items.

repeated .google.cloud.dialogflow.v2.Intent.Message.ListSelect.Item items = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
int

getItemsList()

public abstract List<Intent.Message.ListSelect.Item> getItemsList()

Required. List items.

repeated .google.cloud.dialogflow.v2.Intent.Message.ListSelect.Item items = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
List<Item>

getItemsOrBuilder(int index)

public abstract Intent.Message.ListSelect.ItemOrBuilder getItemsOrBuilder(int index)

Required. List items.

repeated .google.cloud.dialogflow.v2.Intent.Message.ListSelect.Item items = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
indexint
Returns
TypeDescription
Intent.Message.ListSelect.ItemOrBuilder

getItemsOrBuilderList()

public abstract List<? extends Intent.Message.ListSelect.ItemOrBuilder> getItemsOrBuilderList()

Required. List items.

repeated .google.cloud.dialogflow.v2.Intent.Message.ListSelect.Item items = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
List<? extends com.google.cloud.dialogflow.v2.Intent.Message.ListSelect.ItemOrBuilder>

getSubtitle()

public abstract String getSubtitle()

Optional. Subtitle of the list.

string subtitle = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The subtitle.

getSubtitleBytes()

public abstract ByteString getSubtitleBytes()

Optional. Subtitle of the list.

string subtitle = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for subtitle.

getTitle()

public abstract String getTitle()

Optional. The overall title of the list.

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

Returns
TypeDescription
String

The title.

getTitleBytes()

public abstract ByteString getTitleBytes()

Optional. The overall title of the list.

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

Returns
TypeDescription
ByteString

The bytes for title.