Now, we are ready to build a bot application. Go to Visual Studio and create a new bot project using the Bot Application template, as follows:
- Open Visual Studio, click on New | Project, and select Visual C# from the left-hand side template category. Then, in the templates section, you will see the Bot Application template.
- Select the Bot Application template, name the project, and then click on OK.
- After the successful creation of your project, go to solution explorer and open the ...