class Aws::LexModelsV2::Types::BotAliasLocaleSettings
Specifies settings that are unique to a locale. For example, you can use different Lambda function depending on the bot's locale.
@note When making an API call, you may pass BotAliasLocaleSettings
data as a hash: { enabled: false, # required code_hook_specification: { lambda_code_hook: { # required lambda_arn: "LambdaARN", # required code_hook_interface_version: "CodeHookInterfaceVersion", # required }, }, }
@!attribute [rw] enabled
Determines whether the locale is enabled for the bot. If the value is `false`, the locale isn't available for use. @return [Boolean]
@!attribute [rw] code_hook_specification
Specifies the Lambda function that should be used in the locale. @return [Types::CodeHookSpecification]
@see docs.aws.amazon.com/goto/WebAPI/models.lex.v2-2020-08-07/BotAliasLocaleSettings AWS API Documentation
Constants
- SENSITIVE