OSDN Git Service

Modify proto
authorRaff Tsai <rafftsai@google.com>
Wed, 5 Dec 2018 00:12:35 +0000 (08:12 +0800)
committerRaff Tsai <rafftsai@google.com>
Wed, 5 Dec 2018 00:15:17 +0000 (08:15 +0800)
Add a field about contextual card score

Change-Id: I52b660801e317112673ada2f449709239a8b3c12
Bug: 79698338
Test: Robolectric

protos/contextual_card_list.proto

index ea82408..3496c8c 100644 (file)
@@ -28,4 +28,6 @@ message ContextualCard {
   optional string cardName = 3;
 
   optional Category card_category = 4;
+
+  optional double card_score = 5;
 }