GoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegmentResponse

data class GoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegmentResponse(val allowPlaybackInterruption: Boolean, val audio: String, val uri: String)

Represents one segment of audio.

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

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

Link copied to clipboard
val uri: String

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