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

LexBot

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

Configuration information of an Amazon Lex bot.

interface LexBot {
LexRegion?: string | null;
Name?: string | null;
}

§Properties

§
LexRegion?: string | null
[src]

The Region that the Amazon Lex bot was created in.

§
Name?: string | null
[src]

The name of the Amazon Lex bot.