At the moment, if an intent is not recognized, the response/payload is “empty”:
{
"text": "",
"intent": {
"name": "",
"confidence": 0
},
"entities": [],
"speech_confidence": 1,
"slots": {},
"wakeId": "",
"siteId": "...",
"time_sec": 0.7
}
It might be nice to have at least the ASR raw_text
.