public static interface Intent.Message.TextOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getText(int index)
Optional.
|
ByteString |
getTextBytes(int index)
Optional.
|
int |
getTextCount()
Optional.
|
java.util.List<java.lang.String> |
getTextList()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.util.List<java.lang.String> getTextList()
Optional. The collection of the agent's responses.
repeated string text = 1;
int getTextCount()
Optional. The collection of the agent's responses.
repeated string text = 1;
java.lang.String getText(int index)
Optional. The collection of the agent's responses.
repeated string text = 1;
ByteString getTextBytes(int index)
Optional. The collection of the agent's responses.
repeated string text = 1;