Good afternoon
The wizard is entering the intentions with less than 0.3 percent chance of coincidence, I need a minimum of 0.7 percent or the intent of anything_else. Where can I configure that?
Greetings
Good afternoon
The wizard is entering the intentions with less than 0.3 percent chance of coincidence, I need a minimum of 0.7 percent or the intent of anything_else. Where can I configure that?
Greetings
You can check intents or anything else using the expression I have provided below. At "intentName" you can replace with the intent you are checking.
anything_else || (intents.size() > 0 && intents[0] == 'intentName' && intents[0].confidence > 0.7)
I tried to implement what you recommended, but now it almost always goes into this node, no matter I put it at 0.3 percent confidence :(