{
  "query": "我要一杯冰奶茶",
  "topScoringIntent": {
    "intent": "購買",
    "score": 0.84214455
  },
  "entities": [
    {
      "entity": "奶茶",
      "type": "商品",
      "startIndex": 5,
      "endIndex": 6,
      "score": 0.8456578
    },
    {
      "entity": "一杯",
      "type": "單位",
      "startIndex": 2,
      "endIndex": 3,
      "score": 0.33800545
    },
    {
      "entity": "冰",
      "type": "規格",
      "startIndex": 4,
      "endIndex": 4,
      "score": 0.8449315
    }
  ]
}