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

SSMLMessageType

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

An object that defines a message that contains SSML-formatted text.

interface SSMLMessageType {
LanguageCode?: string | null;
Text?: string | null;
VoiceId?: string | null;
}

§Properties

§
LanguageCode?: string | null
[src]

The language to use when delivering the message. For a complete list of supported languages, see the Amazon Polly Developer Guide.

§
Text?: string | null
[src]

The SSML-formatted text to deliver to the recipient.

§
VoiceId?: string | null
[src]

The name of the voice that you want to use to deliver the message. For a complete list of supported voices, see the Amazon Polly Developer Guide.