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