DeliveryAddressValue
actions.type.DeliveryAddressValue
के लिए आउटपुट के रूप में कार्रवाई पर वापस भेजा गया.
JSON के काेड में दिखाना |
{
"userDecision": enum (DeliveryAddressUserDecision ),
"location": {
object (Location )
}
} |
फ़ील्ड |
userDecision |
enum (DeliveryAddressUserDecision )
अनुरोध के बारे में उपयोगकर्ता का फ़ैसला.
|
location |
object (Location )
इसमें डिलीवरी का पता सिर्फ़ तब शामिल होता है, जब उपयोगकर्ता डिलीवरी का पता शेयर करने के लिए सहमत होता है.
|
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-08-22 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-08-22 (UTC) को अपडेट किया गया."],[[["The `DeliveryAddressValue` action output is represented in JSON format and provides the user's decision and delivery location."],["This output contains two main fields: `userDecision` indicating user consent and `location` providing the address if shared."],["The `location` field is populated only when the user agrees to share their delivery address."]]],["The core content defines the JSON output for `actions.type.DeliveryAddressValue`. This output includes two key fields: `userDecision`, an enumeration indicating the user's response to the delivery address request, and `location`, an object containing the delivery address. The `location` object is only present when the user agrees to share their address, otherwise it is absent. This structure represents how a delivery address is shared after user interaction.\n"]]