Google Cloud Dialogflow V2beta1Intent Message Telephony Synthesize Speech Args
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
Link copied to clipboard
fun GoogleCloudDialogflowV2beta1IntentMessageTelephonySynthesizeSpeechArgs(ssml: Output<String>? = null, text: Output<String>? = null)