Class: Google::Cloud::Dialogflow::CX::V3::ResponseMessage::MixedAudio::Segment

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::Boolean)

    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.



233
234
235
236
# File 'proto_docs/google/cloud/dialogflow/cx/v3/response_message.rb', line 233

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.

Returns:

  • (::String)

    Raw audio synthesized from the Dialogflow agent's response using the output config specified in the request.



233
234
235
236
# File 'proto_docs/google/cloud/dialogflow/cx/v3/response_message.rb', line 233

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.

Returns:

  • (::String)

    Client-specific URI that points to an audio clip accessible to the client. Dialogflow does not impose any validation on it.



233
234
235
236
# File 'proto_docs/google/cloud/dialogflow/cx/v3/response_message.rb', line 233

class Segment
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end