public static interface Intent.Message.SelectItemInfoOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getKey()
Required.
|
ByteString |
getKeyBytes()
Required.
|
java.lang.String |
getSynonyms(int index)
Optional.
|
ByteString |
getSynonymsBytes(int index)
Optional.
|
int |
getSynonymsCount()
Optional.
|
java.util.List<java.lang.String> |
getSynonymsList()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getKey()
Required. A unique key that will be sent back to the agent if this response is given.
string key = 1;
ByteString getKeyBytes()
Required. A unique key that will be sent back to the agent if this response is given.
string key = 1;
java.util.List<java.lang.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;
java.lang.String getSynonyms(int index)
Optional. A list of synonyms that can also be used to trigger this item in dialog.
repeated string synonyms = 2;
ByteString getSynonymsBytes(int index)
Optional. A list of synonyms that can also be used to trigger this item in dialog.
repeated string synonyms = 2;