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

DeleteBotLocaleRequest

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

§Properties

§
botId: string
[src]

The unique identifier of the bot that contains the locale.

§
botVersion: string
[src]

The version of the bot that contains the locale.

§
localeId: string
[src]

The identifier of the language and locale that will be deleted. The string must match one of the supported locales. For more information, see Supported languages.