I am developing a chatbot using Microsoft Bot Framework and i recently upgraded the framework 3.0 to 3.5. before upgrading it was working fine but now
When user sen
You need to handle that within the main dialog using switch operations based on intent and also adding dialogs for the relevant intent.
There is a difference between introduction and greeting.