public static interface ResponseMessage.PlayAudioOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAllowPlaybackInterruption()
Output only.
|
String |
getAudioUri()
Required.
|
com.google.protobuf.ByteString |
getAudioUriBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getAudioUri()
Required. URI of the audio clip. Dialogflow does not impose any validation on this value. It is specific to the client that reads it.
string audio_uri = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getAudioUriBytes()
Required. URI of the audio clip. Dialogflow does not impose any validation on this value. It is specific to the client that reads it.
string audio_uri = 1 [(.google.api.field_behavior) = REQUIRED];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 © 2025 Google LLC. All rights reserved.