Problem While training Model:Doesnt recognise intents and predicts wrong actions

Rasa version : rasa-core 0.8.2 rasa-nlu 0.11.4

Python version : Python 3.6.7

Operating System : Windows 10

Issue: I followed the weather rasa chatbot one provided by Justina Petraityte and made a few changes to it for my specific use case, it works without any bug but when i triy to train my model , it doesn’t recognise intents and also predicts wrong actions,please help.

Content of domain file : slots:

location:

type: text

Property_type:

type: text

intents:

  • greet

  • inform

  • willing

  • Property_type

entities:

  • location

  • Property_type

templates:

utter_greet:

- "Hi,this is Harshit from Setia Werisan Tropica, thank you for your interest in our project , are you looking for a property in Sepang area?"

utter_goodbye:

- "Talk to you later."

- "Bye bye :("

utter_ask_requirement:

- "Perfect.What type of property do you have in mind?(Condo,Linked,Semi-D or Bungalow)"

utter_ask_budget:

- "Do you mind telling me what's the ideal budget for your dream home in Sepang?"

actions:

  • utter_greet

  • utter_goodbye

  • utter_ask_requirement

  • utter_ask_budget

  • actions.crmAction