13 জুন, 2023 তারিখে কথোপকথনমূলক অ্যাকশন সূর্যাস্তের আগে 3 মে, 2023 তারিখে ট্রানজ্যাকশন API বাতিল করা হবে। আরও তথ্যের জন্য,
কথোপকথনমূলক অ্যাকশন সূর্যাস্ত দেখুন।
TransactionDecisionValue
actions.intent.TRANSACTION_DECISION
এর আউটপুট হিসাবে কর্মে ফিরে এসেছে।
JSON প্রতিনিধিত্ব |
---|
{
"transactionDecision": enum (TransactionDecision ),
// Union field value can be only one of the following:
"order": {
object (Order )
},
"deliveryAddress": {
object (Location )
}
// End of list of possible types for union field value .
} |
ক্ষেত্র |
---|
transactionDecision | enum ( TransactionDecision ) আদেশ সংক্রান্ত সিদ্ধান্ত। |
ইউনিয়ন ক্ষেত্রের value । value নিম্নলিখিতগুলির মধ্যে একটি হতে পারে: |
order | object ( Order ) যে অর্ডার ব্যবহারকারী অনুমোদিত হয়েছে. এই ক্ষেত্রটি তখনই উপস্থিত থাকবে যখন transactionDecision ORDER_ACCEPTED হয়। |
deliveryAddress | object ( Location ) যদি ব্যবহারকারী ডেলিভারির ঠিকানা আপডেটের জন্য অনুরোধ করে, তাহলে এই ক্ষেত্রটি নতুন ডেলিভারি ঠিকানা অন্তর্ভুক্ত করে। এই ক্ষেত্রটি তখনই উপস্থিত থাকবে যখন transactionDecision DELIVERY_ADDRESS_UPDATED হয়। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-01-04 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-01-04 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["JSON is returned as output for `actions.intent.TRANSACTION_DECISION`."],["It contains the `transactionDecision` field indicating the decision (e.g., order acceptance, delivery address update)."],["Depending on the `transactionDecision`, it might include `order` or `deliveryAddress` details."],["`order` is present when the transaction decision is `ORDER_ACCEPTED` and contains the approved order details."],["`deliveryAddress` is included when the transaction decision is `DELIVERY_ADDRESS_UPDATED` and contains the updated delivery address."]]],[]]