Другие характеристики
Оптимизируйте свои подборки
Сохраняйте и классифицируйте контент в соответствии со своими настройками.
Набор ресурсов, а именно персонал и помещение, выбираемые пользователем, предоставляется для того, чтобы исключить неоднозначность в отношении слотов.
// Resource specification that disambiguates an appointment slotmessageResources{optionfeatures.(pb.java).nest_in_file_class=YES;// 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;}
Дополнительные сообщения AvailabilityUpdate, которые могут быть предоставлены в рамках CheckAvailabilityResponse.
// An update to one ore more slots indicating that the availability for the// associated time has potentially changed.messageAvailabilityUpdate{optionfeatures.(pb.java).nest_in_file_class=YES;repeatedSlotAvailabilityslot_availability=1;}
Доступность слотов
// An inventory slot and associated count of open spots.messageSlotAvailability{optionfeatures.(pb.java).nest_in_file_class=YES;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"]],["Последнее обновление: 2026-03-26 UTC."],[],["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"]]