Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudDialogflowV2beta1IntentMessageTelephonySynthesizeSpeech

import type { GoogleCloudDialogflowV2beta1IntentMessageTelephonySynthesizeSpeech } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";

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.

interface GoogleCloudDialogflowV2beta1IntentMessageTelephonySynthesizeSpeech {
ssml?: string;
text?: string;
}

§Properties

§
ssml?: string
[src]

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

§
text?: string
[src]

The raw text to be synthesized.