Class: Aws::LexModelsV2::Types::BotAliasLocaleSettings

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb

Overview

Specifies settings that are unique to a locale. For example, you can use different Lambda function depending on the bot's locale.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#code_hook_specificationTypes::CodeHookSpecification

Specifies the Lambda function that should be used in the locale.



1908
1909
1910
1911
1912
1913
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 1908

class BotAliasLocaleSettings < Struct.new(
  :enabled,
  :code_hook_specification)
  SENSITIVE = []
  include Aws::Structure
end

#enabledBoolean

Determines whether the locale is enabled for the bot. If the value is false, the locale isn't available for use.

Returns:

  • (Boolean)


1908
1909
1910
1911
1912
1913
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 1908

class BotAliasLocaleSettings < Struct.new(
  :enabled,
  :code_hook_specification)
  SENSITIVE = []
  include Aws::Structure
end