Class: Aws::QConnect::Types::RankingData
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::QConnect::Types::RankingData
 
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
Details about the source content ranking data.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #relevance_level  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The relevance score of the content. 
- 
  
    
      #relevance_score  ⇒ Float 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The relevance level of the recommendation. 
Instance Attribute Details
#relevance_level ⇒ String
The relevance score of the content.
| 8433 8434 8435 8436 8437 8438 | # File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 8433 class RankingData < Struct.new( :relevance_score, :relevance_level) SENSITIVE = [] include Aws::Structure end | 
#relevance_score ⇒ Float
The relevance level of the recommendation.
| 8433 8434 8435 8436 8437 8438 | # File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 8433 class RankingData < Struct.new( :relevance_score, :relevance_level) SENSITIVE = [] include Aws::Structure end |