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

GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioText

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

A text or ssml response that is preferentially used for TTS output audio synthesis, as described in the comment on the ResponseMessage message.

interface GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioText {
readonly allowPlaybackInterruption?: boolean;
ssml?: string;
text?: string;
}

§Properties

§
readonly allowPlaybackInterruption?: boolean
[src]

Output only. Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.

§
ssml?: string
[src]

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

§
text?: string
[src]

The raw text to be synthesized.