Retour à Google Play
Connecter Knoon AI avec Google Play (Google Cloud) pour automatiser les flux de travail AI.
List recent reviews for a Google Play app package.
googleCloudGooglePlayListReviews
Bêta
Interne
Autorisations
Autorisations optionnelles
Il n'y a aucun élément à afficher.
Paramètres
| Nom | Type | Description | Requis |
|---|---|---|---|
| packageName | mustache | Android package name (e.g. "com.example.app"). | Oui |
| maxResults | mustache | Optional. Max number of reviews to return (1-100). Defaults to 20. | Non |
| translationLanguage | mustache | Optional. BCP-47 language code for translated reviews (e.g. "en"). | Non |
Retours
| Nom | Type | Description |
|---|---|---|
| packageName | string | Android package name. |
| reviews.reviewId | string | Review ID. |
| reviews.authorName | string | Reviewer display name. |
| reviews.text | string | Review text from the user. |
| reviews.starRating | number | Star rating (1-5). |
| reviews.reviewerLanguage | string | Reviewer language code. |
| reviews.lastModified | string | ISO timestamp for the last modification. |
| reviews.developerReply | string | Latest developer reply text if available. |