Specific Entity Parsing

Hi , When I write a intent for user in nlu_data.md .Example ; intent:name

  • My name is Hamza. Bot just can take entity of Hamza then other name never getting name. How could I fix it . I need to take all name about Bot : Yes Micheal or Jimmy or Hamza , How can I help you ? All name must work when I write specific name How could I do it?

Yes, you could use a lookup table and fill it with names, if your set of names is more or less fixed. There’s another way to do it that I hope to publish here on Rasa soon.