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-deploy-app.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ manager: nitinme
8
8
ms.service: cognitive-services
9
9
ms.subservice: language-understanding
10
10
ms.topic: quickstart
11
-
ms.date: 12/17/2019
11
+
ms.date: 01/27/2020
12
12
ms.author: diberry
13
13
#Customer intent: As a new user, I want to deploy a LUIS app in the LUIS portal so I can understand the process of putting the model on the prediction endpoint.
14
14
---
@@ -41,7 +41,7 @@ You create the prediction endpoint resource in the Azure portal. This resource s
41
41
|Authoring location|**West US**|The Azure region for authoring.|
42
42
|Authoring pricing tier|**F0**|The default pricing tier for authoring.|
43
43
|Runtime location|**West US**|The Azure region for prediction endpoint queries.|
44
-
|Runtime pricing tier|**S0**|This pricing tier provides for a high-traffic websites.|
44
+
|Runtime pricing tier|**S0**|This pricing tier provides for high-traffic websites.|
45
45
||||
46
46
47
47
@@ -71,6 +71,9 @@ Every time you create a new resource for LUIS, you need to assign the resource t
71
71
72
72
1. Find the new row in the table for the new prediction resource and copy the endpoint URL. It's correctly constructed to make an `HTTP GET` request to the LUIS API endpoint for a prediction.
73
73
74
+
> [!TIP]
75
+
> If you intend to use Active learning to improve your LUIS app, select **Change query parameters** and select **Save logs**. This action changes the example URL by adding the `log=true` querystring parameter. Copy and use the changed example query URL when making prediction queries to the runtime endpoint.
76
+
74
77
## Train the app
75
78
76
79
[!INCLUDE [LUIS How to Train steps](includes/howto-train.md)]
Copy file name to clipboardExpand all lines: articles/cognitive-services/LUIS/luis-how-to-review-endpoint-utterances.md
+14-2Lines changed: 14 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
1
---
2
2
title: Review user utterances - LUIS
3
3
titleSuffix: Azure Cognitive Services
4
-
description: Review utterances captured by active learning to select intent and mark entities for read-world utterances; accept changes, train and publish.
4
+
description: Review utterances captured by active learning to select intent and mark entities for read-world utterances; accept changes, train, and publish.
5
5
services: cognitive-services
6
6
author: diberry
7
7
manager: nitinme
8
8
ms.custom: seodec18
9
9
ms.service: cognitive-services
10
10
ms.subservice: language-understanding
11
11
ms.topic: conceptual
12
-
ms.date: 01/23/2020
12
+
ms.date: 01/27/2020
13
13
ms.author: diberry
14
14
---
15
15
@@ -23,6 +23,18 @@ The process of reviewing endpoint utterances for correct predictions is called [
23
23
24
24
To enable active learning, you must log user queries. This is accomplished by calling the [endpoint query](luis-get-started-create-app.md#query-the-v3-api-prediction-endpoint) with the `log=true` querystring parameter and value.
25
25
26
+
Use the LUIS portal to construct the correct endpoint query.
27
+
28
+
1. In the preview LUIS portal, select your app from the list of apps.
29
+
1. Go to the **Manage** section, then select **Azure resources**.
30
+
1. For the assigned prediction resource, select **Change query parameters**.
31
+
1. Toggle **Save logs** then save by selecting **Done**.
32
+
33
+
> [!div class="mx-imgBorder"]
34
+
> 
35
+
36
+
This action changes the example URL by adding the `log=true` querystring parameter. Copy and use the changed example query URL when making prediction queries to the runtime endpoint.
37
+
26
38
## Correct intent predictions to align utterances
27
39
28
40
Each utterance has a suggested intent displayed in the **Aligned intent** column.
0 commit comments