Class: Aws::LexModelsV2::Types::RuntimeSettings
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::LexModelsV2::Types::RuntimeSettings
 
- Defined in:
- gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb
Overview
Contains specifications about the Amazon Lex runtime generative AI capabilities from Amazon Bedrock that you can turn on for your bot.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #nlu_improvement  ⇒ Types::NluImprovementSpecification 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    An object containing specifications for the assisted nlu feature. 
- 
  
    
      #slot_resolution_improvement  ⇒ Types::SlotResolutionImprovementSpecification 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    An object containing specifications for the assisted slot resolution feature. 
Instance Attribute Details
#nlu_improvement ⇒ Types::NluImprovementSpecification
An object containing specifications for the assisted nlu feature.
| 11942 11943 11944 11945 11946 11947 | # File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 11942 class RuntimeSettings < Struct.new( :slot_resolution_improvement, :nlu_improvement) SENSITIVE = [] include Aws::Structure end | 
#slot_resolution_improvement ⇒ Types::SlotResolutionImprovementSpecification
An object containing specifications for the assisted slot resolution feature.
| 11942 11943 11944 11945 11946 11947 | # File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 11942 class RuntimeSettings < Struct.new( :slot_resolution_improvement, :nlu_improvement) SENSITIVE = [] include Aws::Structure end |