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

BuildBotLocaleResponse

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

§Properties

§
botId?: string | null
[src]

The identifier of the specified bot.

§
botLocaleStatus?: BotLocaleStatus | null
[src]

The bot's build status. When the status is ReadyExpressTesting you can test the bot using the utterances defined for the intents and slot types. When the status is Built, the bot is ready for use and can be tested using any utterance.

§
botVersion?: string | null
[src]

The version of the bot that was built. This is only the draft version of the bot.

§
lastBuildSubmittedDateTime?: Date | number | null
[src]

A timestamp indicating the date and time that the bot was last built for this locale.

§
localeId?: string | null
[src]

The language and locale specified of where the bot can be used.