public static interface ResponseMessage.MixedAudio.SegmentOrBuilder extends 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.
|
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.
|
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, hasOneof
isInitialized
boolean hasAudio()
Raw audio synthesized from the Dialogflow agent's response using the output config specified in the request.
bytes audio = 1;
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;
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 © 2022 Google LLC. All rights reserved.