Android · Schema

UserComment

A comment from a user reviewing the app.

AIAndroidAutomotiveGoogleMachine LearningMobile DevelopmentSDKTVWearables

Properties

Name Type Description
text string The text content of the review.
starRating integer The star rating (1-5) given by the user.
reviewerLanguage string BCP-47 language tag of the reviewer's language.
device string Information about the device used to write the review.
androidOsVersion integer The Android OS version of the user's device.
appVersionCode integer The version code of the app installed when the review was written.
appVersionName string The version name of the app installed when the review was written.
thumbsUpCount integer Number of users who found this review helpful.
thumbsDownCount integer Number of users who found this review unhelpful.
originalText string The untranslated text of the review, if a translation was requested.
View JSON Schema on GitHub