// 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.stringstaff_id=1;// The room ID as provided in the feed or empty if not applicable or no room// was selected.stringroom_id=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"]],["最后更新时间 (UTC):2025-07-26。"],[],["The `Resources` message defines the identifiers for an appointment slot. It includes `staff_id`, representing the staff member's ID, which can be empty if no staff is applicable or selected. It also includes `room_id`, representing the room's ID, which can also be empty if no room is applicable or selected. Both fields use strings to hold the ID values. This data helps identify specific staff and/or room resources used for a scheduled appointment.\n"]]