সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
স্লটে একটি ইনভেন্টরি স্লট সনাক্ত করার জন্য তথ্য রয়েছে।
// 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;}
[[["সহজে বোঝা যায়","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-05-24 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["`Slot` message identifies an inventory slot with details like merchant ID, service ID, start time, and duration."],["It uses `start_time` and `duration` to define the appointment slot's timeframe, expressed in UTC and as a duration respectively."],["An optional `availability_tag` can link the slot to its source in an availability feed."],["`resources` field allows for specification of staff, room, or other resources associated with the slot."]]],["The `Slot` message identifies an inventory slot using several fields. It requires `merchant_id`, `service_id`, `start_time`, and `duration` for booking creation. `availability_tag` can be provided to match a slot in an availability feed. An optional `resources` field further specifies the slot, such as the selected staff member or room. Field 7 is reserved for future use. These components identify and help book an available appointment.\n"]]