Skip to content

Commit c657ad3

Browse files
authored
Merge pull request #115844 from diberry/diberry/0520-luis-test
[Cogsvcs] LUIS - screenshot - test panel
2 parents 573f8ad + d53e9e5 commit c657ad3

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

articles/cognitive-services/LUIS/luis-interactive-test.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Test app in LUIS portal
33
description: Use Language Understanding (LUIS) to continuously work on your application to refine it and improve its language understanding.
44
ms.topic: conceptual
5-
ms.date: 05/17/2020
5+
ms.date: 05/20/2020
66
---
77

88
# 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
3737

3838
1. The utterance, its top intent, and score are added to the list of utterances under the text box.
3939

40-
![Interactive testing identifies the wrong intent](./media/luis-how-to-interactive-test/test-weather-1.png)
40+
> [!div class="mx-imgBorder"]
41+
> ![Interactive testing identifies the wrong intent](./media/luis-how-to-interactive-test/test-weather-1.png)
4142
4243
## Inspect the prediction
4344

4445
You inspect details of the test result in the **Inspect** panel.
4546

4647
1. With the **Test** slide-out panel open, select **Inspect** for an utterance you want to compare.
4748

48-
![Select Inspect button to see more details about the test results](./media/luis-how-to-interactive-test/inspect.png)
49+
> [!div class="mx-imgBorder"]
50+
> ![Select Inspect button to see more details about the test results](./media/luis-how-to-interactive-test/inspect.png)
4951
5052
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.
5153

54+
> [!div class="mx-imgBorder"]
55+
> ![Partial screenshot of Test Inspect panel](./media/luis-how-to-interactive-test/inspect-panel.png)
56+
5257
## Add to example utterances
5358

5459
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
7176

7277
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.
7378

74-
![Compare with published](./media/luis-how-to-interactive-test/inspect-panel-compare.png)
79+
> [!div class="mx-imgBorder"]
80+
> ![Compare with published](./media/luis-how-to-interactive-test/inspect-panel-compare.png)
7581
7682
## View endpoint JSON in test panel
7783
You can view the endpoint JSON returned for the comparison by selecting the **Show JSON view**.
7884

79-
![Published JSON response](./media/luis-how-to-interactive-test/inspect-panel-compare-json.png)
85+
> [!div class="mx-imgBorder"]
86+
> ![Published JSON response](./media/luis-how-to-interactive-test/inspect-panel-compare-json.png)
8087
8188
## Additional settings in test panel
8289

2.53 KB
Loading
29.1 KB
Loading
3.21 KB
Loading
760 Bytes
Loading

0 commit comments

Comments
 (0)