Hi all, I have trouble in make Rasa Form understand the answer of user when I ask “What’s your name?”. It’s my nlu.yml
- intent: inform
examples: |
- My name is [ABC](customer_name)
- I am [mai](customer_name)
- Call me [Mai](customer_name)
My form only realizes customer_name when it’s similar with the names were trained before, and another names are not. So, how can I train my model to help Rasa knows exactly customer_name when user inputs?
Thanks a lot <3.
Thanks @ChrisRahme. But, although I tried using from_text mapping, it didn’t work
With lookup tables, I scare that it will miss some cases which aren’t listed in nlu.
When I use from_text mapping, it didn’t show any error, but rasa answered wrong questions.
I also tried with lookup tables, by the the time, there aren’t mistakes. I’m just scare about it in the future.