playAudio

@JvmName(name = "crcjvtubqlpkljdi")
suspend fun playAudio(value: Output<GoogleCloudDialogflowCxV3ResponseMessagePlayAudioArgs>)
@JvmName(name = "lcijfadnaxxmtgup")
suspend fun playAudio(value: GoogleCloudDialogflowCxV3ResponseMessagePlayAudioArgs?)

Parameters

value

Signal that the client should play an audio clip hosted at a client-specific URI. Dialogflow uses this to construct mixed_audio. However, Dialogflow itself does not try to read or process the URI in any way.


@JvmName(name = "mkocrigrkxdtnoys")
suspend fun playAudio(argument: suspend GoogleCloudDialogflowCxV3ResponseMessagePlayAudioArgsBuilder.() -> Unit)

Parameters

argument

Signal that the client should play an audio clip hosted at a client-specific URI. Dialogflow uses this to construct mixed_audio. However, Dialogflow itself does not try to read or process the URI in any way.