Let's take a look at the mentioned steps to create the bot application:
- Open Visual Studio, navigate to New | Project..., and select Visual C# from the left side template category. Then, from the templates section, you will see the Bot Application template:
- Select the Bot Application template, name the project EmployeeEnrolBot, and then click on OK:
-
Add a new class and name the class LUIS. Then, paste the C# classes that you generated for LUIS in the preceding step. Rename the RootObject class to LUIS: