Quay lại Google Play
Kết nối Knoon AI với Google Play (Google Cloud) để tự động hóa các quy trình làm việc AI.
Fetch details for a specific Google Play review.
googleCloudGooglePlayGetReview
BẢN THỬ NGHIỆM
Nội bộ
Quyền hạn
Quyền hạn tùy chọn
Không có mục nào để hiển thị.
Tham số
| Tên | Loại | Mô tả | Bắt buộc |
|---|---|---|---|
| packageName | mustache | Android package name (e.g. "com.example.app"). | Có |
| reviewId | mustache | Review ID retrieved from the list action. | Có |
| translationLanguage | mustache | Optional. BCP-47 language code for translated reviews. | Không |
Trả về
| Tên | Loại | Mô tả |
|---|---|---|
| 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. |