Class: Aws::QConnect::Types::ResultData
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::ResultData
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qconnect/types.rb
Overview
Information about the result.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data ⇒ Types::DataSummary
Summary of the recommended content.
-
#document ⇒ Types::Document
The document.
-
#relevance_score ⇒ Float
The relevance score of the results.
-
#result_id ⇒ String
The identifier of the result data.
-
#type ⇒ String
The type of the query result.
Instance Attribute Details
#data ⇒ Types::DataSummary
Summary of the recommended content.
9698 9699 9700 9701 9702 9703 9704 9705 9706 |
# File 'lib/aws-sdk-qconnect/types.rb', line 9698 class ResultData < Struct.new( :result_id, :document, :relevance_score, :data, :type) SENSITIVE = [] include Aws::Structure end |
#document ⇒ Types::Document
The document.
9698 9699 9700 9701 9702 9703 9704 9705 9706 |
# File 'lib/aws-sdk-qconnect/types.rb', line 9698 class ResultData < Struct.new( :result_id, :document, :relevance_score, :data, :type) SENSITIVE = [] include Aws::Structure end |
#relevance_score ⇒ Float
The relevance score of the results.
9698 9699 9700 9701 9702 9703 9704 9705 9706 |
# File 'lib/aws-sdk-qconnect/types.rb', line 9698 class ResultData < Struct.new( :result_id, :document, :relevance_score, :data, :type) SENSITIVE = [] include Aws::Structure end |
#result_id ⇒ String
The identifier of the result data.
9698 9699 9700 9701 9702 9703 9704 9705 9706 |
# File 'lib/aws-sdk-qconnect/types.rb', line 9698 class ResultData < Struct.new( :result_id, :document, :relevance_score, :data, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the query result.
9698 9699 9700 9701 9702 9703 9704 9705 9706 |
# File 'lib/aws-sdk-qconnect/types.rb', line 9698 class ResultData < Struct.new( :result_id, :document, :relevance_score, :data, :type) SENSITIVE = [] include Aws::Structure end |