Class: Google::Cloud::Dialogflow::CX::V3::ResponseMessage::MixedAudio::Segment
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::ResponseMessage::MixedAudio::Segment
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/response_message.rb
Overview
Represents one segment of audio.
Instance Attribute Summary collapse
-
#allow_playback_interruption ⇒ ::Boolean
readonly
Output only.
-
#audio ⇒ ::String
Raw audio synthesized from the Dialogflow agent's response using the output config specified in the request.
-
#uri ⇒ ::String
Client-specific URI that points to an audio clip accessible to the client.
Instance Attribute Details
#allow_playback_interruption ⇒ ::Boolean (readonly)
Returns 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.
232 233 234 235 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/response_message.rb', line 232 class Segment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#audio ⇒ ::String
Returns Raw audio synthesized from the Dialogflow agent's response using the output config specified in the request.
232 233 234 235 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/response_message.rb', line 232 class Segment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#uri ⇒ ::String
Returns Client-specific URI that points to an audio clip accessible to the client. Dialogflow does not impose any validation on it.
232 233 234 235 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/response_message.rb', line 232 class Segment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |