Class RatingReason (1.33.0)

RatingReason(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Stores extra information about why users provided thumbs down rating.

Attributes

NameDescription
reason_labels MutableSequence[str]
Optional. Custom reason labels for thumbs down rating provided by the user. The maximum number of labels allowed is 10 and the maximum length of a single label is 128 characters.
feedback str
Optional. Additional feedback about the rating. This field can be populated without choosing a predefined reason.