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

BuildBotLocaleRequest

import type { BuildBotLocaleRequest } from "https://aws-api.deno.dev/v0.4/services/lexmodelsv2.ts?docs=full";
interface BuildBotLocaleRequest {
botId: string;
botVersion: string;
localeId: string;
}

§Properties

§
botId: string
[src]

The identifier of the bot to build. The identifier is returned in the response from the CreateBot operation.

§
botVersion: string
[src]

The version of the bot to build. This can only be the draft version of the bot.

§
localeId: string
[src]

The identifier of the language and locale that the bot will be used in. The string must match one of the supported locales. All of the intents, slot types, and slots used in the bot must have the same locale. For more information, see Supported languages.