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

UpdateBotLocaleResponse

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

§Properties

§
botId?: string | null
[src]

The identifier of the bot that contains the updated locale.

§
botLocaleStatus?: BotLocaleStatus | null
[src]

The current status of the locale. When the bot status is Built the locale is ready for use.

§
botVersion?: string | null
[src]

The version of the bot that contains the updated locale.

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

A timestamp of the date and time that the locale was created.

§
description?: string | null
[src]

The updated description of the locale.

§
failureReasons?: string[] | null
[src]

If the botLocaleStatus is Failed, the failureReasons field lists the errors that occurred while building the bot.

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

A timestamp of the date and time that the locale was last updated.

§
localeId?: string | null
[src]

The language and locale of the updated bot locale.

§
localeName?: string | null
[src]

The updated locale name for the locale.

§
nluIntentConfidenceThreshold?: number | null
[src]

The updated confidence threshold for inserting the AMAZON.FallbackIntent and AMAZON.KendraSearchIntent intents in the list of possible intents for an utterance.

§
recommendedActions?: string[] | null
[src]

Recommended actions to take to resolve an error in the failureReasons field.

§
voiceSettings?: VoiceSettings | null
[src]

The updated Amazon Polly voice to use for voice interaction with the user.