13 জুন, 2023 তারিখে কথোপকথনমূলক অ্যাকশন সূর্যাস্তের আগে 3 মে, 2023 তারিখে ট্রানজ্যাকশন API বাতিল করা হবে। আরও তথ্যের জন্য,
কথোপকথনমূলক অ্যাকশন সূর্যাস্ত দেখুন।
OrderOptions
একটি আদেশের সাথে যুক্ত বিকল্প.
JSON প্রতিনিধিত্ব |
---|
{
"requestDeliveryAddress": boolean,
"userInfoOptions": {
object (UserInfoOptions )
}
} |
ক্ষেত্র |
---|
requestDeliveryAddress | boolean সত্য হলে, সংশ্লিষ্ট অর্ডারের জন্য ডেলিভারি ঠিকানা প্রয়োজন। |
userInfoOptions | object ( UserInfoOptions ) অ্যাপটি এই ক্ষেত্রটি সেট করে ব্যবহারকারীর তথ্যের জন্য অনুরোধ করতে পারে। সেট করা থাকলে, ব্যবহারকারীর নিশ্চিতকরণের জন্য সংশ্লিষ্ট ক্ষেত্রটি প্রস্তাবিতঅর্ডারকার্ডে প্রদর্শিত হবে। |
ইউজার ইনফো অপশন
ব্যবহারকারীর তথ্য সংক্রান্ত বিকল্প।
ক্ষেত্র |
---|
userInfoProperties[] | enum ( UserInfoProperty ) ব্যবহারকারীর তথ্য বৈশিষ্ট্যের তালিকা। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-01-08 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-01-08 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["OrderOptions allows specifying if a delivery address is required and provides options for requesting user information."],["`requestDeliveryAddress` is a boolean indicating whether the order requires a delivery address."],["`userInfoOptions` enables the app to request specific user information, such as name, email, or phone number, which will be displayed for confirmation in the ProposedOrderCard."],["`userInfoProperties` is a list of user info properties that the app can request, including options like given name, family name, email, and phone number."]]],["The document defines order options using JSON. It allows specifying whether a delivery address is required (`requestDeliveryAddress`), represented by a boolean. It also defines `userInfoOptions`, an object enabling apps to request user information. `userInfoOptions` uses `userInfoProperties`, an array of enumerated user info properties, for the specific details to be requested. If set, these fields appear in the ProposedOrderCard for user confirmation. The provided data structure and its types are detailed in associated tables.\n"]]