public static interface Intent.Message.ListSelect.ItemOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Optional.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
Optional.
|
Intent.Message.Image |
getImage()
Optional.
|
Intent.Message.ImageOrBuilder |
getImageOrBuilder()
Optional.
|
Intent.Message.SelectItemInfo |
getInfo()
Required.
|
Intent.Message.SelectItemInfoOrBuilder |
getInfoOrBuilder()
Required.
|
String |
getTitle()
Required.
|
com.google.protobuf.ByteString |
getTitleBytes()
Required.
|
boolean |
hasImage()
Optional.
|
boolean |
hasInfo()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasInfo()
Required. Additional information about this option.
.google.cloud.dialogflow.v2beta1.Intent.Message.SelectItemInfo info = 1;Intent.Message.SelectItemInfo getInfo()
Required. Additional information about this option.
.google.cloud.dialogflow.v2beta1.Intent.Message.SelectItemInfo info = 1;Intent.Message.SelectItemInfoOrBuilder getInfoOrBuilder()
Required. Additional information about this option.
.google.cloud.dialogflow.v2beta1.Intent.Message.SelectItemInfo info = 1;String getTitle()
Required. The title of the list item.
string title = 2;com.google.protobuf.ByteString getTitleBytes()
Required. The title of the list item.
string title = 2;String getDescription()
Optional. The main text describing the item.
string description = 3;com.google.protobuf.ByteString getDescriptionBytes()
Optional. The main text describing the item.
string description = 3;boolean hasImage()
Optional. The image to display.
.google.cloud.dialogflow.v2beta1.Intent.Message.Image image = 4;Intent.Message.Image getImage()
Optional. The image to display.
.google.cloud.dialogflow.v2beta1.Intent.Message.Image image = 4;Intent.Message.ImageOrBuilder getImageOrBuilder()
Optional. The image to display.
.google.cloud.dialogflow.v2beta1.Intent.Message.Image image = 4;Copyright © 2019 Google LLC. All rights reserved.