Voltar para Google Play
Conectar Knoon AI com Google Play (Google Cloud) para automatizar fluxos de trabalho de AI.
Fetch details for a specific Google Play review.
googleCloudGooglePlayGetReview
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 |
| reviewId | mustache | Review ID retrieved from the list action. | Sim |
| translationLanguage | mustache | Optional. BCP-47 language code for translated reviews. | Não |
Devoluções
| Nome | Tipo | Descrição |
|---|---|---|
| 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. |