I have gotten the basics down of creating a chatbot, but I want to make a domain specific chatbot that extracts information such as a user’s phone and a name they provide. I tried adding names and extracting entities but when I use a name that’s not predefined as an entity it does not work for me. I am also not that good at programming, so how can we use the chatbot to extract user information like name and phone number?
Rasa is easy to use, but you should still read some python tutorials… You can use a form for retrieving that kind of data: