2024 年 7 月 31 日をもって、Google ビジネス メッセージはご利用いただけなくなります。詳しくは
こちらをご覧ください。
Method: brands.agents.requestVerification
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
エージェントのビジネス情報の確認を開始します。Google からブランドに確認の連絡があります。一度に確認できるのは 1 つの確認のみです。
HTTP リクエスト
POST https://businesscommunications.googleapis.com/v1/{name=brands/*/agents/*}:requestVerification
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
name |
string
必須。ブランドとエージェントの一意の識別子。
|
リクエスト本文
リクエストの本文には、次の構造のデータが含まれます。
フィールド |
agentVerificationContact |
object (AgentVerificationContact )
必須。エージェントの確認用の連絡先の詳細。
|
レスポンスの本文
成功した場合、レスポンスの本文には AgentVerification
のインスタンスが含まれます。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-10-11 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-11 UTC。"],[[["Initiates the business information verification process for a specified agent, involving Google contacting the brand for confirmation."],["Only one verification request can be active at a time for a given agent."],["The verification process uses a `POST` request to a specific endpoint, requiring the brand and agent's unique identifier."],["The request body needs to include the agent's verification contact details, as defined in the `AgentVerificationContact` object."],["Upon successful verification, the response will contain an `AgentVerification` object with the verification details."]]],[]]