会話型アクションのサポートは 2023 年 6 月 13 日に終了しました。詳細については、
会話型アクションの廃止をご覧ください。
TransactionRequirementsCheckSpec
actions.intent.TRANSACTION_REQUIREMENTS_CHECK
の入力としてアプリから渡されます。
フィールド |
orderOptions |
object (OrderOptions )
注文に関連付けられているオプション。
|
paymentOptions |
object (PaymentOptions )
この注文の支払いオプション。支払いが注文に関連付けられていない場合は空白。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-09-10 UTC。
[null,null,["最終更新日 2024-09-10 UTC。"],[[["This documentation details the JSON representation used for the `actions.intent.TRANSACTION_REQUIREMENTS_CHECK` intent."],["The JSON input includes `orderOptions` for order details and `paymentOptions` for payment information."],["Both `orderOptions` and `paymentOptions` are objects with specific structures defined in their respective linked documentation."]]],["The input for `actions.intent.TRANSACTION_REQUIREMENTS_CHECK` is a JSON object containing two primary fields: `orderOptions` and `paymentOptions`. `orderOptions` contains information related to the order. `paymentOptions` holds the payment details for the order or is empty if no payment is required. Both fields refer to specific object types: `OrderOptions` and `PaymentOptions` respectively. This information details the structured data passed for verifying transaction prerequisites.\n"]]