Now we will create a custom LUIS app to return all the identified Intents that are created and trained. For example, if you say Hi John, am going to New York tonight, the LUIS app will return natural speech and intent processing to know the name, location, and other things, such as John as name and New York as place:
- After logging into LUIS in luis.ai, create an app for your IntentProcessing. To do that, click on New App and select New Application:
- Enter the application's name, the usage as Bot, and select the category. Finally, click on the Add App button:
- After successful ...