- Navigation Guide
@aws-sdk/client-lex-models-v2
UpdateBotLocaleCommandInput Interface
Members
Name | Type | Details |
---|---|---|
botId Required | string | undefined | The unique identifier of the bot that contains the locale. |
botVersion Required | string | undefined | The version of the bot that contains the locale to be updated. The version can only be the |
localeId Required | string | undefined | 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 Required | number | undefined | The new confidence threshold where Amazon Lex inserts the |
description | string | undefined | The new description of the locale. |
generativeAISettings | GenerativeAISettings | undefined | Contains settings for generative AI features powered by Amazon Bedrock for your bot locale. Use this object to turn generative AI features on and off. Pricing may differ if you turn a feature on. For more information, see LINK. |
voiceSettings | VoiceSettings | undefined | The new Amazon Polly voice Amazon Lex should use for voice interaction with the user. |
Full Signature
export interface UpdateBotLocaleCommandInput extends UpdateBotLocaleRequest