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

Ssml

import type { Ssml } from "https://aws-api.deno.dev/v0.3/services/alexaforbusiness.ts?docs=full";

The SSML message. For more information, see SSML Reference.

interface Ssml {
Locale: Locale;
Value: string;
}

§Properties

§
Locale: Locale
[src]

The locale of the SSML message. Currently, en-US is supported.

§
Value: string
[src]

The value of the SSML message in the correct SSML format. The audio tag is not supported.