Class: Aws::LexModelsV2::Types::BotRecommendationResultStatistics
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::LexModelsV2::Types::BotRecommendationResultStatistics
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
A statistical summary of the bot recommendation results.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #intents  ⇒ Types::IntentStatistics 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Statistical information about about the intents associated with the bot recommendation results. 
- 
  
    
      #slot_types  ⇒ Types::SlotTypeStatistics 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Statistical information about the slot types associated with the bot recommendation results. 
Instance Attribute Details
#intents ⇒ Types::IntentStatistics
Statistical information about about the intents associated with the bot recommendation results.
| 2460 2461 2462 2463 2464 2465 | # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 2460 class BotRecommendationResultStatistics < Struct.new( :intents, :slot_types) SENSITIVE = [] include Aws::Structure end | 
#slot_types ⇒ Types::SlotTypeStatistics
Statistical information about the slot types associated with the bot recommendation results.
| 2460 2461 2462 2463 2464 2465 | # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 2460 class BotRecommendationResultStatistics < Struct.new( :intents, :slot_types) SENSITIVE = [] include Aws::Structure end |