public static interface ResponseMessage.MixedAudio.SegmentOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAllowPlaybackInterruption()
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.
|
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.
string uri = 2;String getUri()
Client-specific URI that points to an audio clip accessible to the client.
string uri = 2;com.google.protobuf.ByteString getUriBytes()
Client-specific URI that points to an audio clip accessible to the client.
string uri = 2;boolean getAllowPlaybackInterruption()
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;ResponseMessage.MixedAudio.Segment.ContentCase getContentCase()
Copyright © 2023 Google LLC. All rights reserved.