Class: Aws::LexModelsV2::Types::SlotResolutionImprovementSpecification
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::SlotResolutionImprovementSpecification
- 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
-
#bedrock_model_specification ⇒ Types::BedrockModelSpecification
An object containing information about the Amazon Bedrock model used to assist slot resolution.
-
#enabled ⇒ Boolean
Specifies whether assisted slot resolution is turned on or off.
Instance Attribute Details
#bedrock_model_specification ⇒ Types::BedrockModelSpecification
An object containing information about the Amazon Bedrock model used to assist slot resolution.
12398 12399 12400 12401 12402 12403 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12398 class SlotResolutionImprovementSpecification < Struct.new( :enabled, :bedrock_model_specification) SENSITIVE = [] include Aws::Structure end |
#enabled ⇒ Boolean
Specifies whether assisted slot resolution is turned on or off.
12398 12399 12400 12401 12402 12403 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12398 class SlotResolutionImprovementSpecification < Struct.new( :enabled, :bedrock_model_specification) SENSITIVE = [] include Aws::Structure end |