Interface Intent.Message.CarouselSelect.ItemOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Intent.Message.CarouselSelect.Item,Intent.Message.CarouselSelect.Item.Builder
- Enclosing class:
- Intent.Message.CarouselSelect
public static interface Intent.Message.CarouselSelect.ItemOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDescription()Optional.com.google.protobuf.ByteStringgetDescriptionBytes()Optional.Intent.Message.ImagegetImage()Optional.Intent.Message.ImageOrBuildergetImageOrBuilder()Optional.Intent.Message.SelectItemInfogetInfo()Required.Intent.Message.SelectItemInfoOrBuildergetInfoOrBuilder()Required.StringgetTitle()Required.com.google.protobuf.ByteStringgetTitleBytes()Required.booleanhasImage()Optional.booleanhasInfo()Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasInfo
boolean hasInfo()
Required. Additional info about the option item.
.google.cloud.dialogflow.v2beta1.Intent.Message.SelectItemInfo info = 1;- Returns:
- Whether the info field is set.
-
getInfo
Intent.Message.SelectItemInfo getInfo()
Required. Additional info about the option item.
.google.cloud.dialogflow.v2beta1.Intent.Message.SelectItemInfo info = 1;- Returns:
- The info.
-
getInfoOrBuilder
Intent.Message.SelectItemInfoOrBuilder getInfoOrBuilder()
Required. Additional info about the option item.
.google.cloud.dialogflow.v2beta1.Intent.Message.SelectItemInfo info = 1;
-
getTitle
String getTitle()
Required. Title of the carousel item.
string title = 2;- Returns:
- The title.
-
getTitleBytes
com.google.protobuf.ByteString getTitleBytes()
Required. Title of the carousel item.
string title = 2;- Returns:
- The bytes for title.
-
getDescription
String getDescription()
Optional. The body text of the card.
string description = 3;- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()
Optional. The body text of the card.
string description = 3;- Returns:
- The bytes for description.
-
hasImage
boolean hasImage()
Optional. The image to display.
.google.cloud.dialogflow.v2beta1.Intent.Message.Image image = 4;- Returns:
- Whether the image field is set.
-
getImage
Intent.Message.Image getImage()
Optional. The image to display.
.google.cloud.dialogflow.v2beta1.Intent.Message.Image image = 4;- Returns:
- The image.
-
getImageOrBuilder
Intent.Message.ImageOrBuilder getImageOrBuilder()
Optional. The image to display.
.google.cloud.dialogflow.v2beta1.Intent.Message.Image image = 4;
-
-