File size: 431 Bytes
0827183
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "query": "My name is Emad",
    "topScoringIntent": {
        "intent": "SpecifyName",
        "score": 0.8785189
    },
    "intents": [
        {
            "intent": "SpecifyName",
            "score": 0.8785189
        }
    ],
    "entities": [
        {
            "entity": "emad",
            "type": "Name",
            "startIndex": 11,
            "endIndex": 14,
            "score": 0.8446753
        }
    ]
}