GoogleCloudDialogflowCxV3ResponseMessagePlayAudioArgs

data class GoogleCloudDialogflowCxV3ResponseMessagePlayAudioArgs(val audioUri: Output<String>) : ConvertibleToJava<GoogleCloudDialogflowCxV3ResponseMessagePlayAudioArgs>

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

Constructors

constructor(audioUri: Output<String>)

Properties

Link copied to clipboard
val audioUri: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudDialogflowCxV3ResponseMessagePlayAudioArgs