Weitere Spezifikationen
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Die Ressourcen, die der Nutzer ausgewählt hat (z. B. Mitarbeiter und Räumlichkeiten), werden zur Unterscheidung von Slots bereitgestellt.
// 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;}
Zusätzliche "AvailabilityUpdate"-Nachrichten, die im Rahmen von "CheckAvailabilityResponse" bereitgestellt werden können.
// 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;}
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-07-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"]]