TrendingItemsQuery class
final
Properties
facetName
→ String ?
Facet attribute. To be used in combination with facetValue
. If specified, only recommendations matching the facet filter will be returned.
final
facetValue
→ String ?
Facet value. To be used in combination with facetName
. If specified, only recommendations matching the facet filter will be returned.
final
fallbackParameters
→ FallbackParams ?
final
hashCode
→ int
The hash code for this object.
no setter override
indexName
→ String
Index name (case-sensitive).
final
maxRecommendations
→ int ?
Maximum number of recommendations to retrieve. By default, all recommendations are returned and no fallback request is made. Depending on the available recommendations and the other request parameters, the actual number of recommendations may be lower than this value.
final
model
→ TrendingItemsModel
final
queryParameters
→ RecommendSearchParams ?
final
runtimeType
→ Type
A representation of the runtime type of the object.
no setter inherited
threshold
→ double
Minimum score a recommendation must have to be included in the response.
final