Class: Aws::LexModelsV2::Types::SlotResolutionImprovementSpecification

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

Overview

Contains specifications for the assisted slot resolution feature.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bedrock_model_specificationTypes::BedrockModelSpecification

An object containing information about the Amazon Bedrock model used to assist slot resolution.



12325
12326
12327
12328
12329
12330
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12325

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

#enabledBoolean

Specifies whether assisted slot resolution is turned on or off.

Returns:

  • (Boolean)


12325
12326
12327
12328
12329
12330
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12325

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