input validation
dialog is not recognized or saved correctly, this is usually caused by one of two things:input validation
dialog has an option to disable the NLP. This means that the answer will be saved in the variable of the input validation and the NLP engine will not try to match an intent. input validation
asking 'What would you like to eat'? The sentence 'Can I order some fries' triggered the same intent and thus input validation
again, resulting in a loop. This can be fixed by using match entities, where the word 'fries' will be picked up and saved. input validation
: