Atrás a Google Play
Conectar Knoon AI con Google Play (Google Cloud) para automatizar flujos de trabajo de AI.
Fetch details for a specific Google Play review.
googleCloudGooglePlayGetReview
Beta
Interno
Permisos
Permisos opcionales
No hay elementos para mostrar.
Parámetros
| Nombre | Tipo | Descripción | Requerido |
|---|---|---|---|
| packageName | mustache | Android package name (e.g. "com.example.app"). | Sí |
| reviewId | mustache | Review ID retrieved from the list action. | Sí |
| translationLanguage | mustache | Optional. BCP-47 language code for translated reviews. | No |
Devoluciones
| Nombre | Tipo | Descripción |
|---|---|---|
| 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. |