[[["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-03-24 UTC."],[[["`IsPlaceOpenResponse` is a struct that represents the response from the `isPlaceOpen` method."],["It includes a `status` property indicating whether the place is open, which is optional and may be `nil`."],["There's an initializer specifically for unit testing that allows setting the `status` directly."]]],["The `IsPlaceOpenResponse` struct represents the result of an `isPlaceOpen` query. It contains a single property, `status`, a boolean indicating whether the place is open (or nil if unknown). The struct has an initializer, `init(status:)`, intended for unit testing, allowing the setting of a specific `status` during testing. This struct provides the open or closed state of the requested place.\n"]]