public static interface Intent.Message.SelectItemInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
Required.
|
com.google.protobuf.ByteString |
getKeyBytes()
Required.
|
String |
getSynonyms(int index)
Optional.
|
com.google.protobuf.ByteString |
getSynonymsBytes(int index)
Optional.
|
int |
getSynonymsCount()
Optional.
|
List<String> |
getSynonymsList()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getKey()
Required. A unique key that will be sent back to the agent if this response is given.
string key = 1;com.google.protobuf.ByteString getKeyBytes()
Required. A unique key that will be sent back to the agent if this response is given.
string key = 1;List<String> getSynonymsList()
Optional. A list of synonyms that can also be used to trigger this item in dialog.
repeated string synonyms = 2;int getSynonymsCount()
Optional. A list of synonyms that can also be used to trigger this item in dialog.
repeated string synonyms = 2;String getSynonyms(int index)
Optional. A list of synonyms that can also be used to trigger this item in dialog.
repeated string synonyms = 2;index - The index of the element to return.com.google.protobuf.ByteString getSynonymsBytes(int index)
Optional. A list of synonyms that can also be used to trigger this item in dialog.
repeated string synonyms = 2;index - The index of the value to return.Copyright © 2023 Google LLC. All rights reserved.