13 জুন, 2023 তারিখে কথোপকথনমূলক অ্যাকশন সূর্যাস্তের আগে 3 মে, 2023 তারিখে ট্রানজ্যাকশন API বাতিল করা হবে। আরও তথ্যের জন্য,
কথোপকথনমূলক অ্যাকশন সূর্যাস্ত দেখুন।
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 সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eJSON representation is used to customize how an order is presented to the user.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eactionDisplayName\u003c/code\u003e is a string field that categorizes the order's primary action (e.g., placing an order, making a payment).\u003c/p\u003e\n"],["\u003cp\u003eThis categorization influences how the order is presented to the user, such as in prompts or suggestion chips.\u003c/p\u003e\n"],["\u003cp\u003ePossible values for \u003ccode\u003eactionDisplayName\u003c/code\u003e include: \u003ccode\u003ePLACE_ORDER\u003c/code\u003e, \u003ccode\u003ePAY\u003c/code\u003e, \u003ccode\u003eBUY\u003c/code\u003e, \u003ccode\u003eSEND\u003c/code\u003e, \u003ccode\u003eBOOK\u003c/code\u003e, \u003ccode\u003eRESERVE\u003c/code\u003e, \u003ccode\u003eSCHEDULE\u003c/code\u003e, and \u003ccode\u003eSUBSCRIBE\u003c/code\u003e.\u003c/p\u003e\n"]]],["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"],null,["# PresentationOptions\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nOptions used to customize the order presentation to the user.\n\n| JSON representation ||\n|-----------------------------------------|---|\n| ``` { \"actionDisplayName\": string } ``` |\n\n| Fields ||\n|---------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `actionDisplayName` | `string` actionDisplayName can be one of the following values: `PLACE_ORDER`: Used for placing an order. `PAY`: Used for a payment. `BUY`: Used for a purchase. `SEND`: Used for a money transfer. `BOOK`: Used for a booking. `RESERVE`: Used for reservation. `SCHEDULE`: Used for scheduling an appointment. `SUBSCRIBE`: Used for subscription. actionDisplayName refers to the name of the action which best describes this order. This will be used in various places like prompt, suggestion chip etc while proposing the order to the user. \u003cbr /\u003e |"]]