[
  {
    "text": "Book me a flight from Cairo to Redmond next Thursday",
    "intentName": "BookFlight",
    "entityLabels": [
      {
        "entityName": "Location::From",
        "startCharIndex": 22,
        "endCharIndex": 26
      },
      {
        "entityName": "Location::To",
        "startCharIndex": 31,
        "endCharIndex": 37
      }
    ]
  },
  {
    "text": "What's the weather like in Seattle?",
    "intentName": "GetWeather",
    "entityLabels": [
      {
        "entityName": "Location",
        "startCharIndex": 27,
        "endCharIndex": 33
      }
    ]
  }
]