BoughtTogetherQuery constructor
const
BoughtTogetherQuery({
- required String indexName,
- required double threshold,
- int? maxRecommendations,
- RecommendSearchParams? queryParameters,
- required FbtModel model,
- required String objectID,
- FallbackParams? fallbackParameters,
Returns a new BoughtTogetherQuery instance.
Implementation
const BoughtTogetherQuery({
required this.indexName,
required this.threshold,
this.maxRecommendations,
this.queryParameters,
required this.model,
required this.objectID,
this.fallbackParameters,
});