Other specifications
Stay organized with collections
Save and categorize content based on your preferences.
// 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;}
[[["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 2025-09-18 UTC."],[],["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"]]