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