Skip to content

Commit e3232d9

Browse files
committed
add file
1 parent 31d161c commit e3232d9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,13 @@ ms.date: 03/24/2020
88

99
# Quickstart: Create a new app in the LUIS portal
1010

11-
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.
12-
13-
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.
1412

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

1715
## Create an app
1816

19-
1. Select **+ Create** from the context toolbar.
17+
1. Select **+ New app for conversation** from the context toolbar, then select **New app for conversation**.
2018

2119
[![Create new app in LUIS portal](./media/create-app-in-portal.png)](./media/create-app-in-portal.png#lightbox)
2220

@@ -148,6 +146,8 @@ Use the interactive **Test** pane in the LUIS portal to validate that the entity
148146

149147
```Is there a form named hrf-234098```
150148

149+
Select **Inspect** to see entity predictions.
150+
151151
![Test new utterance in test pane](./media/get-started-portal-build-app/test-new-utterance.png)
152152

153153
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

Comments
 (0)