public RepeatedField<int> RatingHistogram { get; }
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][google.cloud.retail.v2.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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-12 UTC."],[[["The webpage provides documentation for the `Rating` class within the `Google.Cloud.Retail.V2` namespace, detailing its properties, constructors, and implemented interfaces."],["This `Rating` class is designed to hold information about the rating of a product, including `AverageRating`, `RatingCount`, and `RatingHistogram`, with specific constraints for each property."],["The `Rating` class is available in multiple versions, from 1.0.0 up to the latest 2.12.0, with each version having its own specific documentation page."],["The `Rating` class implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which provide functionalities for message handling, equality comparison, deep cloning, and buffered message operations respectively."],["The `RatingHistogram` property in the class is a list of rating counts, where each index within the list, minus one, represents a rating value of 1-5 stars, and where the list itself contains the number of ratings for each respective star value."]]],[]]