recommender now returns ids instead of products

This commit is contained in:
Dan Sanche 2018-06-14 16:10:11 -07:00
parent fd6b66faeb
commit 0cf418df99
3 changed files with 75 additions and 82 deletions

View file

@ -47,7 +47,7 @@ message ListRecommendationsRequest {
}
message ListRecommendationsResponse {
repeated Product products = 1;
repeated string product_ids = 1;
}
// ---------------Product Catalog----------------