Fallback not removable?

I just added some of the Rasa fallback options such as the FallbackClassifier and the RulePolicy core_fallback… ones and a rule for fallback and an action replacing the default fallback action.

And now it all stopped working.

When I look at the debug information my intent gets 0.98 .but it still do not think it is the correct intent so it fallbacks. But at the same time it calls the action of the intent. But the action_fallback then clears the slots (from UserUtteranceReverted) that the actual intent set. And then it is really messed up.

And even if I delete all of this, it still gives me fallbacks that I do not want.

Please help!!!

@MatsGej if you belive your code is 100% correct do try to delete the previously trained model and do check some rasa tutorial videos on youtube for fallback actions.

Did that and it still fallbacks

@MatsG how many training examples for your nlu intents ?

Have a look at my latest post on this topic.

You can see my nlu file there