public static interface Intent.Message.BrowseCarouselCard.BrowseCarouselCardItemOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Optional.
|
ByteString |
getDescriptionBytes()
Optional.
|
String |
getFooter()
Optional.
|
ByteString |
getFooterBytes()
Optional.
|
Intent.Message.Image |
getImage()
Optional.
|
Intent.Message.ImageOrBuilder |
getImageOrBuilder()
Optional.
|
Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlAction |
getOpenUriAction()
Required.
|
Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlActionOrBuilder |
getOpenUriActionOrBuilder()
Required.
|
String |
getTitle()
Required.
|
ByteString |
getTitleBytes()
Required.
|
boolean |
hasImage()
Optional.
|
boolean |
hasOpenUriAction()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasOpenUriAction()
Required. Action to present to the user.
.google.cloud.dialogflow.v2.Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlAction open_uri_action = 1;
Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlAction getOpenUriAction()
Required. Action to present to the user.
.google.cloud.dialogflow.v2.Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlAction open_uri_action = 1;
Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlActionOrBuilder getOpenUriActionOrBuilder()
Required. Action to present to the user.
.google.cloud.dialogflow.v2.Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlAction open_uri_action = 1;
String getTitle()
Required. Title of the carousel item. Maximum of two lines of text.
string title = 2;
ByteString getTitleBytes()
Required. Title of the carousel item. Maximum of two lines of text.
string title = 2;
String getDescription()
Optional. Description of the carousel item. Maximum of four lines of text.
string description = 3 [(.google.api.field_behavior) = OPTIONAL];
ByteString getDescriptionBytes()
Optional. Description of the carousel item. Maximum of four lines of text.
string description = 3 [(.google.api.field_behavior) = OPTIONAL];
boolean hasImage()
Optional. Hero image for the carousel item.
.google.cloud.dialogflow.v2.Intent.Message.Image image = 4 [(.google.api.field_behavior) = OPTIONAL];
Intent.Message.Image getImage()
Optional. Hero image for the carousel item.
.google.cloud.dialogflow.v2.Intent.Message.Image image = 4 [(.google.api.field_behavior) = OPTIONAL];
Intent.Message.ImageOrBuilder getImageOrBuilder()
Optional. Hero image for the carousel item.
.google.cloud.dialogflow.v2.Intent.Message.Image image = 4 [(.google.api.field_behavior) = OPTIONAL];
String getFooter()
Optional. Text that appears at the bottom of the Browse Carousel Card. Maximum of one line of text.
string footer = 5 [(.google.api.field_behavior) = OPTIONAL];
ByteString getFooterBytes()
Optional. Text that appears at the bottom of the Browse Carousel Card. Maximum of one line of text.
string footer = 5 [(.google.api.field_behavior) = OPTIONAL];
Copyright © 2022 Google LLC. All rights reserved.