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.
8069 8070 8071 8072 8073 8074 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 8069 class RankingData < Struct.new( :relevance_level, :relevance_score) SENSITIVE = [] include Aws::Structure end |
#relevance_score ⇒ Float
The relevance level of the recommendation.
8069 8070 8071 8072 8073 8074 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 8069 class RankingData < Struct.new( :relevance_level, :relevance_score) SENSITIVE = [] include Aws::Structure end |