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

BotExportSpecification

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

Provides the identity of a the bot that was exported.

interface BotExportSpecification {
botId: string;
botVersion: string;
}

§Properties

§
botId: string
[src]

The identifier of the bot assigned by Amazon Lex.

§
botVersion: string
[src]

The version of the bot that was exported. This will be either DRAFT or the version number.