GoogleCloudDialogflowV2beta1IntentMessageTelephonySynthesizeSpeechArgs

data class GoogleCloudDialogflowV2beta1IntentMessageTelephonySynthesizeSpeechArgs(val ssml: Output<String>? = null, val text: Output<String>? = null) : ConvertibleToJava<GoogleCloudDialogflowV2beta1IntentMessageTelephonySynthesizeSpeechArgs>

Synthesizes speech and plays back the synthesized audio to the caller in Telephony Gateway. Telephony Gateway takes the synthesizer settings from DetectIntentResponse.output_audio_config which can either be set at request-level or can come from the agent-level synthesizer config.

Constructors

Functions

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

Properties

Link copied to clipboard
val ssml: Output<String>? = null

The SSML to be synthesized. For more information, see SSML.

Link copied to clipboard
val text: Output<String>? = null

The raw text to be synthesized.