Voltar para Google Play
Conectar Knoon AI com Google Play (Google Cloud) para automatizar fluxos de trabalho de AI.
List recent reviews for a Google Play app package.
googleCloudGooglePlayListReviews
Beta
Interno
Permissões
Permissões opcionais
Não há itens para exibir.
Parâmetros
| Nome | Tipo | Descrição | Obrigatório |
|---|---|---|---|
| packageName | mustache | Android package name (e.g. "com.example.app"). | Sim |
| maxResults | mustache | Optional. Max number of reviews to return (1-100). Defaults to 20. | Não |
| translationLanguage | mustache | Optional. BCP-47 language code for translated reviews (e.g. "en"). | Não |
Devoluções
| Nome | Tipo | Descrição |
|---|---|---|
| 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. |