public static interface ResponseMessage.TextOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAllowPlaybackInterruption()
Output only.
|
String |
getText(int index)
Required.
|
com.google.protobuf.ByteString |
getTextBytes(int index)
Required.
|
int |
getTextCount()
Required.
|
List<String> |
getTextList()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getTextList()
Required. A collection of text responses.
repeated string text = 1 [(.google.api.field_behavior) = REQUIRED];int getTextCount()
Required. A collection of text responses.
repeated string text = 1 [(.google.api.field_behavior) = REQUIRED];String getText(int index)
Required. A collection of text responses.
repeated string text = 1 [(.google.api.field_behavior) = REQUIRED];index - The index of the element to return.com.google.protobuf.ByteString getTextBytes(int index)
Required. A collection of text responses.
repeated string text = 1 [(.google.api.field_behavior) = REQUIRED];index - The index of the value to return.boolean getAllowPlaybackInterruption()
Output only. Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.
bool allow_playback_interruption = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Copyright © 2022 Google LLC. All rights reserved.