Our first bot built with Bot Framework didn’t handle much user input. LUIS was able to recognize the text and start the dialog, but what if you want your bot to ask the user for input? That’s where prompt dialogs kick in. There are several of these dialogs available for you to use to manage conversation flow and each of them will render differently on several channels. Let’s see how these prompt dialogs work! Prompt dialogs Bot framework has a …