open class AutocompleteSearchResponse : ServiceBaseResponse, Serializable
The Response to an Autocomplete Search Request. It consists of a context and results.
AutocompleteSearchResponse()
Empty constructor for the AutocompleteSearchResponse(contextDescriptor: ContextDescriptor!, results: Array<AutocompleteSearchResult!>!)
Default constructor for the |
var contextDescriptor: ContextDescriptor!
Information about the autocomplete Request that was performed. |
|
var results: Array<AutocompleteSearchResult!>!
List of the results returned by the autocomplete engine. -- GETTER -- |
open fun getResults(): ImmutableList<AutocompleteSearchResult!>! |