Method: accounts.locations.reviews.updateReply
指定したクチコミへの返信を更新します。返信が存在しない場合は返信が作成されます。この操作は、指定したビジネスのオーナー確認が済んでいる場合にのみ有効です。
HTTP リクエスト
PUT https://mybusiness.googleapis.com/v4/{name=accounts/*/locations/*/reviews/*}/reply
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
name |
string
返信するクチコミの名前です。
|
リクエスト本文
リクエストの本文には ReviewReply
のインスタンスが含まれています。
レスポンスの本文
成功した場合、レスポンスの本文には ReviewReply
のインスタンスが含まれます。
認可スコープ
次の OAuth スコープのいずれかが必要です。
https://www.googleapis.com/auth/plus.business.manage
https://www.googleapis.com/auth/business.manage
詳細については、OAuth 2.0 の概要をご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2023-12-02 UTC。
[null,null,["最終更新日 2023-12-02 UTC。"],[[["Updates a specified review's reply, creating one if it doesn't exist, but only for verified locations."],["Uses a PUT HTTP request with the path `https://mybusiness.googleapis.com/v4/{name=accounts/*/locations/*/reviews/*}/reply` and requires a ReviewReply object in the request body."],["A successful response returns a ReviewReply object representing the updated or created reply."],["Requires authorization with specific OAuth scopes, either `https://www.googleapis.com/auth/plus.business.manage` or `https://www.googleapis.com/auth/business.manage`."]]],["This content describes updating a reply to a review or creating one if it doesn't exist. The `PUT` request is sent to a specified URL using gRPC Transcoding. The `name` parameter, part of the URL path, identifies the target review. The request body must contain a `ReviewReply` instance, and a successful operation will return a `ReviewReply` instance in the response body. Authorization requires specific OAuth scopes related to managing business accounts.\n"]]