{
  "intent": "hotel.pick",
  "describe": "https://pickthehotel.pages.dev/intents.md",
  "usage": "POST /intents  { \"city\": \"zurich\", \"mode\": \"iconic|value|budget|family\" }",
  "note": "family is pre-computed for 2 adults + 2 children in one room; other party sizes aren't supported yet",
  "citiesAvailable": [
    "zurich"
  ],
  "modes": [
    "iconic",
    "value",
    "budget",
    "family"
  ]
}