AutoSuggestApi class

Constructors

AutoSuggestApi([SuggestApiClient? apiClient])

Properties

apiClient SuggestApiClient
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getAutoSuggest(int accountId, String brUid2, String catalogViews, String q, String url, String refUrl, {String? authKey, String? requestId, String? requestType, String? callback, String? userAgent, String? userId}) Future<SuggestSearchResponse?>
Autosuggest guides site visitors by providing search term suggestions, which are sometimes called autocomplete or type-ahead, in a dropdown list as visitors type in a search box. These suggestions become increasingly refined with each character entered. When visitors see a suggested query in the dropdown list, they can stop typing and select the query.
getAutoSuggestWithHttpInfo(int accountId, String brUid2, String catalogViews, String q, String url, String refUrl, {String? authKey, String? requestId, String? requestType, String? callback, String? userAgent, String? userId}) Future<Response>
Autosuggest guides site visitors by providing search term suggestions, which are sometimes called autocomplete or type-ahead, in a dropdown list as visitors type in a search box. These suggestions become increasingly refined with each character entered. When visitors see a suggested query in the dropdown list, they can stop typing and select the query.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited