Dialogflow CX V3 API - Class Google::Cloud::Dialogflow::CX::V3::ResponseMessage::MixedAudio::Segment (v0.8.1)

Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::ResponseMessage::MixedAudio::Segment.

Represents one segment of audio.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#allow_playback_interruption

def allow_playback_interruption() -> ::Boolean
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.

#audio

def audio() -> ::String
Returns
  • (::String) — Raw audio synthesized from the Dialogflow agent's response using the output config specified in the request.

#audio=

def audio=(value) -> ::String
Parameter
  • value (::String) — 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.

#uri

def uri() -> ::String
Returns
  • (::String) — Client-specific URI that points to an audio clip accessible to the client. Dialogflow does not impose any validation on it.

#uri=

def uri=(value) -> ::String
Parameter
  • value (::String) — 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.