Interface Intent.Message.BrowseCarouselCard.BrowseCarouselCardItemOrBuilder (4.47.0)

public static interface Intent.Message.BrowseCarouselCard.BrowseCarouselCardItemOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDescription()

public abstract String getDescription()

Optional. Description of the carousel item. Maximum of four lines of text.

string description = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The description.

getDescriptionBytes()

public abstract ByteString getDescriptionBytes()

Optional. Description of the carousel item. Maximum of four lines of text.

string description = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for description.

getFooter()

public abstract 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];

Returns
TypeDescription
String

The footer.

getFooterBytes()

public abstract 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];

Returns
TypeDescription
ByteString

The bytes for footer.

getImage()

public abstract 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];

Returns
TypeDescription
Intent.Message.Image

The image.

getImageOrBuilder()

public abstract 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];

Returns
TypeDescription
Intent.Message.ImageOrBuilder

getOpenUriAction()

public abstract 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;

Returns
TypeDescription
Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlAction

The openUriAction.

getOpenUriActionOrBuilder()

public abstract 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;

Returns
TypeDescription
Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlActionOrBuilder

getTitle()

public abstract String getTitle()

Required. Title of the carousel item. Maximum of two lines of text.

string title = 2;

Returns
TypeDescription
String

The title.

getTitleBytes()

public abstract ByteString getTitleBytes()

Required. Title of the carousel item. Maximum of two lines of text.

string title = 2;

Returns
TypeDescription
ByteString

The bytes for title.

hasImage()

public abstract boolean hasImage()

Optional. Hero image for the carousel item.

.google.cloud.dialogflow.v2.Intent.Message.Image image = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

Whether the image field is set.

hasOpenUriAction()

public abstract boolean hasOpenUriAction()

Required. Action to present to the user.

.google.cloud.dialogflow.v2.Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlAction open_uri_action = 1;

Returns
TypeDescription
boolean

Whether the openUriAction field is set.