Class: Aws::QConnect::Types::ResultData
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::ResultData
- Defined in:
- gems/aws-sdk-qconnect/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.
8358 8359 8360 8361 8362 8363 8364 8365 8366 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 8358 class ResultData < Struct.new( :data, :document, :relevance_score, :result_id, :type) SENSITIVE = [] include Aws::Structure end |
#document ⇒ Types::Document
The document.
8358 8359 8360 8361 8362 8363 8364 8365 8366 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 8358 class ResultData < Struct.new( :data, :document, :relevance_score, :result_id, :type) SENSITIVE = [] include Aws::Structure end |
#relevance_score ⇒ Float
The relevance score of the results.
8358 8359 8360 8361 8362 8363 8364 8365 8366 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 8358 class ResultData < Struct.new( :data, :document, :relevance_score, :result_id, :type) SENSITIVE = [] include Aws::Structure end |
#result_id ⇒ String
The identifier of the result data.
8358 8359 8360 8361 8362 8363 8364 8365 8366 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 8358 class ResultData < Struct.new( :data, :document, :relevance_score, :result_id, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the query result.
8358 8359 8360 8361 8362 8363 8364 8365 8366 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 8358 class ResultData < Struct.new( :data, :document, :relevance_score, :result_id, :type) SENSITIVE = [] include Aws::Structure end |