GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudioArgs

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

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(): GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudioArgs