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

Text

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

The text message.

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

§Properties

§
Locale: Locale
[src]

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

§
Value: string
[src]

The value of the text message.