AWS::Lex::BotAlias BotAliasLocaleSettingsItem
Specifies settings that are unique to a locale. For example, you can use different Lambda function depending on the bot's locale.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "BotAliasLocaleSetting" :
BotAliasLocaleSettings
, "LocaleId" :String
}
YAML
BotAliasLocaleSetting:
BotAliasLocaleSettings
LocaleId:String
Properties
BotAliasLocaleSetting
-
Specifies settings that are unique to a locale.
Required: Yes
Type: BotAliasLocaleSettings
Update requires: No interruption
LocaleId
-
The unique identifier of the locale.
Required: Yes
Type: String
Minimum:
1
Maximum:
128
Update requires: No interruption