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.
@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.