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

SSMLMessage

import type { SSMLMessage } from "https://aws-api.deno.dev/v0.4/services/lexmodelsv2.ts?docs=full";

Defines a Speech Synthesis Markup Language (SSML) prompt.

interface SSMLMessage {
value: string;
}

§Properties

§
value: string
[src]

The SSML text that defines the prompt.