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) को अपडेट किया गया.
[[["समझने में आसान है","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"]],["आखिरी बार 2023-05-16 (UTC) को अपडेट किया गया."],[[["This documentation outlines the possible decisions a user can make regarding an order within a transaction flow."],["The decision options include unspecified, user ineligibility, order acceptance or rejection, delivery address updates, and cart change requests."],["Each decision enum is associated with a specific user action and requires corresponding handling by the application."],["For delivery address updates and cart change requests, the application must call the `actions.intent.TRANSACTION_DECISION` intent with the updated information."]]],["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"]]