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/get-started-portal-build-app.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,8 @@ In this quickstart, you build a new app in the LUIS portal. First, create the ba
16
16
17
17
1. Select **+ New app for conversation** from the context toolbar, then select **New app for conversation**.
18
18
19
-
[](./media/create-app-in-portal.png#lightbox)
19
+
> [!div class="mx-imgBorder"]
20
+
> [](./media/create-app-in-portal.png#lightbox)
20
21
21
22
1. In the pop-up window, configure the app with the following settings and then select **Done**.
22
23
@@ -57,7 +58,8 @@ You add example utterances after you create intents. Example utterances are text
57
58
58
59
For this example application's `FindForm` intent, example utterances will include the form number. The client application needs the form number to fulfill the user's request, so it's important to include it in the utterance.
59
60
60
-
[](./media/get-started-portal-build-app/add-example-utterance.png#lightbox)
61
+
> [!div class="mx-imgBorder"]
62
+
> [](./media/get-started-portal-build-app/add-example-utterance.png#lightbox)
61
63
62
64
Add the following 15 example utterances to the `FindForm` intent.
63
65
@@ -134,7 +136,8 @@ The **None** intent's example utterances should be outside of your client applic
134
136
135
137
The entity is marked where it appears in the example utterances. If you want to see the original text instead of the entity name, toggle **Entities View** from the toolbar.
136
138
137
-
[](./media/get-started-portal-build-app/all-example-utterances-marked-with-entities.png#lightbox)
139
+
> [!div class="mx-imgBorder"]
140
+
> [](./media/get-started-portal-build-app/all-example-utterances-marked-with-entities.png#lightbox)
138
141
139
142
## Test your new app with the interactive test pane
140
143
@@ -148,7 +151,8 @@ Use the interactive **Test** pane in the LUIS portal to validate that the entity
148
151
149
152
Select **Inspect** to see entity predictions.
150
153
151
-

154
+
> [!div class="mx-imgBorder"]
155
+
> 
152
156
153
157
The top predicted intent is correctly **FindForm** with over 90% confidence (0.977). The **Human Resources Form Number** entity is extracted with a value of hrf-234098.
0 commit comments