class Aws::CloudSearchDomain::Types::SuggestModel

Container for the suggestion information returned in a `SuggestResponse`.

@!attribute [rw] query

The query string specified in the suggest request.
@return [String]

@!attribute [rw] found

The number of documents that were found to match the query string.
@return [Integer]

@!attribute [rw] suggestions

The documents that match the query string.
@return [Array<Types::SuggestionMatch>]

Constants

SENSITIVE