Method: accounts.locations.questions.answers.upsert
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
指定された質問に対して、回答を作成するか、ユーザーが書いた既存の回答を更新します。ユーザーが作成できる回答は質問ごとに 1 つのみです。
HTTP リクエスト
POST https://mybusiness.googleapis.com/v4/{parent=accounts/*/locations/*/questions/*}/answers:upsert
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
parent |
string
回答を作成する質問の名前。
|
リクエスト本文
リクエストの本文には、次の構造のデータが含まれます。
JSON 表現 |
{
"answer": {
object (Answer )
}
} |
フィールド |
answer |
object (Answer )
新しい回答。
|
レスポンスの本文
成功した場合、レスポンスの本文には Answer
のインスタンスが含まれます。
認証スコープ
次の 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 および関連会社の登録商標です。
最終更新日 2024-10-14 UTC。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2024-10-14 UTC。"],[[["This document details the process for creating or updating an answer to a question on a Google My Business location using the `answers:upsert` method."],["The request requires specifying the question's name in the URL path and providing the new answer content in the request body."],["A successful response will return the complete `Answer` object."],["Authorization is required using specific OAuth scopes related to Google My Business management."],["The API utilizes gRPC Transcoding for structuring the request URL."]]],[]]