public static interface Intent.Message.TextOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getText(int index)
Optional.
|
com.google.protobuf.ByteString |
getTextBytes(int index)
Optional.
|
int |
getTextCount()
Optional.
|
List<String> |
getTextList()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<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;String getText(int index)
Optional. The collection of the agent's responses.
repeated string text = 1;index - The index of the element to return.com.google.protobuf.ByteString getTextBytes(int index)
Optional. The collection of the agent's responses.
repeated string text = 1;index - The index of the value to return.Copyright © 2023 Google LLC. All rights reserved.