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

Functions

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

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.