public static interface Intent.Message.TextOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getText(int index)
Optional.
|
com.google.protobuf.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, hasOneofjava.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;com.google.protobuf.ByteString getTextBytes(int index)
Optional. The collection of the agent's responses.
repeated string text = 1;