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

LexBotConfig

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

Configuration information of an Amazon Lex or Amazon Lex V2 bot.

interface LexBotConfig {
LexBot?: LexBot | null;
LexV2Bot?: LexV2Bot | null;
}

§Properties

§
LexBot?: LexBot | null
[src]
§
LexV2Bot?: LexV2Bot | null
[src]

Configuration information of an Amazon Lex V2 bot.