TransactionDecision
ऑर्डर से जुड़े संभावित फ़ैसले.
Enums |
TRANSACTION_DECISION_UNSPECIFIED |
फ़ैसला नहीं बताया गया है. |
USER_CANNOT_TRANSACT |
उपयोगकर्ता इस लेन-देन को पूरा नहीं कर सकता. |
ORDER_ACCEPTED |
उपयोगकर्ता ने ऑर्डर स्वीकार कर लिया है. |
ORDER_REJECTED |
उपयोगकर्ता ने ऑर्डर अस्वीकार कर दिया है. |
DELIVERY_ADDRESS_UPDATED |
उपयोगकर्ता, डिलीवरी के पते को अपडेट करता है, जिसके लिए ऑर्डर अपडेट करना ज़रूरी है. ऐप्लिकेशन को अपडेट किए गए ऑर्डर के साथ actions.intent.TRANSACTION_DECISION इंटेंट कॉल करना चाहिए. |
CART_CHANGE_REQUESTED |
उपयोगकर्ता कार्ट बदलने के लिए कहता है, जैसे कि "कार्ट बदलें", "कुछ और बदलें". कार्ट में बदलाव होने के बाद, ऐप्लिकेशन को उपयोगकर्ता के साथ कार्ट बदलने के इंटरैक्शन को मैनेज करना होगा और actions.intent.TRANSACTION_DECISION इंटेंट को कॉल करना होगा. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2023-05-16 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2023-05-16 (UTC) को अपडेट किया गया."],[[["The table outlines possible decisions a user can make regarding an order, such as accepting, rejecting, or requesting changes."],["Users might be ineligible to transact, and the system has a response for that scenario."],["If a user updates their delivery address or requests cart changes, the app must handle these interactions and update the order accordingly."],["The `actions.intent.TRANSACTION_DECISION` intent should be called by the app after handling user decisions and updates."]]],["The document outlines possible decisions regarding an order, represented by enums. These include an unspecified decision, user ineligibility to transact, order acceptance or rejection. It also covers delivery address updates, requiring an update to the order via the `actions.intent.TRANSACTION_DECISION` intent. Furthermore, cart change requests necessitate handling cart interactions and subsequently calling the `actions.intent.TRANSACTION_DECISION` intent to reflect the changes.\n"]]