Interface Intent.Message.ListSelect.ItemOrBuilder (4.47.0)

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

Implements

MessageOrBuilder

Methods

getDescription()

public abstract String getDescription()

Optional. The main text describing the item.

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

Returns
TypeDescription
String

The description.

getDescriptionBytes()

public abstract ByteString getDescriptionBytes()

Optional. The main text describing the item.

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

Returns
TypeDescription
ByteString

The bytes for description.

getImage()

public abstract Intent.Message.Image getImage()

Optional. The image to display.

.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. The image to display.

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

Returns
TypeDescription
Intent.Message.ImageOrBuilder

getInfo()

public abstract Intent.Message.SelectItemInfo getInfo()

Required. Additional information about this option.

.google.cloud.dialogflow.v2.Intent.Message.SelectItemInfo info = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Intent.Message.SelectItemInfo

The info.

getInfoOrBuilder()

public abstract Intent.Message.SelectItemInfoOrBuilder getInfoOrBuilder()

Required. Additional information about this option.

.google.cloud.dialogflow.v2.Intent.Message.SelectItemInfo info = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Intent.Message.SelectItemInfoOrBuilder

getTitle()

public abstract String getTitle()

Required. The title of the list item.

string title = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The title.

getTitleBytes()

public abstract ByteString getTitleBytes()

Required. The title of the list item.

string title = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for title.

hasImage()

public abstract boolean hasImage()

Optional. The image to display.

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

Returns
TypeDescription
boolean

Whether the image field is set.

hasInfo()

public abstract boolean hasInfo()

Required. Additional information about this option.

.google.cloud.dialogflow.v2.Intent.Message.SelectItemInfo info = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the info field is set.