Skip to content

Commit f3954aa

Browse files
authored
Merge pull request #104418 from diberry/diberry/0214-luis-meta-fix
[Cogsvcs] LUIS - subservice correction
2 parents c1d8229 + f6d853b commit f3954aa

10 files changed

+39
-56
lines changed

articles/cognitive-services/LUIS/includes/add-example-utterances-none-intent.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
---
22
title: include file
3-
description: include file
3+
description: include file
44
services: cognitive-services
55
author: diberry
66
manager: nitinme
77
ms.service: cognitive-services
8-
ms.subservice: luis
98
ms.topic: include
109
ms.custom: include file
11-
ms.date: 11/20/2019
10+
ms.date: 02/14/2020
11+
ms.subservice: language-understanding
1212
ms.author: diberry
1313
---
1414

1515
The client application needs to know if an utterance is not meaningful or appropriate for the application. The **None** intent is added to each application as part of the creation process to determine if an utterance shouldn't be answered by the client application.
1616

17-
If LUIS returns the **None** intent for an utterance, your client application can ask if the user wants to end the conversation or give more directions for continuing the conversation.
17+
If LUIS returns the **None** intent for an utterance, your client application can ask if the user wants to end the conversation or give more directions for continuing the conversation.
1818

19-
If you leave the **None** intent empty, an utterance that should be predicted outside the subject domain will be predicted in one of the existing subject domain intents. The result is that the client application, such as a chat bot, will perform incorrect operations based on an incorrect prediction.
19+
If you leave the **None** intent empty, an utterance that should be predicted outside the subject domain will be predicted in one of the existing subject domain intents. The result is that the client application, such as a chat bot, will perform incorrect operations based on an incorrect prediction.
2020

2121
1. Select **Intents** from the left panel.
2222

articles/cognitive-services/LUIS/includes/create-pizza-app.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@ services: cognitive-services
55
author: diberry
66
manager: nitinme
77
ms.service: cognitive-services
8-
ms.subservice: luis
8+
ms.date: 02/14/2020
9+
ms.subservice: language-understanding
910
ms.topic: include
1011
ms.custom: include file
11-
ms.date: 11/05/2019
1212
ms.author: diberry
1313
---
1414

15-
1. Sign in to the preview LUIS portal with the URL of [https://preview.luis.ai](https://preview.luis.ai).
15+
1. Sign in to the preview LUIS portal with the URL of [https://preview.luis.ai](https://preview.luis.ai).
1616

17-
1. Select **Create new app**.
17+
1. Select **Create new app**.
1818

1919
[![Screenshot of Language Understanding (LUIS) My Apps page](../media/create-app-in-portal.png "Screenshot of Language Understanding (LUIS) My Apps page")](../media/create-app-in-portal.png#lightbox)
2020

21-
1. In the pop-up dialog, enter the name `Pizza tutorial` and keep the default culture, **English**. The other fields are optional, do not set them. Select **Done**.
21+
1. In the pop-up dialog, enter the name `Pizza tutorial` and keep the default culture, **English**. The other fields are optional, do not set them. Select **Done**.
2222

2323
![Enter name of new LUIS app](../media/create-pizza-tutorial-app-in-portal.png)
2424

articles/cognitive-services/LUIS/includes/do-not-use-too-few-utterances.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
title: include file
3-
description: include file
3+
description: include file
44
services: cognitive-services
55
author: diberry
66
manager: nitinme
77
ms.custom: seodec18
88
ms.service: cognitive-services
9-
ms.subservice: luis
9+
ms.date: 02/14/2020
10+
ms.subservice: language-understanding
1011
ms.topic: include
1112
ms.custom: include file
12-
ms.date: 11/05/2019
1313
ms.author: diberry
1414
---
1515

articles/cognitive-services/LUIS/includes/get-started-get-model-json-example-utterances.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
22
title: include file
3-
description: include file
3+
description: include file
44
services: cognitive-services
55
author: diberry
66
manager: nitinme
77
ms.service: cognitive-services
8-
ms.subservice: luis
8+
ms.date: 02/14/2020
9+
ms.subservice: language-understanding
910
ms.topic: include
1011
ms.custom: include file
11-
ms.date: 10/19/2019
1212
ms.author: diberry
1313
---
14-
The example utterances follow a specific format.
14+
The example utterances follow a specific format.
1515

1616
The `text` field contains the text of the example utterance. The `intentName` field must correspond to the name of an existing intent in the LUIS app. The `entityLabels` field is required. If you don't want to label any entities, provide an empty array.
1717

articles/cognitive-services/LUIS/includes/howto-get-endpoint.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
22
title: include file
3-
description: include file
3+
description: include file
44
services: cognitive-services
55
author: diberry
66
manager: nitinme
77
ms.custom: seodec18
88
ms.service: cognitive-services
9-
ms.subservice: luis
9+
ms.date: 02/14/2020
10+
ms.subservice: language-understanding
1011
ms.topic: include
1112
ms.custom: include file
12-
ms.date: 11/05/2019
1313
ms.author: diberry
1414
---
1515

16-
In the **Manage** section (top right menu), on the **Azure Resources** page (left menu), copy the **Example Query** URL then paste into a new browser tab.
16+
In the **Manage** section (top right menu), on the **Azure Resources** page (left menu), copy the **Example Query** URL then paste into a new browser tab.
1717

1818
The endpoint URL looks like the following format, with your own app ID and endpoint key replacing APP-ID and KEY-ID:
1919

articles/cognitive-services/LUIS/includes/howto-publish.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
22
title: include file
3-
description: include file
3+
description: include file
44
services: cognitive-services
55
author: diberry
66
manager: nitinme
77
ms.custom: seodec18
88
ms.service: cognitive-services
9-
ms.subservice: luis
9+
ms.date: 02/14/2020
10+
ms.subservice: language-understanding
1011
ms.topic: include
1112
ms.custom: include file
12-
ms.date: 11/05/2019
1313
ms.author: diberry
1414
---
1515

16-
In order to receive a LUIS prediction in a chat bot or other client application, you need to publish the app to the endpoint.
16+
In order to receive a LUIS prediction in a chat bot or other client application, you need to publish the app to the endpoint.
1717

1818
1. Select **Publish** in the top right navigation.
1919

articles/cognitive-services/LUIS/includes/howto-train.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
22
title: include file
3-
description: include file
3+
description: include file
44
services: cognitive-services
55
author: diberry
66
manager: nitinme
77
ms.custom: seodec18
88
ms.service: cognitive-services
9-
ms.subservice: luis
9+
ms.date: 02/14/2020
10+
ms.subservice: language-understanding
1011
ms.topic: include
1112
ms.custom: include file
12-
ms.date: 11/04/2019
1313
ms.author: diberry
1414
---
1515

16-
1. In the top right side of the LUIS website, select the **Train** button.
16+
1. In the top right side of the LUIS website, select the **Train** button.
1717

1818
![Train button](../media/train-button-preview.png)
1919

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
---
22
title: include file
3-
description: include file
3+
description: include file
44
services: cognitive-services
55
author: diberry
66
manager: nitinme
77
ms.custom: seodec18
88
ms.service: cognitive-services
9-
ms.subservice: luis
9+
ms.date: 02/14/2020
10+
ms.subservice: language-understanding
1011
ms.topic: include
1112
ms.custom: include file
12-
ms.date: 09/02/2019
1313
ms.author: diberry
1414
---
1515

1616
Management of contributions from collaborators depends on the current status of the app.
1717

18-
**For [authoring resource migrated](../luis-migration-authoring.md) apps**: _contributors_ are managed in the Azure portal for the authoring resource, using the **Access control (IAM)** page. Add a user, using the collaborator's email address and the _contributor_ role.
18+
**For [authoring resource migrated](../luis-migration-authoring.md) apps**: _contributors_ are managed in the Azure portal for the authoring resource, using the **Access control (IAM)** page. Add a user, using the collaborator's email address and the _contributor_ role.
1919

20-
**For apps that have not migrated yet**: all _collaborators_ are managed in the LUIS portal from each app's **Manage -> Collaborators** page. On this page, [add a user's email address](../luis-how-to-collaborate.md). This provides authoring access to this app only.
20+
**For apps that have not migrated yet**: all _collaborators_ are managed in the LUIS portal from each app's **Manage -> Collaborators** page. On this page, [add a user's email address](../luis-how-to-collaborate.md). This provides authoring access to this app only.
2121

2222

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
---
22
title: include file
3-
description: include file
3+
description: include file
44
services: cognitive-services
55
author: diberry
66
manager: nitinme
77
ms.custom: seodec18
88
ms.service: cognitive-services
9-
ms.subservice: luis
9+
ms.date: 02/14/2020
10+
ms.subservice: language-understanding
1011
ms.topic: include
1112
ms.custom: include file
12-
ms.date: 09/02/2019
1313
ms.author: diberry
1414
---
1515
If your apps need to be authored by other people, you need to add the associated email addresses in the Azure portal's authoring resource.
1616

17-
If you are the **owner or administrator of your Azure subscription**, you can add a contributor to the resource.
17+
If you are the **owner or administrator of your Azure subscription**, you can add a contributor to the resource.
1818

1919
If you are **not the owner or administrator of your Azure subscription**, your Azure account needs to have `Microsoft.Authorization/roleAssignments/write` permissions.
2020

21-
If you have trouble with this role assignment, review:
21+
If you have trouble with this role assignment, review:
2222

2323
* [Azure role assignments](../../../role-based-access-control/role-assignments-portal.md)
2424
* [Azure access control troubleshooting](../../../role-based-access-control/troubleshooting.md#problems-with-rbac-role-assignments)

articles/cognitive-services/LUIS/includes/old-portal-only.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)