SDK V3: The bot’s main logic is often found in a class that inherits fromIDialog or LuisDialog<T>. The message handling is done usingMessageController. \n SDK V4: The bot’s main logic is usually in a class that inherits fromActivityHandler or DialogBot<T>....