Hello,
I want to know that is it necessary to have entity examples to fill the slot.
Actually, I have two stories:
First story: In this, I am taking consumer number and mobile number.
Second story: In this, I am taking complaint number which can be any numeric.
My concern is that I am unable to differentiate between two stories every time. Sometimes, when I enter any consumer number, it is read by the second story i.e it is taking as complaint number instead of consumer number.
Hi
You can use a regex check in your action before storing in to slot. ie. regex for phone no. If not validated u can send UserUtteranceReverted() and ask for the input again or You can change you design. If possible, make you complaint no alphanumeric.
In my opinion, it is really difficult to differentiate between two numeric entities.
Lets see if some one else can gives a better reply.