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/includes/v3-prediction-endpoint.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,17 +5,17 @@ services: cognitive-services
5
5
author: diberry
6
6
manager: nitinme
7
7
ms.service: cognitive-services
8
-
ms.topic: include
8
+
ms.topic: include
9
9
ms.date: 10/14/2019
10
10
ms.author: diberry
11
11
---
12
12
13
13
14
-
1. In the LUIS portal, in the Manage section (top right menu), on the Keys and endpoints page (left menu), select the endpoint URL at the bottom of the page.
14
+
1. In the LUIS portal, in the **Manage** section (top right menu), on the **Azure Resources**page (left menu), on the **Prediction Resources** tab, copy the **example Query** at the bottom of the page.
15
15
16
-
This action opens browser tab with the endpoint URL in the address bar.
16
+
Paste the URL into a new browser tab.
17
17
18
18
The URL has your app ID, key, and slot name. The V3 prediction endpoint URL looks like:
Copy file name to clipboardExpand all lines: articles/cognitive-services/LUIS/luis-get-started-create-app.md
+15-22Lines changed: 15 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,8 @@
1
1
---
2
2
title: "Quickstart: create app - LUIS"
3
-
titleSuffix: Azure Cognitive Services
4
3
description: This quickstart shows how to create a LUIS app that uses the prebuilt domain `HomeAutomation` for turning lights and appliances on and off. This prebuilt domain provides intents, entities, and example utterances for you. When you're finished, you'll have a LUIS endpoint running in the cloud.
5
-
services: cognitive-services
6
-
author: diberry
7
-
ms.custom: seodec18
8
-
manager: nitinme
9
-
ms.service: cognitive-services
10
-
ms.subservice: language-understanding
11
4
ms.topic: quickstart
12
-
ms.date: 12/17/2019
13
-
ms.author: diberry
5
+
ms.date: 03/24/2020
14
6
#Customer intent: As a new user, I want to quickly get a LUIS app created so I can understand the model and actions to train, test, publish, and query.
15
7
---
16
8
@@ -25,11 +17,11 @@ In this quickstart, create a LUIS app that uses the prebuilt domain `HomeAutomat
25
17
## Create a new app
26
18
You can create and manage your applications on **My Apps**.
27
19
28
-
1.In the LUIS portal, on the My apps list, select **+ Create**.
20
+
1.On the My apps list, select **+ New app for conversation**.
29
21
30
-

22
+
1.In the dialog box, name your application `Home Automation`. Select **English** as the culture. The description is optional and isn't used for authoring or prediction. The prediction resource is also optional when creating a LUIS app. Select **Done**.
31
23
32
-
1. In the dialog box, name your application `Home Automation` then select **Done**. LUIS creates the app. The description is optional and isn't used for authoring or prediction. The prediction resource is also optional when creating a LUIS app. When you publish your app to production, you should assign a prediction resource so your app can handle many requests.
24
+
LUIS creates the app. When you publish your app to production, you should assign a prediction resource so your app can handle many requests.
33
25
34
26

35
27
@@ -62,23 +54,24 @@ Select the **HomeAutomation.TurnOff** intent. You can see that the intent contai
62
54
[!INCLUDE [LUIS How to Train steps](includes/howto-train.md)]
63
55
64
56
## Test your app
65
-
Once you've trained your app, you can test it. Select **Test**. Type a test utterance like `Turn off the lights` into the interactive test pane, and press Enter.
57
+
Once you've trained your app, you can test it.
58
+
1. Select **Test** from the top-right navigation. 1. Type a test utterance like `Turn off the lights` into the interactive test pane, and press Enter.
66
59
67
-
```
68
-
Turn off the lights
69
-
```
60
+
```
61
+
Turn off the lights
62
+
```
70
63
71
-
Check that the top scoring intent corresponds to the intent you expected for each test utterance.
64
+
Check that the top scoring intent corresponds to the intent you expected for each test utterance.
72
65
73
-
In this example, `Turn off the lights` is correctly identified as the top scoring intent of **HomeAutomation.TurnOff**.
66
+
In this example, `Turn off the lights` is correctly identified as the top scoring intent of **HomeAutomation.TurnOff**.
74
67
75
-

68
+

76
69
77
-
Select **Inspect** to review more information about the prediction.
70
+
1. Select **Inspect** to review more information about the prediction.
78
71
79
-

72
+

0 commit comments