Retour à Google Play
Connecter Knoon AI avec Google Play (Google Cloud) pour automatiser les flux de travail AI.
Fetch details for a specific Google Play review.
googleCloudGooglePlayGetReview
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 |
| reviewId | mustache | Review ID retrieved from the list action. | Oui |
| translationLanguage | mustache | Optional. BCP-47 language code for translated reviews. | Non |
Retours
| Nom | Type | Description |
|---|---|---|
| packageName | string | Android package name. |
| review.reviewId | string | Review ID. |
| review.authorName | string | Reviewer display name. |
| review.text | string | Review text from the user. |
| review.starRating | number | Star rating (1-5). |
| review.reviewerLanguage | string | Reviewer language code. |
| review.lastModified | string | ISO timestamp for the last modification. |
| review.developerReply | string | Latest developer reply text if available. |