Interface Intent.Message.ListSelectOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Intent.Message.ListSelect,Intent.Message.ListSelect.Builder
- Enclosing class:
- Intent.Message
public static interface Intent.Message.ListSelectOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Intent.Message.ListSelect.ItemgetItems(int index)Required.intgetItemsCount()Required.List<Intent.Message.ListSelect.Item>getItemsList()Required.Intent.Message.ListSelect.ItemOrBuildergetItemsOrBuilder(int index)Required.List<? extends Intent.Message.ListSelect.ItemOrBuilder>getItemsOrBuilderList()Required.StringgetSubtitle()Optional.com.google.protobuf.ByteStringgetSubtitleBytes()Optional.StringgetTitle()Optional.com.google.protobuf.ByteStringgetTitleBytes()Optional.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getTitle
String getTitle()
Optional. The overall title of the list.
string title = 1;- Returns:
- The title.
-
getTitleBytes
com.google.protobuf.ByteString getTitleBytes()
Optional. The overall title of the list.
string title = 1;- Returns:
- The bytes for title.
-
getItemsList
List<Intent.Message.ListSelect.Item> getItemsList()
Required. List items.
repeated .google.cloud.dialogflow.v2beta1.Intent.Message.ListSelect.Item items = 2;
-
getItems
Intent.Message.ListSelect.Item getItems(int index)
Required. List items.
repeated .google.cloud.dialogflow.v2beta1.Intent.Message.ListSelect.Item items = 2;
-
getItemsCount
int getItemsCount()
Required. List items.
repeated .google.cloud.dialogflow.v2beta1.Intent.Message.ListSelect.Item items = 2;
-
getItemsOrBuilderList
List<? extends Intent.Message.ListSelect.ItemOrBuilder> getItemsOrBuilderList()
Required. List items.
repeated .google.cloud.dialogflow.v2beta1.Intent.Message.ListSelect.Item items = 2;
-
getItemsOrBuilder
Intent.Message.ListSelect.ItemOrBuilder getItemsOrBuilder(int index)
Required. List items.
repeated .google.cloud.dialogflow.v2beta1.Intent.Message.ListSelect.Item items = 2;
-
getSubtitle
String getSubtitle()
Optional. Subtitle of the list.
string subtitle = 3 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The subtitle.
-
getSubtitleBytes
com.google.protobuf.ByteString getSubtitleBytes()
Optional. Subtitle of the list.
string subtitle = 3 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The bytes for subtitle.
-
-