Hi Akela
My requirement is that the user is to type either of the sentence forms as mentioned in the intent. But instead of “account”, user may type various forms that could be mentioned in regex. I agree that. Now, I need to do manipulation such that if some specific set of regex strings got match i need to know the regex pattern name. based on that, i do some logic.
Otherwise, is there a way to label an entity with different names, like below:
intent:check_balance
- What is in my [account] (acc1) (acc2)
- My balance in [account] (acc1) (acc2)
So that i could slot them and write condition based on slot set.
Note: I m using RASA as intellect of my Chatbot. I need RASA to respond a token (preferably intent or regex name) to my Chatbot based on input. It will choose the user response accordingly u Thanks in advance