public class AutoCompleteResponse extends Response
Modifier and Type | Field and Description |
---|---|
QueryCollection |
queries
A collection of query suggestions for the request query.
|
ScopedQueryResult |
scopedQuery
The query that the engine considered most relevant, will get a result with scopes.
|
customData
Constructor and Description |
---|
AutoCompleteResponse() |
getCustomDataOrDefault, getCustomDataOrThrow
public ScopedQueryResult scopedQuery
public QueryCollection queries