Hi,
I am facing an issue in intent identification. I am taking user’s mobile number as input and filling a slot value. The issue is when a user inputs a text in place of mobile number then it identifies it as different intent and jumps to the action associated with that intent.
This results in failing of my story.
intent: lookup_table
intent: type_of_device
when i type some random text while asking mobile number then it recognises it as type_of_device intent and starts executing action associated to type_of_device intent.
Your suggestions are appreciated!