...
/LUIS App Using Web Portal - Test, Customize and Consume the Model
LUIS App Using Web Portal - Test, Customize and Consume the Model
Learn how to build a LUIS app using Azure's LUIS portal.
We'll cover the following...
Just to recap, in the previous lesson, we deployed the LUIS resource, created the LUIS app using the email pre-built domain, explored the intents, utterances, and the entities available, and then trained the LUIS app. Now let’s move on to testing
Testing the LUIS app
Once the LUIS app is trained, it’s ready to be published. But before that, the LUIS app should be tested thoroughly to verify the app’s functionality. Follow the steps mentioned below:
Explanation:
-
Step 1: Now the LUIS app is ready to be tested. Click on the Test button.
-
Step 2: Once we click on the Test button, a side-pane will open up and ask us to provide a sample user utterance that we want to use. In this slide, the utterance is “show me the emails from my father.” Below the utterance, we can see that the intent has been identified with a confidence score of 0.922 which is 92.2%.
-
Step 3: ...