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. |
open fun getContextDescriptor(): ContextDescriptor!
Returns the information about the autocomplete request that was performed. |
|
open fun getResults(): ImmutableList<AutocompleteSearchResult!>! |
|
open fun toString(): String |