会話型アクションのサポートは 2023 年 6 月 13 日に終了しました。詳細については、
会話型アクションの廃止をご覧ください。
Merchant
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
| JSON 表現 |
{
"id": string,
"name": string,
"image": {
object (Image)
},
"phoneNumbers": [
{
object (PhoneNumber)
}
],
"address": {
object (Location)
}
} |
| フィールド |
id |
string
販売者に割り当てられたオプションの ID(ある場合)。
|
name |
string
販売者の名前(「Panera Bread」など)。
|
image |
object (Image)
販売者に関連付けられている画像。
|
phoneNumbers[] |
object (PhoneNumber)
販売者の電話番号。
|
address |
object (Location)
販売者の住所。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-26 UTC。
[null,null,["最終更新日 2025-07-26 UTC。"],[],["The JSON representation details the structure for a merchant associated with a cart, order, or line item. Key information includes the merchant's `id`, `name`, and `image`. It also allows for an array of `phoneNumbers` and a structured `address`. The `id` is optional, while `name` is a string, `image` is an object, `phoneNumbers` are a collection of objects, and `address` is a structured object.\n"]]