Class: Aws::QConnect::Types::RankingData
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::RankingData
- Includes:
- Structure
- Defined in:
- 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.
9399 9400 9401 9402 9403 9404 |
# File 'lib/aws-sdk-qconnect/types.rb', line 9399 class RankingData < Struct.new( :relevance_score, :relevance_level) SENSITIVE = [] include Aws::Structure end |
#relevance_score ⇒ Float
The relevance level of the recommendation.
9399 9400 9401 9402 9403 9404 |
# File 'lib/aws-sdk-qconnect/types.rb', line 9399 class RankingData < Struct.new( :relevance_score, :relevance_level) SENSITIVE = [] include Aws::Structure end |