public static interface Intent.Message.ListSelect.ItemOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDescription()
public abstract String getDescription()Optional. The main text describing the item.
string description = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The description. |
getDescriptionBytes()
public abstract ByteString getDescriptionBytes()Optional. The main text describing the item.
string description = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
Intent.Message.SelectItemInfoOrBuilder |
|
getTitle()
public abstract String getTitle()Required. The title of the list item.
string title = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The title. |
getTitleBytes()
public abstract ByteString getTitleBytes()Required. The title of the list item.
string title = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the info field is set. |