I am able to develop Dialog Flow ChatBot with Rasa Core and Rasa NLU. But unable to implement conversational ChatBot. Any one can you please help me on it.
For example:
===============================
Bot: Hi, how can I help you ?
User: I want to apply leave.
Bot: Sure, may I know when you want to apply ?
User: 07-07-2018
Bot: Ok, How many days ?
User: 1 day
Bot: Ok, which type of leave ?
User: Casual Leave ?
Bot: You want to apply Casual Leave from 07-07-2018 to 07-07-2018 ?
Bot: Please confirm Yes / No ?
User: Yes
Bot: Congrats, your leave applied successfully.
Scenario 1:
If I enter everything sequentially it's work fine.
Scenario 2:
If I enter in negative manner or different question, loop not breaking.
For suppose
....
Bot: Ok, How many days ?
User: show me my leaves count
Bot: Ok, which type of leave ?
....
How to break the dialog flow and make it conversational.