Class: Aws::Kendra::Types::RetrieveResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::RetrieveResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kendra/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#query_id ⇒ String
The identifier of query used for the search.
-
#result_items ⇒ Array<Types::RetrieveResultItem>
The results of the retrieved relevant passages for the search.
Instance Attribute Details
#query_id ⇒ String
The identifier of query used for the search. You also use ‘QueryId` to identify the search when using the [Submitfeedback] API.
[1]: docs.aws.amazon.com/kendra/latest/APIReference/API_SubmitFeedback.html
8570 8571 8572 8573 8574 8575 |
# File 'lib/aws-sdk-kendra/types.rb', line 8570 class RetrieveResult < Struct.new( :query_id, :result_items) SENSITIVE = [] include Aws::Structure end |
#result_items ⇒ Array<Types::RetrieveResultItem>
The results of the retrieved relevant passages for the search.
8570 8571 8572 8573 8574 8575 |
# File 'lib/aws-sdk-kendra/types.rb', line 8570 class RetrieveResult < Struct.new( :query_id, :result_items) SENSITIVE = [] include Aws::Structure end |