Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Lượt đặt trước là một cuộc hẹn cho một khoảng không quảng cáo. Chiến dịch này có chứa
thông tin cần thiết để xác định và đặt lịch hẹn.
Định nghĩa về yêu cầu đặt phòng
// A booking for an inventory slotmessageBooking{// ID of this booking, which must be unique across all bookings. (required)stringbooking_id=1;// The appointment slot of this booking// (required for CreateBooking and UpdateBooking:modify,// but not UpdateBooking:cancel)Slotslot=2;// Personal information of the user making the appointment (required for// CreateBooking)UserInformationuser_information=3;// Status of the booking (required for CreateBooking and UpdateBooking:cancel,// but not UpdateBooking:modify)BookingStatusstatus=4;// Information about payment transactions that relate to the booking.// (optional)PaymentInformationpayment_information=5;// Information about virtual session related to this booking. (optional)VirtualSessionInfovirtual_session_info=6;// Information about the Offer applied to this booking.//// Required in CreateBookingResponse if an offer_id was set on the// CreateBookingRequest that created the Booking.OfferInfooffer_info=7;}
Định nghĩa thông tin ưu đãi
// Information about an Offer applied to a booking.messageOfferInfo{// The ID of the Offer.stringoffer_id=1;}
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2024-09-13 UTC."],[[["A Booking is an appointment for an inventory slot and contains information like the appointment details, user information, booking status, and payment details."],["Bookings can optionally include information about virtual sessions and offers applied to the booking, such as the offer ID."]]],[]]