ב-3 במאי 2023 נוציא משימוש את Transactions API, לפני ההוצאה משימוש של Conversations Actions ב-13 ביוני 2023.
כאן תוכלו לקרוא מידע נוסף על ההוצאה משימוש של 'פעולות שיחה'.
TicketFulfillmentInfo
ייצוג JSON |
{
"fulfillmentType": enum (Type ),
"expectedFulfillmentTime": {
object (Time )
},
"location": {
object (Location )
},
"price": {
object (PriceAttribute )
},
"fulfillmentContact": {
object (UserInfo )
}
} |
שדות |
fulfillmentType |
enum (Type )
סוג מילוי ההזמנה, למשל: במשלוח או באיסוף עצמי.
|
expectedFulfillmentTime |
object (Time )
זמן האספקה או האיסוף הצפוי. חלון אם צוין טווח זמן או זמן הגעה משוער אם צוין שעה אחת.
|
location |
object (Location )
מיקום האיסוף או המשלוח.
|
price |
object (PriceAttribute )
העלות של האפשרות הזו.
|
fulfillmentContact |
object (UserInfo )
איש הקשר של המשתמש למילוי ההזמנות.
|
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-09-09 (שעון UTC).
[null,null,["עדכון אחרון: 2024-09-09 (שעון UTC)."],[[["This documentation details the JSON representation for obtaining ticket information, outlining the structure and data types for fields like fulfillment type, expected time, location, price, and contact information."],["The JSON object includes fields such as `fulfillmentType`, `expectedFulfillmentTime`, `location`, `price`, and `fulfillmentContact` to comprehensively describe ticket fulfillment options."],["Each field within the JSON object links to further documentation providing detailed definitions and usage instructions, ensuring developers understand their specific roles and data types."]]],["The content outlines the JSON representation for receiving tickets, detailing the structure and fields necessary for fulfillment. Key information includes `fulfillmentType` (delivery/pickup), `expectedFulfillmentTime` (time window or ETA), `location` (pickup/delivery address), `price` (cost), and `fulfillmentContact` (user contact details). This JSON format dictates the data required to manage and execute the fulfillment process, whether it be delivery or pickup. Each field corresponds to a specific data object type.\n"]]