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

DeleteBotLocaleResponse

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

§Properties

§
botId?: string | null
[src]

The identifier of the bot that contained the deleted locale.

§
botLocaleStatus?: BotLocaleStatus | null
[src]

The status of deleting the bot locale. The locale first enters the Deleting status. Once the locale is deleted it no longer appears in the list of locales for the bot.

§
botVersion?: string | null
[src]

The version of the bot that contained the deleted locale.

§
localeId?: string | null
[src]

The language and locale of the deleted locale.