class Aws::Kendra::Types::QueryResult

@!attribute [rw] query_id

The unique identifier for the search. You use `QueryId` to identify
the search when using the feedback API.
@return [String]

@!attribute [rw] result_items

The results of the search.
@return [Array<Types::QueryResultItem>]

@!attribute [rw] facet_results

Contains the facet results. A `FacetResult` contains the counts for
each attribute key that was specified in the `Facets` input
parameter.
@return [Array<Types::FacetResult>]

@!attribute [rw] total_number_of_results

The total number of items found by the search; however, you can only
retrieve up to 100 items. For example, if the search found 192
items, you can only retrieve the first 100 of the items.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/QueryResult AWS API Documentation

Constants

SENSITIVE