Dispatcher.utter_message issues

After asking the employee id , the bot should ask “for how many days you want to take leave?”

So basically , my “dispatcher.utter_message=(template=“utter_ask_leaves”)” command is not working .

I have mentioned “utter_ask_leave” in domain.yml also .

@Debasmita, I am curious on

Because this a invalid syntax. Are you getting any errors? or bot is not printing

change it to dispatcher.utter_message(template=“utter_ask_leaves”)

@MuraliChandran14 I changed it into this

dispatcher.utter_message(template=“utter_days”)

Still , the bot is not printing the message . But it’s not showing any error also .

can you share domain.yml and stories.md? You can upload it here or share a screenshot of those two.

I solved the issue. Still thank you @MuraliChandran14 for your precious time.

Would you be able to share your solution? I am facing a similar issue.