Class: Aws::ConnectWisdomService::Types::ResultData
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectWisdomService::Types::ResultData
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectwisdomservice/types.rb
Overview
Information about the result.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#document ⇒ Types::Document
The document.
-
#relevance_score ⇒ Float
The relevance score of the results.
-
#result_id ⇒ String
The identifier of the result data.
Instance Attribute Details
#document ⇒ Types::Document
The document.
3184 3185 3186 3187 3188 3189 3190 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 3184 class ResultData < Struct.new( :document, :relevance_score, :result_id) SENSITIVE = [] include Aws::Structure end |
#relevance_score ⇒ Float
The relevance score of the results.
3184 3185 3186 3187 3188 3189 3190 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 3184 class ResultData < Struct.new( :document, :relevance_score, :result_id) SENSITIVE = [] include Aws::Structure end |
#result_id ⇒ String
The identifier of the result data.
3184 3185 3186 3187 3188 3189 3190 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 3184 class ResultData < Struct.new( :document, :relevance_score, :result_id) SENSITIVE = [] include Aws::Structure end |