public static interface Intent.Message.ListSelectOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getItems(int index)
public abstract Intent.Message.ListSelect.Item getItems(int index)Required. List items.
repeated .google.cloud.dialogflow.v2beta1.Intent.Message.ListSelect.Item items = 2;
| Name | Description |
| index | int |
| Type | Description |
| Intent.Message.ListSelect.Item |
getItemsCount()
public abstract int getItemsCount()Required. List items.
repeated .google.cloud.dialogflow.v2beta1.Intent.Message.ListSelect.Item items = 2;
| Type | Description |
| int |
getItemsList()
public abstract List<Intent.Message.ListSelect.Item> getItemsList()Required. List items.
repeated .google.cloud.dialogflow.v2beta1.Intent.Message.ListSelect.Item items = 2;
| Type | Description |
| List<Item> |
getItemsOrBuilder(int index)
public abstract Intent.Message.ListSelect.ItemOrBuilder getItemsOrBuilder(int index)Required. List items.
repeated .google.cloud.dialogflow.v2beta1.Intent.Message.ListSelect.Item items = 2;
| Name | Description |
| index | int |
| Type | Description |
| Intent.Message.ListSelect.ItemOrBuilder |
getItemsOrBuilderList()
public abstract List<? extends Intent.Message.ListSelect.ItemOrBuilder> getItemsOrBuilderList()Required. List items.
repeated .google.cloud.dialogflow.v2beta1.Intent.Message.ListSelect.Item items = 2;
| Type | Description |
| List<? extends com.google.cloud.dialogflow.v2beta1.Intent.Message.ListSelect.ItemOrBuilder> |
getSubtitle()
public abstract String getSubtitle()Optional. Subtitle of the list.
string subtitle = 3 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| String | The subtitle. |
getSubtitleBytes()
public abstract ByteString getSubtitleBytes()Optional. Subtitle of the list.
string subtitle = 3 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| ByteString | The bytes for subtitle. |
getTitle()
public abstract String getTitle()Optional. The overall title of the list.
string title = 1;
| Type | Description |
| String | The title. |
getTitleBytes()
public abstract ByteString getTitleBytes()Optional. The overall title of the list.
string title = 1;
| Type | Description |
| ByteString | The bytes for title. |