{
  "intents": [
    {
      "intent": "GreetingIntent",
      "slots": []
    },
    {
      "intent": "MyFirstNameIntent",
      "slots": [
        {
          "name": "FirstNameSlot",
          "type": "TRANSCEND.US_FIRST_NAME"
        },
        {
          "name": "NicknameSlot",
          "type": "TRANSCEND.US_FIRST_NAME"
        }
      ]
    },
    {
      "intent": "ZipCodeIntent",
      "slots": [
        {
          "name": "ZipCodeSlot",
          "type": "TRANSCEND.NUMBER"
        }
      ]
    },
    {
      "intent": "IceCreamFlavorIntent",
      "slots": [
        {
          "name": "IceCreamFlavorSlot",
          "type": "ICECREAMFLAVOR"
        }
      ]
    },
    {
      "intent": "CoffeeRoastStrengthIntent",
      "slots": [
        {
          "name": "CoffeeRoastStrengthSlot",
          "type": "COFFEEROASTSTRENGTH"
        }
      ]
    },
    {
      "intent": "AccountNumberIntent",
      "slots": [
        {
          "name": "AccountNumberSlot",
          "type": "ACCOUNTNUMBER"
        },
        {
          "name": "AnythingBeforeSlot",
          "type": "ANYTHING"
        },
        {
          "name": "AnythingAfterSlot",
          "type": "ANYTHING"
        }        
      ]
    },
    {
      "intent": "IncidentNumberIntent",
      "slots": [
        {
          "name": "IncidentNumberSlot",
          "type": "INCIDENTNUMBER"
        },
        {
          "name": "AnythingBeforeSlot",
          "type": "ANYTHING"
        },
        {
          "name": "AnythingAfterSlot",
          "type": "ANYTHING"
        }        
      ]
    },
    {
      "intent": "IWantPizzaIntent",
      "slots": []
    },
    {
      "intent": "INeedMedicineIntent",
      "slots": []
    },
    {
      "intent": "IHaveFeverIntent",
      "slots": []
    },
    {
      "intent": "SoftDrinkCountIntent",
      "slots": [
        {
          "name": "SoftDrinkCountSlot",
          "type": "TRANSCEND.NUMBER"
        }
      ]
    }
  ]
}
