Hi,
I need to make a use case in my bot that depend on slots of ‘FreeTextForm’ Type but when I tried to make it based on documentation, it doesn’t go as it should as it interpret the slot value as new intent.
For example, suppose I want to make a Help
intent which depend on 1 required slot which is ‘problem_description’ so suppose it goes like this:
- First user enter phrase like this ‘I need help’
- Bot prompt user to enter problem description
- User enters the problem description
- Bot perform an ‘action_help’ which make him responds with success message to user.
So what the form of training examples should I enter so that nlu_model can interpret slot value correctly without confusing with other intents. And also what form of stories should I add