class Aws::CloudSearchDomain::Types::SuggestRequest

Container for the parameters to the `Suggest` request.

@note When making an API call, you may pass SuggestRequest

data as a hash:

    {
      query: "Query", # required
      suggester: "Suggester", # required
      size: 1,
    }

@!attribute [rw] query

Specifies the string for which you want to get suggestions.
@return [String]

@!attribute [rw] suggester

Specifies the name of the suggester to use to find suggested
matches.
@return [String]

@!attribute [rw] size

Specifies the maximum number of suggestions to return.
@return [Integer]

Constants

SENSITIVE