Skip to content

Commit 4f82197

Browse files
Merge pull request #108900 from diberry/diberry/0324-fresh-1
[Cogsvcs] LUIS - fresh - 1
2 parents 11f6641 + 0b17150 commit 4f82197

File tree

5 files changed

+13
-16
lines changed

5 files changed

+13
-16
lines changed

articles/cognitive-services/LUIS/get-started-portal-build-app.md

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,23 @@
11
---
22
title: "Quickstart: Create a new app in the LUIS portal"
3-
titleSuffix: Azure Cognitive Services
43
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
104
ms.topic: quickstart
11-
ms.date: 12/17/2019
12-
ms.author: diberry
5+
ms.date: 03/24/2020
136
#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.
147
---
158

169
# Quickstart: Create a new app in the LUIS portal
1710

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.
2112

2213
[!INCLUDE [Sign in to LUIS](./includes/sign-in-process.md)]
2314

2415
## Create an app
2516

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**.
2718

28-
[![Create new app in LUIS portal](./media/create-app-in-portal.png)](./media/create-app-in-portal.png#lightbox)
19+
> [!div class="mx-imgBorder"]
20+
> [![Create new app in LUIS portal](./media/create-app-in-portal.png)](./media/create-app-in-portal.png#lightbox)
2921
3022
1. In the pop-up window, configure the app with the following settings and then select **Done**.
3123

@@ -66,7 +58,8 @@ You add example utterances after you create intents. Example utterances are text
6658

6759
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.
6860

69-
[![Enter example utterances for the FindForm intent](./media/get-started-portal-build-app/add-example-utterance.png)](./media/get-started-portal-build-app/add-example-utterance.png#lightbox)
61+
> [!div class="mx-imgBorder"]
62+
> [![Enter example utterances for the FindForm intent](./media/get-started-portal-build-app/add-example-utterance.png)](./media/get-started-portal-build-app/add-example-utterance.png#lightbox)
7063
7164
Add the following 15 example utterances to the `FindForm` intent.
7265

@@ -143,7 +136,8 @@ The **None** intent's example utterances should be outside of your client applic
143136

144137
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.
145138

146-
[![All example utterances marked with entities](./media/get-started-portal-build-app/all-example-utterances-marked-with-entities.png)](./media/get-started-portal-build-app/all-example-utterances-marked-with-entities.png#lightbox)
139+
> [!div class="mx-imgBorder"]
140+
> [![All example utterances marked with entities](./media/get-started-portal-build-app/all-example-utterances-marked-with-entities.png)](./media/get-started-portal-build-app/all-example-utterances-marked-with-entities.png#lightbox)
147141
148142
## Test your new app with the interactive test pane
149143

@@ -155,7 +149,10 @@ Use the interactive **Test** pane in the LUIS portal to validate that the entity
155149

156150
```Is there a form named hrf-234098```
157151

158-
![Test new utterance in test pane](./media/get-started-portal-build-app/test-new-utterance.png)
152+
Select **Inspect** to see entity predictions.
153+
154+
> [!div class="mx-imgBorder"]
155+
> ![Test new utterance in test pane](./media/get-started-portal-build-app/test-new-utterance.png)
159156
160157
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.
161158

2.19 KB
Loading
19.7 KB
Loading
Loading
18.2 KB
Loading

0 commit comments

Comments
 (0)