Creating the bot application

Let's take a look at the mentioned steps to create the bot application:

  1. 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:
  1. Select the Bot Application template, name the project EmployeeEnrolBot, and then click on OK:
  1. 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:

Get Building Bots with Microsoft Bot Framework now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.