This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::Lex::Bot BotLocale
Provides configuration information for a locale.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "CustomVocabulary" :CustomVocabulary, "Description" :String, "GenerativeAISettings" :GenerativeAISettings, "Intents" :[ Intent, ... ], "LocaleId" :String, "NluConfidenceThreshold" :Number, "SlotTypes" :[ SlotType, ... ], "VoiceSettings" :VoiceSettings}
YAML
CustomVocabulary:CustomVocabularyDescription:StringGenerativeAISettings:GenerativeAISettingsIntents:- IntentLocaleId:StringNluConfidenceThreshold:NumberSlotTypes:- SlotTypeVoiceSettings:VoiceSettings
Properties
- CustomVocabulary
- 
                    Specifies a custom vocabulary to use with a specific locale. Required: No Type: CustomVocabulary Update requires: No interruption 
- Description
- 
                    A description of the bot locale. Use this to help identify the bot locale in lists. Required: No Type: String Maximum: 2000Update requires: No interruption 
- GenerativeAISettings
- Property description not available. - Required: No - Type: GenerativeAISettings - Update requires: No interruption 
- Intents
- 
                    One or more intents defined for the locale. Required: No Type: Array of Intent Maximum: 1000Update requires: No interruption 
- LocaleId
- 
                    The identifier of the language and locale that the bot will be used in. The string must match one of the supported locales. Required: Yes Type: String Update requires: No interruption 
- NluConfidenceThreshold
- 
                    Determines the threshold where Amazon Lex will insert the AMAZON.FallbackIntent,AMAZON.KendraSearchIntent, or both when returning alternative intents. You must configure anAMAZON.FallbackIntent.AMAZON.KendraSearchIntentis only inserted if it is configured for the bot.Required: Yes Type: Number Minimum: 0Maximum: 1Update requires: No interruption 
- SlotTypes
- 
                    One or more slot types defined for the locale. Required: No Type: Array of SlotType Maximum: 250Update requires: No interruption 
- VoiceSettings
- 
                    Defines settings for using an Amazon Polly voice to communicate with a user. Valid values include: - 
                            standard
- 
                            neural
- 
                            long-form
- 
                            generative
 Required: No Type: VoiceSettings Update requires: No interruption 
-