Package com.google.cloud.dialogflow.v2
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.Item
getItems(int index)
Required.int
getItemsCount()
Required.List<Intent.Message.ListSelect.Item>
getItemsList()
Required.Intent.Message.ListSelect.ItemOrBuilder
getItemsOrBuilder(int index)
Required.List<? extends Intent.Message.ListSelect.ItemOrBuilder>
getItemsOrBuilderList()
Required.String
getSubtitle()
Optional.com.google.protobuf.ByteString
getSubtitleBytes()
Optional.String
getTitle()
Optional.com.google.protobuf.ByteString
getTitleBytes()
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 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The title.
-
getTitleBytes
com.google.protobuf.ByteString getTitleBytes()
Optional. The overall title of the list.
string title = 1 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The bytes for title.
-
getItemsList
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];
-
getItems
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];
-
getItemsCount
int getItemsCount()
Required. List items.
repeated .google.cloud.dialogflow.v2.Intent.Message.ListSelect.Item items = 2 [(.google.api.field_behavior) = REQUIRED];
-
getItemsOrBuilderList
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];
-
getItemsOrBuilder
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];
-
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.
-
-