GetRecommendationsResponse constructor

GetRecommendationsResponse({
  1. List<PredictedItem>? itemList,
  2. String? recommendationId,
})

Implementation

GetRecommendationsResponse({
  this.itemList,
  this.recommendationId,
});