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

CreateBotVersionRequest

import type { CreateBotVersionRequest } from "https://aws-api.deno.dev/v0.4/services/lexmodelsv2.ts?docs=full";
interface CreateBotVersionRequest {
botId: string;
botVersionLocaleSpecification: {
[key: string]: BotVersionLocaleDetails | null | undefined;
}
;
description?: string | null;
}

§Properties

§
botId: string
[src]

The identifier of the bot to create the version for.

§
botVersionLocaleSpecification: {
[key: string]: BotVersionLocaleDetails | null | undefined;
}
[src]

Specifies the locales that Amazon Lex adds to this version. You can choose the Draft version or any other previously published version for each locale. When you specify a source version, the locale data is copied from the source version to the new version.

§
description?: string | null
[src]

A description of the version. Use the description to help identify the version in lists.