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