public static interface ResponseMessage.MixedAudio.SegmentOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAllowPlaybackInterruption()
Output only.
|
com.google.protobuf.ByteString |
getAudio()
Raw audio synthesized from the Dialogflow agent's response using
the output config specified in the request.
|
ResponseMessage.MixedAudio.Segment.ContentCase |
getContentCase() |
String |
getUri()
Client-specific URI that points to an audio clip accessible to the
client.
|
com.google.protobuf.ByteString |
getUriBytes()
Client-specific URI that points to an audio clip accessible to the
client.
|
boolean |
hasAudio()
Raw audio synthesized from the Dialogflow agent's response using
the output config specified in the request.
|
boolean |
hasUri()
Client-specific URI that points to an audio clip accessible to the
client.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasAudio()
Raw audio synthesized from the Dialogflow agent's response using the output config specified in the request.
bytes audio = 1;com.google.protobuf.ByteString getAudio()
Raw audio synthesized from the Dialogflow agent's response using the output config specified in the request.
bytes audio = 1;boolean hasUri()
Client-specific URI that points to an audio clip accessible to the client. Dialogflow does not impose any validation on it.
string uri = 2;String getUri()
Client-specific URI that points to an audio clip accessible to the client. Dialogflow does not impose any validation on it.
string uri = 2;com.google.protobuf.ByteString getUriBytes()
Client-specific URI that points to an audio clip accessible to the client. Dialogflow does not impose any validation on it.
string uri = 2;boolean getAllowPlaybackInterruption()
Output only. Whether the playback of this segment can be interrupted by the end user's speech and the client should then start the next Dialogflow request.
bool allow_playback_interruption = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
ResponseMessage.MixedAudio.Segment.ContentCase getContentCase()
Copyright © 2022 Google LLC. All rights reserved.