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
+13-16Lines changed: 13 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,31 +1,23 @@
1
1
---
2
2
title: "Quickstart: Create a new app in the LUIS portal"
3
-
titleSuffix: Azure Cognitive Services
4
3
description: In this quickstart, you create the basic parts of an app, intents, and entities as well as test with sample utterance in the LUIS portal.
5
-
services: cognitive-services
6
-
author: diberry
7
-
manager: nitinme
8
-
ms.service: cognitive-services
9
-
ms.subservice: language-understanding
10
4
ms.topic: quickstart
11
-
ms.date: 12/17/2019
12
-
ms.author: diberry
5
+
ms.date: 03/24/2020
13
6
#Customer intent: As a new user, I want to quickly get a LUIS app created in the LUIS portal so I can understand the different models of intent, entity, and example utterances.
14
7
---
15
8
16
9
# Quickstart: Create a new app in the LUIS portal
17
10
18
-
In this quickstart, you build a new app in the LUIS portal. First you create the basic parts of an app, **intents**, and **entities**. Then you test the app by providing a sample user utterance in the interactive test panel to get the predicted intent.
19
-
20
-
Building an app is free and doesn't require an Azure subscription. When you're ready to deploy your app, see the [quickstart to deploy an app](get-started-portal-deploy-app.md). It shows you how to create an Azure Cognitive Service Resource and assign it to the app.
11
+
In this quickstart, you build a new app in the LUIS portal. First, create the basic parts of an app, **intents**, and **entities**. Then test the app by providing a sample user utterance in the interactive test panel to get the predicted intent.
21
12
22
13
[!INCLUDE [Sign in to LUIS](./includes/sign-in-process.md)]
23
14
24
15
## Create an app
25
16
26
-
1. Select **+ Create** from the context toolbar.
17
+
1. Select **+ New app for conversation** from the context toolbar, then select **New app for conversation**.
27
18
28
-
[](./media/create-app-in-portal.png#lightbox)
19
+
> [!div class="mx-imgBorder"]
20
+
> [](./media/create-app-in-portal.png#lightbox)
29
21
30
22
1. In the pop-up window, configure the app with the following settings and then select **Done**.
31
23
@@ -66,7 +58,8 @@ You add example utterances after you create intents. Example utterances are text
66
58
67
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.
68
60
69
-
[](./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)
70
63
71
64
Add the following 15 example utterances to the `FindForm` intent.
72
65
@@ -143,7 +136,8 @@ The **None** intent's example utterances should be outside of your client applic
143
136
144
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.
145
138
146
-
[](./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)
147
141
148
142
## Test your new app with the interactive test pane
149
143
@@ -155,7 +149,10 @@ Use the interactive **Test** pane in the LUIS portal to validate that the entity
155
149
156
150
```Is there a form named hrf-234098```
157
151
158
-

152
+
Select **Inspect** to see entity predictions.
153
+
154
+
> [!div class="mx-imgBorder"]
155
+
> 
159
156
160
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