অন্যান্য স্পেসিফিকেশন
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
স্লটগুলিকে দ্ব্যর্থতামুক্ত করার জন্য ব্যবহারকারীর দ্বারা নির্বাচিত সম্পদের সেট, অর্থাৎ কর্মী এবং ঘর প্রদান করা হয়েছে।
// 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;}
অতিরিক্ত উপলব্ধতাআপডেট বার্তা যা 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"]]