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 সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-11-12 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2024-11-12 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"]]