Package com.loop54.model.response
Class AutoCompleteResponse
java.lang.Object
com.loop54.model.response.Response
com.loop54.model.response.AutoCompleteResponse
The result of an autocomplete request.
-
Field Summary
FieldsModifier and TypeFieldDescriptionA collection of query suggestions for the request query.The query that the engine considered most relevant, will get a result with scopes.Fields inherited from class com.loop54.model.response.Response
customData -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.loop54.model.response.Response
getCustomDataOrDefault, getCustomDataOrThrow
-
Field Details
-
scopedQuery
The query that the engine considered most relevant, will get a result with scopes. -
queries
A collection of query suggestions for the request query.
-
-
Constructor Details
-
AutoCompleteResponse
public AutoCompleteResponse()
-