Interface Intent.Message.BrowseCarouselCard.BrowseCarouselCardItemOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem,Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.Builder
- Enclosing class:
- Intent.Message.BrowseCarouselCard
public static interface Intent.Message.BrowseCarouselCard.BrowseCarouselCardItemOrBuilder 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.StringgetFooter()Optional.com.google.protobuf.ByteStringgetFooterBytes()Optional.Intent.Message.ImagegetImage()Optional.Intent.Message.ImageOrBuildergetImageOrBuilder()Optional.Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlActiongetOpenUriAction()Required.Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlActionOrBuildergetOpenUriActionOrBuilder()Required.StringgetTitle()Required.com.google.protobuf.ByteStringgetTitleBytes()Required.booleanhasImage()Optional.booleanhasOpenUriAction()Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasOpenUriAction
boolean hasOpenUriAction()
Required. Action to present to the user.
.google.cloud.dialogflow.v2beta1.Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlAction open_uri_action = 1;- Returns:
- Whether the openUriAction field is set.
-
getOpenUriAction
Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlAction getOpenUriAction()
Required. Action to present to the user.
.google.cloud.dialogflow.v2beta1.Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlAction open_uri_action = 1;- Returns:
- The openUriAction.
-
getOpenUriActionOrBuilder
Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlActionOrBuilder getOpenUriActionOrBuilder()
Required. Action to present to the user.
.google.cloud.dialogflow.v2beta1.Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlAction open_uri_action = 1;
-
getTitle
String getTitle()
Required. Title of the carousel item. Maximum of two lines of text.
string title = 2;- Returns:
- The title.
-
getTitleBytes
com.google.protobuf.ByteString getTitleBytes()
Required. Title of the carousel item. Maximum of two lines of text.
string title = 2;- Returns:
- The bytes for title.
-
getDescription
String getDescription()
Optional. Description of the carousel item. Maximum of four lines of text.
string description = 3;- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()
Optional. Description of the carousel item. Maximum of four lines of text.
string description = 3;- Returns:
- The bytes for description.
-
hasImage
boolean hasImage()
Optional. Hero image for the carousel item.
.google.cloud.dialogflow.v2beta1.Intent.Message.Image image = 4;- Returns:
- Whether the image field is set.
-
getImage
Intent.Message.Image getImage()
Optional. Hero image for the carousel item.
.google.cloud.dialogflow.v2beta1.Intent.Message.Image image = 4;- Returns:
- The image.
-
getImageOrBuilder
Intent.Message.ImageOrBuilder getImageOrBuilder()
Optional. Hero image for the carousel item.
.google.cloud.dialogflow.v2beta1.Intent.Message.Image image = 4;
-
getFooter
String getFooter()
Optional. Text that appears at the bottom of the Browse Carousel Card. Maximum of one line of text.
string footer = 5;- Returns:
- The footer.
-
getFooterBytes
com.google.protobuf.ByteString getFooterBytes()
Optional. Text that appears at the bottom of the Browse Carousel Card. Maximum of one line of text.
string footer = 5;- Returns:
- The bytes for footer.
-
-