Stay organized with collections
Save and categorize content based on your preferences.
Slot contains the information to identify an inventory 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)google.protobuf.Timestampstart_time=3;// Duration of the appointment slot (required for CreateBooking)google.protobuf.Durationduration=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)Resourcesresources=6;reserved7;}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-09 UTC."],[[["`Slot` message identifies an inventory slot with details like merchant ID, service ID, start time, and duration for booking appointments."],["`Slot` can optionally include an availability tag for matching with availability feeds and resources for specifying staff or room details."]]],[]]