// Resource specification that disambiguates an appointment slotmessageResources{// 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;}
// An update to one ore more slots indicating that the availability for the// associated time has potentially changed.messageAvailabilityUpdate{repeatedSlotAvailabilityslot_availability=1;}
SlotAvailability
// An inventory slot and associated count of open spots.messageSlotAvailability{Slotslot=1;// Number of available spots.// 0 indicates that the appointment slot is not available. (required)int32count_available=2;}
[[["容易理解","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"]],["上次更新時間:2025-07-26 (世界標準時間)。"],[],["Users select resources (staff, room) to clarify appointment slots. The `Resources` message includes optional `staff_id`, `room_id`, and `party_size`. `AvailabilityUpdate` messages inform of changes to time slot availability. `SlotAvailability` details each slot with the number of available spots (`count_available`); zero signifies the slot is unavailable. These messages are used in appointment slot selection.\n"]]