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

UpdateBotLocaleRequest

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

§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 to be updated. The version can only be the DRAFT version.

§
description?: string | null
[src]

The new description of the locale.

§
localeId: string
[src]

The identifier of the language and locale to update. The string must match one of the supported locales. For more information, see Supported languages.

§
nluIntentConfidenceThreshold: number
[src]

The new confidence threshold where Amazon Lex inserts the AMAZON.FallbackIntent and AMAZON.KendraSearchIntent intents in the list of possible intents for an utterance.

§
voiceSettings?: VoiceSettings | null
[src]

The new Amazon Polly voice Amazon Lex should use for voice interaction with the user.