How to re-ask for slot values in forms if action execution rejection error is raised

If I enter a msg in form which is not extracted as an entity and thus not set as slot for that particular required slot value, ActionExecutionRejection is raised and the form is deactivated instead of re-asking the slot value. For eg. if my slot value(name) in form expects name and i provide 123 as input the form should ask for to enter name again, instead it deactivates and predict the next action outside the form. How do I handle this ActionExecutionRejection ?

Hi @frostz, have you found a solution to this? I am facing the same problem.