I would like to understand how to create a way to redirect the conversation to the anything_else
node when confidence
is lower then a established limit.
I am creating a node triggered by intents[0].confidence < 0.5
that jumps to the anything_else
answer.
So if I enter a value "huaiuhsuskunwku" it recognizes as the intent #greetings
and do redirect its node.
Any idea why it is recognizing it as a greeting in the first place?
And how can I configure it properly?