public static interface Intent.Message.CarouselSelect.ItemOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Optional.
|
ByteString |
getDescriptionBytes()
Optional.
|
Intent.Message.Image |
getImage()
Optional.
|
Intent.Message.ImageOrBuilder |
getImageOrBuilder()
Optional.
|
Intent.Message.SelectItemInfo |
getInfo()
Required.
|
Intent.Message.SelectItemInfoOrBuilder |
getInfoOrBuilder()
Required.
|
String |
getTitle()
Required.
|
ByteString |
getTitleBytes()
Required.
|
boolean |
hasImage()
Optional.
|
boolean |
hasInfo()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasInfo()
Required. Additional info about the option item.
.google.cloud.dialogflow.v2beta1.Intent.Message.SelectItemInfo info = 1;
Intent.Message.SelectItemInfo getInfo()
Required. Additional info about the option item.
.google.cloud.dialogflow.v2beta1.Intent.Message.SelectItemInfo info = 1;
Intent.Message.SelectItemInfoOrBuilder getInfoOrBuilder()
Required. Additional info about the option item.
.google.cloud.dialogflow.v2beta1.Intent.Message.SelectItemInfo info = 1;
String getTitle()
Required. Title of the carousel item.
string title = 2;
ByteString getTitleBytes()
Required. Title of the carousel item.
string title = 2;
String getDescription()
Optional. The body text of the card.
string description = 3;
ByteString getDescriptionBytes()
Optional. The body text of the card.
string description = 3;
boolean hasImage()
Optional. The image to display.
.google.cloud.dialogflow.v2beta1.Intent.Message.Image image = 4;
Intent.Message.Image getImage()
Optional. The image to display.
.google.cloud.dialogflow.v2beta1.Intent.Message.Image image = 4;
Intent.Message.ImageOrBuilder getImageOrBuilder()
Optional. The image to display.
.google.cloud.dialogflow.v2beta1.Intent.Message.Image image = 4;
Copyright © 2022 Google LLC. All rights reserved.