Actually I am creating a form which has 7 slots in it namely : customer name , partner name , license type , max users , max developers and project name. While creating the intent with the entities mentioned in the brackets I have created it like below :
So now as the customer name and partner name is appears like similar entity as both are names the model struggles to differentiate and accept the entity. Though I define the intents separately it does not work. It takes in the customer name but while recognizing the partner name it does not take that input name as partner name entity and asks for the same slot rpeatedly. Similarly max_users intent is recognized but the model again struggles to recognize max_devs next to max_users entity as both are numbers. How to deal with this problem ? Is entity roles concept applicable here ? If yes please give an ellaborated example with all files included : nlu , domain , actions , stories , rules. If not please find me another solution with elaborated explanation.
It repeatedly asks for my partner name but does not recognize the name though it asks me to mark the entity.
Lastly if the form is without the slots partner name and max developers it works perfectly fine. But when I include these two entities in the form I am not at able to find any solution anywhere as resources regarding this issue is limited.
Thanks Sir , It worked. But the same way it did not work for max_users and max
_devs slots? It can recognize both max_users and max_devs but not does not allot the value to the respective slot for max_devs.
Now let me describe my problem… Actually the bot has to ask a permission question to the user, asking his content whether to proceed with asking some health questions. So when the user affirms, it proceeds asking the list of questions and when denies, it say goodbye and exits the form.
Now after getting affirmation from the user to proceed with the health related questions (stress is used in here) , when the bot starts asking the health related questions and when the user replies with “yes” or “no” answer, it has to actually fill the slot (stress_question_1)that we defined for the health related question but for me in my case, the health_permission_granted slot being updated unexpectedly during the validation of stress-related questions.
so at the end , whenever am gonna answer “no” to a health related questions, it is giving the utter_bye response which is meant to given when the health_permission_granted slot is filled “true”. But i want to just proceed with the next question and not give thanks response.
I see the issue to be because of the same intents like affirm and deny been used in different slots. Can someone help me with this ?
@Ponharshita-P@stephens
Can you please share how to solve it?
I got the same problem here
I have 2 input about measurement that have the same characteristic
eg. 10mm 2mm