{
  "intents": [
    {
      "intent": "OneshotTideIntent",
      "slots": [
        {
          "name": "City",
          "type": "LIST_OF_CITIES"
        },
        {
          "name": "State",
          "type": "LIST_OF_STATES"
        },
        {
          "name": "Date",
          "type": "AMAZON.DATE"
        }
      ]
    },
    {
      "intent": "DialogTideIntent",
      "slots": [
        {
          "name": "City",
          "type": "LIST_OF_CITIES"
        },
        {
          "name": "State",
          "type": "LIST_OF_STATES"
        },
        {
          "name": "Date",
          "type": "AMAZON.DATE"
        }
      ]
    },
    {
      "intent": "SupportedCitiesIntent"
    },
    {
      "intent": "AMAZON.HelpIntent"
    },
    {
      "intent": "AMAZON.StopIntent"
    },
    {
      "intent": "AMAZON.CancelIntent"
    }
  ]
}
