Class: Google::Cloud::Dialogflow::CX::V3::ResponseMessage::PlayAudio
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::ResponseMessage::PlayAudio
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/response_message.rb
Overview
Specifies an audio clip to be played by the client as part of the response.
Instance Attribute Summary collapse
-
#allow_playback_interruption ⇒ ::Boolean
readonly
Output only.
-
#audio_uri ⇒ ::String
Required.
Instance Attribute Details
#allow_playback_interruption ⇒ ::Boolean (readonly)
Returns 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.
200 201 202 203 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/response_message.rb', line 200 class PlayAudio include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#audio_uri ⇒ ::String
Returns Required. URI of the audio clip. Dialogflow does not impose any validation on this value. It is specific to the client that reads it.
200 201 202 203 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/response_message.rb', line 200 class PlayAudio include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |