Que: How to manage the flow of conversation, if in between the conversion the user type "hy" message the bot moves to welcome intent. How to stop that.
It should be such that the bot either go to next intent which is set using context or if doesn't match any training phrase then go to fallback intent and in fallback intent if the phrase matches move to the same intent where is stopped.
Can't able to find particular answers. Any suggestion will be helpful.