با مجموعهها، منظم بمانید
ذخیره و دستهبندی محتوا براساس اولویتهای شما.
Slot حاوی اطلاعاتی برای شناسایی شکاف موجودی است.
تعریف اسلات
// An inventory slotmessageSlot{// ID of the merchant for the slot (required for CreateBooking)stringmerchant_id=1;// ID of the merchant Service (required for CreateBooking)stringservice_id=2;// Start time of the appointment slot in seconds of UTC time since Unix epoch.// (required for CreateBooking)int64start_sec=3;// Duration of the appointment slot (required for CreateBooking)int64duration_sec=4;// Opaque tag that identifies the availability slot and matches the value// provided in the availability feed (optional)stringavailability_tag=5;// The set of resources that disambiguates the appointment slot, e.g. by// indicating the staff member and room selected by the user (optional)ResourceIdsresources=6;// Indicates whether bookings of this slot will be confirmed// synchronously or asynchronously. (optional)// An UNSPECIFIED value will be interpreted as synchronous.ConfirmationModeconfirmation_mode=7;}
تعریف منابع
// Resource specification that disambiguates an appointment slotmessageResourceIds{// The staff ID as provided in the feed or empty if not applicable or no staff// was selected. (optional)stringstaff_id=1;// The room ID as provided in the feed or empty if not applicable or no room// was selected. (optional)stringroom_id=2;// For Dining Reservations only: the number of seats requested in the booking.// (optional)int32party_size=3;}
تاریخ آخرین بهروزرسانی 2024-11-26 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","easyToUnderstand","thumb-up"],["مشکلم را برطرف کرد","solvedMyProblem","thumb-up"],["غیره","otherUp","thumb-up"]],[["اطلاعاتی که نیاز دارم وجود ندارد","missingTheInformationINeed","thumb-down"],["بیشازحد پیچیده/ مراحل بسیار زیاد","tooComplicatedTooManySteps","thumb-down"],["قدیمی","outOfDate","thumb-down"],["مشکل ترجمه","translationIssue","thumb-down"],["مشکل کد / نمونهها","samplesCodeIssue","thumb-down"],["غیره","otherDown","thumb-down"]],["تاریخ آخرین بهروزرسانی 2024-11-26 بهوقت ساعت هماهنگ جهانی."],[[["`Slot` message defines an inventory slot with details like merchant and service IDs, start time, duration, and an optional availability tag."],["`Slot` can optionally specify resources like staff and room IDs using the nested `ResourceIds` message for disambiguation."],["Bookings for a `Slot` can be confirmed synchronously or asynchronously as indicated by the `confirmation_mode` field."],["The `ResourceIds` message allows specifying staff, room, and party size for a booking, aiding in resource allocation and management."]]],[]]