Employee Enroll bot using LUIS prompt dialogs
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, selectNew Application
:

- It opens an
Add a new application
popup; enter the application name, the application usage scenario asBot
, and select the category related to your bot. Finally, click on theAdd 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 click on the checkbox ofInclude children,
and selectHierarchical
as the option:

Now, click on the plus...