Class: Aws::Kendra::Types::RetrieveResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::RetrieveResult
- Defined in:
- gems/aws-sdk-kendra/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.
8624 8625 8626 8627 8628 8629 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 8624 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.
8624 8625 8626 8627 8628 8629 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 8624 class RetrieveResult < Struct.new( :query_id, :result_items) SENSITIVE = [] include Aws::Structure end |