Getting fallback action after entering any input

rasa core version - 0.12.1

I have trained my core model with new config policies i.e -

policies:

  • name: KerasPolicy epochs: 100 max_history: 5
  • name: FallbackPolicy fallback_action_name: ‘utter_unclear’
  • name: MemoizationPolicy max_history: 5
  • name: FormPolicy

On running my bot and saying hi or hello… or anything else it is only responding with “wrong input” it is the phrase for my fallback action. Here is the debug trace for a query i am placing -