Google Play に戻る
Google Play (Google Cloud) と Knoon AI を接続して AI ワークフローを自動化します。
List recent reviews for a Google Play app package.
googleCloudGooglePlayListReviews
ベータ
内部
権限
オプション権限
表示する項目がありません。
パラメータ
| 名前 | タイプ | 説明 | 必須 |
|---|---|---|---|
| packageName | mustache | Android package name (e.g. "com.example.app"). | はい |
| maxResults | mustache | Optional. Max number of reviews to return (1-100). Defaults to 20. | いいえ |
| translationLanguage | mustache | Optional. BCP-47 language code for translated reviews (e.g. "en"). | いいえ |
返品
| 名前 | タイプ | 説明 |
|---|---|---|
| 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. |