Rasa always falling back

My bot is always falling back after I started including forms. Can any one help me solving that. I tried removing the extended code but still did not work. I changed to AugemntedMemoization Policy that also did not work. Can any one help me???

check the screen shots: This is what I am getting

This is I want

when i tried to change the threshold the this error came up:

InvalidConfigException: The pipeline configuration contains errors. The component ‘FallbackClassifier’ requires ‘IntentClassifier’ to be placed before it in the pipeline. Please add the required components to the pipeline.

please check my thread at github.com for RASAHQ:

Did you include form rule in rules.yml (or stories) ?

Yes I included in stories

Any updates on this? I am facing the same issue. when i tried

rasa shell nlu

and gave the inputs, it is classifying properly. But when I run it with

rasa shell

it always prints out the fallback response. I am new to Rasa, I would appreciate the help