The rating of a Product.
.. attribute:: rating_count
The total number of ratings. This value is independent of
the value of
rating_histogram.
This value must be nonnegative. Otherwise, an
INVALID_ARGUMENT error is returned.
:type: int
Attributes
Name
Description
average_rating
float
The average rating of the
Product.
The rating is scaled at 1-5. Otherwise, an INVALID_ARGUMENT
error is returned.
rating_histogram
Sequence[int]
List of rating counts per rating value (index = rating - 1).
The list is empty if there is no rating. If the list is
non-empty, its size is always 5. Otherwise, an
INVALID_ARGUMENT error is returned.
For example, [41, 14, 13, 47, 303]. It means that the
Product got 41 ratings
with 1 star, 14 ratings with 2 star, and so on.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,[]]