Interface Intent.Message.CarouselSelect.ItemOrBuilder (4.47.0)

public static interface Intent.Message.CarouselSelect.ItemOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDescription()

public abstract String getDescription()

Optional. The body text of the card.

string description = 3;

Returns
TypeDescription
String

The description.

getDescriptionBytes()

public abstract ByteString getDescriptionBytes()

Optional. The body text of the card.

string description = 3;

Returns
TypeDescription
ByteString

The bytes for description.

getImage()

public abstract Intent.Message.Image getImage()

Optional. The image to display.

.google.cloud.dialogflow.v2beta1.Intent.Message.Image image = 4;

Returns
TypeDescription
Intent.Message.Image

The image.

getImageOrBuilder()

public abstract Intent.Message.ImageOrBuilder getImageOrBuilder()

Optional. The image to display.

.google.cloud.dialogflow.v2beta1.Intent.Message.Image image = 4;

Returns
TypeDescription
Intent.Message.ImageOrBuilder

getInfo()

public abstract Intent.Message.SelectItemInfo getInfo()

Required. Additional info about the option item.

.google.cloud.dialogflow.v2beta1.Intent.Message.SelectItemInfo info = 1;

Returns
TypeDescription
Intent.Message.SelectItemInfo

The info.

getInfoOrBuilder()

public abstract Intent.Message.SelectItemInfoOrBuilder getInfoOrBuilder()

Required. Additional info about the option item.

.google.cloud.dialogflow.v2beta1.Intent.Message.SelectItemInfo info = 1;

Returns
TypeDescription
Intent.Message.SelectItemInfoOrBuilder

getTitle()

public abstract String getTitle()

Required. Title of the carousel item.

string title = 2;

Returns
TypeDescription
String

The title.

getTitleBytes()

public abstract ByteString getTitleBytes()

Required. Title of the carousel item.

string title = 2;

Returns
TypeDescription
ByteString

The bytes for title.

hasImage()

public abstract boolean hasImage()

Optional. The image to display.

.google.cloud.dialogflow.v2beta1.Intent.Message.Image image = 4;

Returns
TypeDescription
boolean

Whether the image field is set.

hasInfo()

public abstract boolean hasInfo()

Required. Additional info about the option item.

.google.cloud.dialogflow.v2beta1.Intent.Message.SelectItemInfo info = 1;

Returns
TypeDescription
boolean

Whether the info field is set.