You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cognitive-services/LUIS/luis-interactive-test.md
+12-5Lines changed: 12 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Test app in LUIS portal
3
3
description: Use Language Understanding (LUIS) to continuously work on your application to refine it and improve its language understanding.
4
4
ms.topic: conceptual
5
-
ms.date: 05/17/2020
5
+
ms.date: 05/20/2020
6
6
---
7
7
8
8
# Test your LUIS app in the LUIS portal
@@ -37,18 +37,23 @@ The test utterance should not be exactly the same as any example utterances in t
37
37
38
38
1. The utterance, its top intent, and score are added to the list of utterances under the text box.
39
39
40
-

40
+
> [!div class="mx-imgBorder"]
41
+
> 
41
42
42
43
## Inspect the prediction
43
44
44
45
You inspect details of the test result in the **Inspect** panel.
45
46
46
47
1. With the **Test** slide-out panel open, select **Inspect** for an utterance you want to compare.
47
48
48
-

49
+
> [!div class="mx-imgBorder"]
50
+
> 
49
51
50
52
1. The **Inspection** panel appears. The panel includes the top scoring intent as well as any identified entities. The panel shows the prediction of the selected utterance.
51
53
54
+
> [!div class="mx-imgBorder"]
55
+
> 
56
+
52
57
## Add to example utterances
53
58
54
59
From the inspection panel, you can add the test utterance to an intent by selecting **Add to example utterances**.
@@ -71,12 +76,14 @@ If you are using [Patterns](luis-concept-patterns.md) and the utterance matched
71
76
72
77
You can test the active version of your app with the published [endpoint](luis-glossary.md#endpoint) version. In the **Inspect** panel, select **Compare with published**. Any testing against the published model is deducted from your Azure subscription quota balance.
73
78
74
-

79
+
> [!div class="mx-imgBorder"]
80
+
> 
75
81
76
82
## View endpoint JSON in test panel
77
83
You can view the endpoint JSON returned for the comparison by selecting the **Show JSON view**.
0 commit comments