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
- (::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
-
(::String) — Raw audio synthesized from the Dialogflow agent's response using
the output config specified in the request.
Note: The following fields are mutually exclusive:
audio
,uri
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#audio=
def audio=(value) -> ::String
-
value (::String) — Raw audio synthesized from the Dialogflow agent's response using
the output config specified in the request.
Note: The following fields are mutually exclusive:
audio
,uri
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — Raw audio synthesized from the Dialogflow agent's response using
the output config specified in the request.
Note: The following fields are mutually exclusive:
audio
,uri
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#uri
def uri() -> ::String
-
(::String) — Client-specific URI that points to an audio clip accessible to the
client. Dialogflow does not impose any validation on it.
Note: The following fields are mutually exclusive:
uri
,audio
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#uri=
def uri=(value) -> ::String
-
value (::String) — Client-specific URI that points to an audio clip accessible to the
client. Dialogflow does not impose any validation on it.
Note: The following fields are mutually exclusive:
uri
,audio
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — Client-specific URI that points to an audio clip accessible to the
client. Dialogflow does not impose any validation on it.
Note: The following fields are mutually exclusive:
uri
,audio
. If a field in that set is populated, all other fields in the set will automatically be cleared.