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)
225 226 227 228 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/response_message.rb', line 225 class Segment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#audio ⇒ ::String
225 226 227 228 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/response_message.rb', line 225 class Segment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#uri ⇒ ::String
225 226 227 228 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/response_message.rb', line 225 class Segment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |