LexModelsV2 / Client / update_bot_locale
update_bot_locale¶
- LexModelsV2.Client.update_bot_locale(**kwargs)¶
Updates the settings that a bot has for a specific locale.
See also: AWS API Documentation
Request Syntax
response = client.update_bot_locale( botId='string', botVersion='string', localeId='string', description='string', nluIntentConfidenceThreshold=123.0, voiceSettings={ 'engine': 'standard'|'neural'|'long-form'|'generative', 'voiceId': 'string' }, unifiedSpeechSettings={ 'speechFoundationModel': { 'modelArn': 'string', 'voiceId': 'string' } }, speechRecognitionSettings={ 'speechModelPreference': 'Standard'|'Neural'|'Deepgram', 'speechModelConfig': { 'deepgramConfig': { 'apiTokenSecretArn': 'string', 'modelId': 'string' } } }, generativeAISettings={ 'runtimeSettings': { 'slotResolutionImprovement': { 'enabled': True|False, 'bedrockModelSpecification': { 'modelArn': 'string', 'guardrail': { 'identifier': 'string', 'version': 'string' }, 'traceStatus': 'ENABLED'|'DISABLED', 'customPrompt': 'string' } }, 'nluImprovement': { 'enabled': True|False, 'assistedNluMode': 'Primary'|'Fallback', 'intentDisambiguationSettings': { 'enabled': True|False, 'maxDisambiguationIntents': 123, 'customDisambiguationMessage': 'string' } } }, 'buildtimeSettings': { 'descriptiveBotBuilder': { 'enabled': True|False, 'bedrockModelSpecification': { 'modelArn': 'string', 'guardrail': { 'identifier': 'string', 'version': 'string' }, 'traceStatus': 'ENABLED'|'DISABLED', 'customPrompt': 'string' } }, 'sampleUtteranceGeneration': { 'enabled': True|False, 'bedrockModelSpecification': { 'modelArn': 'string', 'guardrail': { 'identifier': 'string', 'version': 'string' }, 'traceStatus': 'ENABLED'|'DISABLED', 'customPrompt': 'string' } } } }, speechDetectionSensitivity='Default'|'HighNoiseTolerance'|'MaximumNoiseTolerance' )
- Parameters:
botId (string) –
[REQUIRED]
The unique identifier of the bot that contains the locale.
botVersion (string) –
[REQUIRED]
The version of the bot that contains the locale to be updated. The version can only be the
DRAFTversion.localeId (string) –
[REQUIRED]
The identifier of the language and locale to update. The string must match one of the supported locales. For more information, see Supported languages.
description (string) – The new description of the locale.
nluIntentConfidenceThreshold (float) –
[REQUIRED]
The new confidence threshold where Amazon Lex inserts the
AMAZON.FallbackIntentandAMAZON.KendraSearchIntentintents in the list of possible intents for an utterance.voiceSettings (dict) –
The new Amazon Polly voice Amazon Lex should use for voice interaction with the user.
engine (string) –
Indicates the type of Amazon Polly voice that Amazon Lex should use for voice interaction with the user. For more information, see the engine parameter of the SynthesizeSpeech operation in the Amazon Polly developer guide.
If you do not specify a value, the default is
standard.voiceId (string) – [REQUIRED]
The identifier of the Amazon Polly voice to use.
unifiedSpeechSettings (dict) –
Updated unified speech settings to apply to the bot locale.
speechFoundationModel (dict) – [REQUIRED]
The foundation model configuration to use for unified speech processing capabilities.
modelArn (string) – [REQUIRED]
The Amazon Resource Name (ARN) of the foundation model used for speech processing.
voiceId (string) –
The identifier of the voice to use for speech synthesis with the foundation model.
speechRecognitionSettings (dict) –
Updated speech-to-text settings to apply to the bot locale.
speechModelPreference (string) –
The speech-to-text model to use.
speechModelConfig (dict) –
Configuration settings for the selected speech-to-text model.
deepgramConfig (dict) –
Configuration settings for using Deepgram as the speech-to-text provider.
apiTokenSecretArn (string) – [REQUIRED]
The Amazon Resource Name (ARN) of the Secrets Manager secret that contains the Deepgram API token.
modelId (string) –
The identifier of the Deepgram speech-to-text model to use for processing speech input.
generativeAISettings (dict) –
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.
runtimeSettings (dict) –
Contains specifications about the Amazon Lex runtime generative AI capabilities from Amazon Bedrock that you can turn on for your bot.
slotResolutionImprovement (dict) –
An object containing specifications for the assisted slot resolution feature.
enabled (boolean) – [REQUIRED]
Specifies whether assisted slot resolution is turned on or off.
bedrockModelSpecification (dict) –
An object containing information about the Amazon Bedrock model used to assist slot resolution.
modelArn (string) – [REQUIRED]
The ARN of the foundation model used in descriptive bot building.
guardrail (dict) –
The guardrail configuration in the Bedrock model specification details.
identifier (string) – [REQUIRED]
The unique guardrail id for the Bedrock guardrail configuration.
version (string) – [REQUIRED]
The guardrail version for the Bedrock guardrail configuration.
traceStatus (string) –
The Bedrock trace status in the Bedrock model specification details.
customPrompt (string) –
The custom prompt used in the Bedrock model specification details.
nluImprovement (dict) –
An object containing specifications for the Assisted NLU feature within the bot’s runtime settings. These settings determine how the bot processes and interprets user utterances during conversations.
enabled (boolean) – [REQUIRED]
Determines whether the Assisted NLU feature is enabled for the bot. When set to
true, Amazon Lex uses advanced models to improve intent recognition and slot resolution, with the default beingfalse.assistedNluMode (string) –
Specifies the mode for Assisted NLU operation. Use
Primaryto make Assisted NLU the primary intent recognition method, orFallbackto use it only when standard NLU confidence is low.intentDisambiguationSettings (dict) –
An object containing specifications for the Intent Disambiguation feature within the Assisted NLU settings. These settings determine how the bot handles ambiguous user inputs that could match multiple intents.
enabled (boolean) – [REQUIRED]
Determines whether the Intent Disambiguation feature is enabled. When set to
true, Amazon Lex will present disambiguation options to users when multiple intents could match their input, with the default beingfalse.maxDisambiguationIntents (integer) –
Specifies the maximum number of intent options (2-5) to present to users when disambiguation is needed. This setting determines how many intent options will be shown to users when the system detects ambiguous input. The default value is 3.
customDisambiguationMessage (string) –
Provides a custom message that will be displayed before presenting the disambiguation options to users. This message helps set the context for users and can be customized to match your bot’s tone and brand. If not specified, a default message will be used.
buildtimeSettings (dict) –
Contains specifications about the Amazon Lex build time generative AI capabilities from Amazon Bedrock that you can turn on for your bot.
descriptiveBotBuilder (dict) –
An object containing specifications for the descriptive bot building feature.
enabled (boolean) – [REQUIRED]
Specifies whether the descriptive bot building feature is activated or not.
bedrockModelSpecification (dict) –
An object containing information about the Amazon Bedrock model used to interpret the prompt used in descriptive bot building.
modelArn (string) – [REQUIRED]
The ARN of the foundation model used in descriptive bot building.
guardrail (dict) –
The guardrail configuration in the Bedrock model specification details.
identifier (string) – [REQUIRED]
The unique guardrail id for the Bedrock guardrail configuration.
version (string) – [REQUIRED]
The guardrail version for the Bedrock guardrail configuration.
traceStatus (string) –
The Bedrock trace status in the Bedrock model specification details.
customPrompt (string) –
The custom prompt used in the Bedrock model specification details.
sampleUtteranceGeneration (dict) –
Contains specifications for the sample utterance generation feature.
enabled (boolean) – [REQUIRED]
Specifies whether to enable sample utterance generation or not.
bedrockModelSpecification (dict) –
Contains information about the Amazon Bedrock model used to interpret the prompt used in descriptive bot building.
modelArn (string) – [REQUIRED]
The ARN of the foundation model used in descriptive bot building.
guardrail (dict) –
The guardrail configuration in the Bedrock model specification details.
identifier (string) – [REQUIRED]
The unique guardrail id for the Bedrock guardrail configuration.
version (string) – [REQUIRED]
The guardrail version for the Bedrock guardrail configuration.
traceStatus (string) –
The Bedrock trace status in the Bedrock model specification details.
customPrompt (string) –
The custom prompt used in the Bedrock model specification details.
speechDetectionSensitivity (string) – The new sensitivity level for voice activity detection (VAD) in the bot locale. This setting helps optimize speech recognition accuracy by adjusting how the system responds to background noise during voice interactions.
- Return type:
dict
- Returns:
Response Syntax
{ 'botId': 'string', 'botVersion': 'string', 'localeId': 'string', 'localeName': 'string', 'description': 'string', 'nluIntentConfidenceThreshold': 123.0, 'voiceSettings': { 'engine': 'standard'|'neural'|'long-form'|'generative', 'voiceId': 'string' }, 'unifiedSpeechSettings': { 'speechFoundationModel': { 'modelArn': 'string', 'voiceId': 'string' } }, 'speechRecognitionSettings': { 'speechModelPreference': 'Standard'|'Neural'|'Deepgram', 'speechModelConfig': { 'deepgramConfig': { 'apiTokenSecretArn': 'string', 'modelId': 'string' } } }, 'botLocaleStatus': 'Creating'|'Building'|'Built'|'ReadyExpressTesting'|'Failed'|'Deleting'|'NotBuilt'|'Importing'|'Processing', 'failureReasons': [ 'string', ], 'creationDateTime': datetime(2015, 1, 1), 'lastUpdatedDateTime': datetime(2015, 1, 1), 'recommendedActions': [ 'string', ], 'generativeAISettings': { 'runtimeSettings': { 'slotResolutionImprovement': { 'enabled': True|False, 'bedrockModelSpecification': { 'modelArn': 'string', 'guardrail': { 'identifier': 'string', 'version': 'string' }, 'traceStatus': 'ENABLED'|'DISABLED', 'customPrompt': 'string' } }, 'nluImprovement': { 'enabled': True|False, 'assistedNluMode': 'Primary'|'Fallback', 'intentDisambiguationSettings': { 'enabled': True|False, 'maxDisambiguationIntents': 123, 'customDisambiguationMessage': 'string' } } }, 'buildtimeSettings': { 'descriptiveBotBuilder': { 'enabled': True|False, 'bedrockModelSpecification': { 'modelArn': 'string', 'guardrail': { 'identifier': 'string', 'version': 'string' }, 'traceStatus': 'ENABLED'|'DISABLED', 'customPrompt': 'string' } }, 'sampleUtteranceGeneration': { 'enabled': True|False, 'bedrockModelSpecification': { 'modelArn': 'string', 'guardrail': { 'identifier': 'string', 'version': 'string' }, 'traceStatus': 'ENABLED'|'DISABLED', 'customPrompt': 'string' } } } }, 'speechDetectionSensitivity': 'Default'|'HighNoiseTolerance'|'MaximumNoiseTolerance' }
Response Structure
(dict) –
botId (string) –
The identifier of the bot that contains the updated locale.
botVersion (string) –
The version of the bot that contains the updated locale.
localeId (string) –
The language and locale of the updated bot locale.
localeName (string) –
The updated locale name for the locale.
description (string) –
The updated description of the locale.
nluIntentConfidenceThreshold (float) –
The updated confidence threshold for inserting the
AMAZON.FallbackIntentandAMAZON.KendraSearchIntentintents in the list of possible intents for an utterance.voiceSettings (dict) –
The updated Amazon Polly voice to use for voice interaction with the user.
engine (string) –
Indicates the type of Amazon Polly voice that Amazon Lex should use for voice interaction with the user. For more information, see the engine parameter of the SynthesizeSpeech operation in the Amazon Polly developer guide.
If you do not specify a value, the default is
standard.voiceId (string) –
The identifier of the Amazon Polly voice to use.
unifiedSpeechSettings (dict) –
The updated unified speech settings for the bot locale.
speechFoundationModel (dict) –
The foundation model configuration to use for unified speech processing capabilities.
modelArn (string) –
The Amazon Resource Name (ARN) of the foundation model used for speech processing.
voiceId (string) –
The identifier of the voice to use for speech synthesis with the foundation model.
speechRecognitionSettings (dict) –
The updated speech-to-text settings for the bot locale.
speechModelPreference (string) –
The speech-to-text model to use.
speechModelConfig (dict) –
Configuration settings for the selected speech-to-text model.
deepgramConfig (dict) –
Configuration settings for using Deepgram as the speech-to-text provider.
apiTokenSecretArn (string) –
The Amazon Resource Name (ARN) of the Secrets Manager secret that contains the Deepgram API token.
modelId (string) –
The identifier of the Deepgram speech-to-text model to use for processing speech input.
botLocaleStatus (string) –
The current status of the locale. When the bot status is
Builtthe locale is ready for use.failureReasons (list) –
If the
botLocaleStatusisFailed, thefailureReasonsfield lists the errors that occurred while building the bot.(string) –
creationDateTime (datetime) –
A timestamp of the date and time that the locale was created.
lastUpdatedDateTime (datetime) –
A timestamp of the date and time that the locale was last updated.
recommendedActions (list) –
Recommended actions to take to resolve an error in the
failureReasonsfield.(string) –
generativeAISettings (dict) –
Contains settings for generative AI features powered by Amazon Bedrock for your bot locale.
runtimeSettings (dict) –
Contains specifications about the Amazon Lex runtime generative AI capabilities from Amazon Bedrock that you can turn on for your bot.
slotResolutionImprovement (dict) –
An object containing specifications for the assisted slot resolution feature.
enabled (boolean) –
Specifies whether assisted slot resolution is turned on or off.
bedrockModelSpecification (dict) –
An object containing information about the Amazon Bedrock model used to assist slot resolution.
modelArn (string) –
The ARN of the foundation model used in descriptive bot building.
guardrail (dict) –
The guardrail configuration in the Bedrock model specification details.
identifier (string) –
The unique guardrail id for the Bedrock guardrail configuration.
version (string) –
The guardrail version for the Bedrock guardrail configuration.
traceStatus (string) –
The Bedrock trace status in the Bedrock model specification details.
customPrompt (string) –
The custom prompt used in the Bedrock model specification details.
nluImprovement (dict) –
An object containing specifications for the Assisted NLU feature within the bot’s runtime settings. These settings determine how the bot processes and interprets user utterances during conversations.
enabled (boolean) –
Determines whether the Assisted NLU feature is enabled for the bot. When set to
true, Amazon Lex uses advanced models to improve intent recognition and slot resolution, with the default beingfalse.assistedNluMode (string) –
Specifies the mode for Assisted NLU operation. Use
Primaryto make Assisted NLU the primary intent recognition method, orFallbackto use it only when standard NLU confidence is low.intentDisambiguationSettings (dict) –
An object containing specifications for the Intent Disambiguation feature within the Assisted NLU settings. These settings determine how the bot handles ambiguous user inputs that could match multiple intents.
enabled (boolean) –
Determines whether the Intent Disambiguation feature is enabled. When set to
true, Amazon Lex will present disambiguation options to users when multiple intents could match their input, with the default beingfalse.maxDisambiguationIntents (integer) –
Specifies the maximum number of intent options (2-5) to present to users when disambiguation is needed. This setting determines how many intent options will be shown to users when the system detects ambiguous input. The default value is 3.
customDisambiguationMessage (string) –
Provides a custom message that will be displayed before presenting the disambiguation options to users. This message helps set the context for users and can be customized to match your bot’s tone and brand. If not specified, a default message will be used.
buildtimeSettings (dict) –
Contains specifications about the Amazon Lex build time generative AI capabilities from Amazon Bedrock that you can turn on for your bot.
descriptiveBotBuilder (dict) –
An object containing specifications for the descriptive bot building feature.
enabled (boolean) –
Specifies whether the descriptive bot building feature is activated or not.
bedrockModelSpecification (dict) –
An object containing information about the Amazon Bedrock model used to interpret the prompt used in descriptive bot building.
modelArn (string) –
The ARN of the foundation model used in descriptive bot building.
guardrail (dict) –
The guardrail configuration in the Bedrock model specification details.
identifier (string) –
The unique guardrail id for the Bedrock guardrail configuration.
version (string) –
The guardrail version for the Bedrock guardrail configuration.
traceStatus (string) –
The Bedrock trace status in the Bedrock model specification details.
customPrompt (string) –
The custom prompt used in the Bedrock model specification details.
sampleUtteranceGeneration (dict) –
Contains specifications for the sample utterance generation feature.
enabled (boolean) –
Specifies whether to enable sample utterance generation or not.
bedrockModelSpecification (dict) –
Contains information about the Amazon Bedrock model used to interpret the prompt used in descriptive bot building.
modelArn (string) –
The ARN of the foundation model used in descriptive bot building.
guardrail (dict) –
The guardrail configuration in the Bedrock model specification details.
identifier (string) –
The unique guardrail id for the Bedrock guardrail configuration.
version (string) –
The guardrail version for the Bedrock guardrail configuration.
traceStatus (string) –
The Bedrock trace status in the Bedrock model specification details.
customPrompt (string) –
The custom prompt used in the Bedrock model specification details.
speechDetectionSensitivity (string) –
The updated sensitivity level for voice activity detection (VAD) in the bot locale.
Exceptions