Spaces:
Build error
Build error
File size: 1,682 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 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 |
{
"entities": {
"Airline": [
[
"Delta"
]
],
"datetime": [
{
"timex": [
"T15"
],
"type": "time"
}
],
"dimension": [
{
"number": 3,
"units": "Picometer"
}
]
},
"intents": {
"Roles": {
"score": 0.446264923
}
},
"sentiment": {
"label": "neutral",
"score": 0.5
},
"text": "fly on delta at 3pm",
"v3": {
"options": {
"includeAllIntents": false,
"includeAPIResults": true,
"includeInstanceData": false,
"log": true,
"preferExternalEntities": true,
"slot": "production"
},
"response": {
"prediction": {
"entities": {
"Airline": [
[
"Delta"
]
],
"datetimeV2": [
{
"type": "time",
"values": [
{
"timex": "T15",
"value": "15:00:00"
}
]
}
],
"dimension": [
{
"number": 3,
"unit": "Picometer"
}
]
},
"intents": {
"Roles": {
"score": 0.446264923
}
},
"normalizedQuery": "fly on delta at 3pm",
"sentiment": {
"label": "neutral",
"score": 0.5
},
"topIntent": "Roles"
},
"query": "fly on delta at 3pm"
}
}
} |