سيتم إيقاف واجهة برمجة تطبيقات المعاملات في 3 أيار (مايو) 2023، قبل إيقاف ميزة "إجراءات المحادثات" في 13 حزيران (يونيو) 2023. لمزيد من المعلومات، يُرجى الاطّلاع على
إنهاء إجراءات المحادثة.
PresentationOptions
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
الخيارات المستخدمة لتخصيص العرض التقديمي للطلب للمستخدم.
تمثيل JSON |
{
"actionDisplayName": string
} |
الحقول |
actionDisplayName |
string
يمكن أن يكون actionDisplayName إحدى القيم التالية: PLACE_ORDER : يُستخدَم لتقديم طلب. PAY : تُستخدَم للدفع. BUY : تُستخدَم لإجراء عملية شراء. SEND : تُستخدَم لتحويل الأموال. BOOK : تُستخدَم لإجراء حجز. RESERVE : يُستخدَم للحجز. SCHEDULE : تُستخدَم لتحديد موعد. SUBSCRIBE : يُستخدَم للاشتراك.
تشير actionDisplayName إلى اسم الإجراء الذي يصف هذا الترتيب بشكل أفضل. سيتم استخدامها في أماكن مختلفة مثل الطلب وشريحة الاقتراح وما إلى ذلك أثناء اقتراح الطلب للمستخدم.
|
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\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 |"]]