The following steps will guide you to create the Enroll bot:
- Login to https://www.luis.ai/; for more information on activating or signing up for Cognitive Services, check out Chapter 4, Natural Speech and Intent Processing Bot Using Microsoft Cognitive Services.
- Click on New App:
- On the New App drop-down menu, select New Application:
- It opens an Add a new application popup; enter the application name, the application usage scenario as Bot, and select the category related to your bot. Finally, click on the Add App button:
- The following application will be created:
- Our application will need to detect three entities, namely employee name (composed of first name and last name that we will define as children in the next steps), department, and location.
-
To create these, click on the plus sign next to Entities:
- Enter Employee Name for the entity, then...