Spaces:
Build error
Build error
File size: 648 Bytes
0827183 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
{
"entities": {
"$instance": {}
},
"intents": {
"Greeting": {
"score": 0.9589885
}
},
"text": "Hi",
"v3": {
"options": {
"includeAllIntents": false,
"includeAPIResults": true,
"includeInstanceData": true,
"log": true,
"preferExternalEntities": true,
"slot": "production"
},
"response": {
"query": "Hi",
"prediction": {
"topIntent": "Greeting",
"intents": {
"Greeting": {
"score": 0.9589885
}
},
"entities": {}
}
}
}
}
|