ב-3 במאי 2023 נוציא משימוש את Transactions API, לפני ההוצאה משימוש של Conversations Actions ב-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 ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-08-29 (שעון UTC).
[null,null,["עדכון אחרון: 2024-08-29 (שעון UTC)."],[[["The JSON schema defines options for customizing how orders are presented to users."],["`actionDisplayName` is a string field used to specify the type of order action (e.g., place order, pay, buy) and is displayed in prompts and suggestions to the user."],["It can accept values like `PLACE_ORDER`, `PAY`, `BUY`, `SEND`, `BOOK`, `RESERVE`, `SCHEDULE`, and `SUBSCRIBE` to represent different order actions."]]],["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"]]