Class: Aws::LexModelsV2::Types::SlotResolutionSetting

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

Overview

Contains information about whether assisted slot resolution is turned on for the slot or not.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#slot_resolution_strategyString

Specifies whether assisted slot resolution is turned on for the slot or not. If the value is EnhancedFallback, assisted slot resolution is activated when Amazon Lex defaults to the AMAZON.FallbackIntent. If the value is Default, assisted slot resolution is turned off.

Returns:

  • (String)


13030
13031
13032
13033
13034
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13030

class SlotResolutionSetting < Struct.new(
  :slot_resolution_strategy)
  SENSITIVE = []
  include Aws::Structure
end