Hello! I have a problem. I need to predict intents like wit.ai. (confidence for each intent) For example:
{
"intent": {
"name": "greet",
"confidence": 0.9961936497688293
},
"entities": [],
"intent_ranking": [
{
"name": "greet",
"confidence": 0.9961936497688293
},
{
"name": "greet super",
"confidence": 0.80497183352708817
},
{
"name": "other",
"confidence": 0.08883455395698547
}
],
"response_selector": {
"default": {
"response": {
"name": null,
"confidence": 0.0
},
"ranking": []
}
},
"text": "hello"
}