Hi, i’m new to rasa and i’m trying a simple chatbot. In my case, i want to get the name of the person who chat and then provide the reply action with his name. An example is given below.
You want your name (entity ) to be extracted from your greeting sentence( or greet intent). So create the stories.md and nlu.md accordingly. Then train your rasa model on it.
After that, it will be able to reply the way you want it to.
can you please tell me the exact location to follow. Right now i’m looking at many document pages and some samples. If you can give me an exact location, it would be great. Btw i got a clue that i can use slots.
Can you provide an example on the first step here? I tried using a regex pattern but it’s not detecting the name.
I ended up training about 60 names and that ended up working. It seems like this should be simpler.