Google Cloud Retail V2beta Rating Args
data class GoogleCloudRetailV2betaRatingArgs(val averageRating: Output<Double>? = null, val ratingCount: Output<Int>? = null, val ratingHistogram: Output<List<Int>>? = null) : ConvertibleToJava<GoogleCloudRetailV2betaRatingArgs>
The rating of a Product.
Constructors
Link copied to clipboard
fun GoogleCloudRetailV2betaRatingArgs(averageRating: Output<Double>? = null, ratingCount: Output<Int>? = null, ratingHistogram: Output<List<Int>>? = null)
Functions
Properties
Link copied to clipboard
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.