GoogleCloudDialogflowCxV3ResponseMessagePlayAudioResponse

data class GoogleCloudDialogflowCxV3ResponseMessagePlayAudioResponse(val allowPlaybackInterruption: Boolean, val audioUri: String)

Specifies an audio clip to be played by the client as part of the response.

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.

Link copied to clipboard

URI of the audio clip. Dialogflow does not impose any validation on this value. It is specific to the client that reads it.