PresentationOptions
उपयोगकर्ता के लिए ऑर्डर प्रज़ेंटेशन को पसंद के मुताबिक बनाने के लिए इस्तेमाल किए जाने वाले विकल्प.
JSON के काेड में दिखाना |
{
"actionDisplayName": string
} |
फ़ील्ड |
actionDisplayName |
string
ActionDisplayName इनमें से कोई एक वैल्यू हो सकता है: PLACE_ORDER : इसका इस्तेमाल ऑर्डर करने के लिए किया जाता है. PAY : इसका इस्तेमाल पेमेंट करने के लिए किया जाता है. BUY : इसका इस्तेमाल खरीदारी के लिए किया जाता है. SEND : इसका इस्तेमाल पैसे ट्रांसफ़र करने के लिए किया जाता है. BOOK : इसका इस्तेमाल बुकिंग के लिए किया जाता है. RESERVE : इसका इस्तेमाल बुकिंग के लिए किया जाता है. SCHEDULE : इसका इस्तेमाल अपॉइंटमेंट शेड्यूल करने के लिए किया जाता है. SUBSCRIBE : इसका इस्तेमाल सदस्यता के लिए किया जाता है.
ActionDisplayName उस कार्रवाई का नाम है जो इस ऑर्डर के बारे में सबसे सही तरीके से बताता है. इसका इस्तेमाल, लोगों को ऑर्डर दिखाते समय कई जगहों पर किया जाएगा. जैसे, प्रॉम्प्ट, सुझाव चिप वगैरह.
|
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-08-29 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-08-29 (UTC) को अपडेट किया गया."],[[["The JSON schema defines options for customizing how orders are presented to users."],["`actionDisplayName` is a string field used to specify the type of order action (e.g., place order, pay, buy) and is displayed in prompts and suggestions to the user."],["It can accept values like `PLACE_ORDER`, `PAY`, `BUY`, `SEND`, `BOOK`, `RESERVE`, `SCHEDULE`, and `SUBSCRIBE` to represent different order actions."]]],["The document outlines a JSON representation for customizing order presentation. The key element is `actionDisplayName`, a string field specifying the action type. Possible values include `PLACE_ORDER`, `PAY`, `BUY`, `SEND`, `BOOK`, `RESERVE`, `SCHEDULE`, and `SUBSCRIBE`. This field determines how the order is displayed and proposed to the user in prompts and suggestions, using a specific name to describe the action.\n"]]