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

CreateBotLocaleResponse

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

§Properties

§
botId?: string | null
[src]

The specified bot identifier.

§
botLocaleStatus?: BotLocaleStatus | null
[src]

The status of the bot.

When the status is Creating the bot locale is being configured. When the status is Building Amazon Lex is building the bot for testing and use.

If the status of the bot is ReadyExpressTesting, you can test the bot using the exact utterances specified in the bots' intents. When the bot is ready for full testing or to run, the status is Built.

If there was a problem with building the bot, the status is Failed. If the bot was saved but not built, the status is NotBuilt.

§
botVersion?: string | null
[src]

The specified bot version.

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

A timestamp specifying the date and time that the bot locale was created.

§
description?: string | null
[src]

The specified description of the bot locale.

§
localeId?: string | null
[src]

The specified locale identifier.

§
localeName?: string | null
[src]

The specified locale name.

§
nluIntentConfidenceThreshold?: number | null
[src]

The specified confidence threshold for inserting the AMAZON.FallbackIntent and AMAZON.KendraSearchIntent intents.

§
voiceSettings?: VoiceSettings | null
[src]

The Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user.