Skip to content

Commit 85ca5ee

Browse files
authored
Merge pull request #205255 from aahill/freshness
[Cog Svcs] freshness updates - LUIS
2 parents 24831e2 + cf79826 commit 85ca5ee

File tree

10 files changed

+27
-20
lines changed

10 files changed

+27
-20
lines changed

articles/cognitive-services/LUIS/concepts/entities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.custom: seodec18
1010
ms.service: cognitive-services
1111
ms.subservice: language-understanding
1212
ms.topic: conceptual
13-
ms.date: 01/06/2022
13+
ms.date: 07/19/2022
1414

1515
---
1616

articles/cognitive-services/LUIS/concepts/intents.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
title: What are intents in LUIS
33
titleSuffix: Azure Cognitive Services
4-
description: Learn about intents concepts and how they're used in LUIS
4+
description: Learn about intents and how they're used in LUIS
55
services: cognitive-services
66
ms.author: aahi
77
author: aahill
88
manager: nitinme
99
ms.service: cognitive-services
1010
ms.subservice: language-understanding
1111
ms.topic: conceptual
12-
ms.date: 03/21/2022
12+
ms.date: 07/19/2022
1313

1414
---
1515
# Intents

articles/cognitive-services/LUIS/concepts/patterns-features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ manager: nitinme
99
ms.service: cognitive-services
1010
ms.subservice: language-understanding
1111
ms.topic: conceptual
12-
ms.date: 12/07/2021
12+
ms.date: 07/19/2022
1313

1414
---
1515

articles/cognitive-services/LUIS/concepts/utterances.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ author: aahill
77
ms.manager: nitinme
88
ms.subservice: language-understanding
99
ms.topic: conceptual
10-
ms.date: 04/01/2020
10+
ms.date: 07/19/2022
1111
---
1212
# Utterances
1313

14-
Utterances are inputs from users that your app needs to interpret. To train LUIS to extract intents and entities from these inputs, it's important to capture a variety of different example utterances for each intent. Active learning, or the process of continuing to train on new utterances, is essential to the machine-learning intelligence that LUIS provides.
14+
Utterances are inputs from users that your app needs to interpret. To train LUIS to extract intents and entities from these inputs, it's important to capture various different example utterances for each intent. Active learning, or the process of continuing to train on new utterances, is essential to the machine-learning intelligence that LUIS provides.
1515

1616
Collect utterances that you think users will enter. Include utterances, which mean the same thing but are constructed in various ways:
1717

@@ -101,7 +101,7 @@ If punctuation has no specific meaning in your client application, consider [ign
101101

102102
## Ignoring words and punctuation
103103

104-
If you want to ignore specific words or punctuation in patterns, use a [pattern](/azure/cognitive-services/luis/luis-concept-patterns#pattern-syntax) with the _ignore_ syntax of square brackets, [].
104+
If you want to ignore specific words or punctuation in patterns, use a [pattern](/azure/cognitive-services/luis/luis-concept-patterns#pattern-syntax) with the _ignore_ syntax of square brackets, `[]`.
105105

106106
## Training with all utterances
107107

articles/cognitive-services/LUIS/faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: aahill
77
ms.manager: nitinme
88
ms.subservice: language-understanding
99
ms.topic: conceptual
10-
ms.date: 01/05/2022
10+
ms.date: 07/19/2022
1111
---
1212

1313
# Language Understanding Frequently Asked Questions (FAQ)
@@ -122,7 +122,7 @@ By default, your LUIS app logs utterances from users. To download a log of utter
122122

123123
## How can I disable the logging of utterances?
124124

125-
You can turn off the logging of user utterances by setting log=false in the Endpoint URL that your client application uses to query LUIS. However, turning off logging disables your LUIS app's ability to suggest utterances or improve performance that's based on [active learning](luis-concept-review-endpoint-utterances.md#what-is-active-learning). If you set log=false because of data-privacy concerns, you can't download a record of those user utterances from LUIS or use those utterances to improve your app.
125+
You can turn off the logging of user utterances by setting `log=false` in the Endpoint URL that your client application uses to query LUIS. However, turning off logging disables your LUIS app's ability to suggest utterances or improve performance that's based on [active learning](luis-concept-review-endpoint-utterances.md#what-is-active-learning). If you set `log=false` because of data-privacy concerns, you can't download a record of those user utterances from LUIS or use those utterances to improve your app.
126126

127127
Logging is the only storage of utterances.
128128

articles/cognitive-services/LUIS/how-to/sign-in.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: aahill
77
ms.manager: nitinme
88
ms.subservice: language-understanding
99
ms.topic: how-to
10-
ms.date: 12/14/2021
10+
ms.date: 07/19/2022
1111
---
1212
# Sign in to the LUIS portal and create an app
1313

articles/cognitive-services/LUIS/index.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ summary: Learn how Language Understanding enables your applications to understan
55

66
metadata:
77
ms.topic: landing-page
8-
ms.date: 04/16/2021
9-
ms.author: nitinme
10-
author: nitinme
8+
ms.date: 07/19/2022
9+
ms.author: aahi
10+
ms.manager: nitinme
11+
author: aahill
1112
ms.service: cognitive-services
1213
ms.subservice: language-understanding
1314
services: cognitive-services

articles/cognitive-services/LUIS/luis-get-started-create-app.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@ title: "Quickstart: Build your app in LUIS portal"
33
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.
44
ms.service: cognitive-services
55
ms.subservice: language-understanding
6+
ms.author: aahi
7+
author: aahill
8+
ms.manager: nitinme
69
ms.topic: quickstart
7-
ms.date: 10/20/2021
10+
ms.date: 07/19/2022
811
ms.custom: ignite-fall-2021, mode-ui
912
#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.
1013
---

articles/cognitive-services/LUIS/luis-how-to-azure-subscription.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ manager: nitinme
99
ms.service: cognitive-services
1010
ms.subservice: language-understanding
1111
ms.topic: how-to
12-
ms.date: 03/21/2022
12+
ms.date: 07/19/2022
1313
ms.custom: contperf-fy21q4, devx-track-azurecli
1414
ms.devlang: azurecli
1515
---
@@ -43,7 +43,7 @@ You can use the [v3.0-preview LUIS Endpoint API](https://westus.dev.cognitive.mi
4343
4444
## Create LUIS resources
4545

46-
To create LUIS resources, you can use the LUIS portal, [Azure portal](https://portal.azure.com/#create/Microsoft.CognitiveServicesLUISAllInOne), or Azure CLI. After you've created your resources, you will need to assign them to your apps to be used by them.
46+
To create LUIS resources, you can use the LUIS portal, [Azure portal](https://portal.azure.com/#create/Microsoft.CognitiveServicesLUISAllInOne), or Azure CLI. After you've created your resources, you'll need to assign them to your apps to be used by them.
4747

4848
# [LUIS portal](#tab/portal)
4949

@@ -262,7 +262,7 @@ You can configure your metrics charts for a specific **time period** and **metri
262262
## Total transactions threshold alert
263263
If you want to know when you reach a certain transaction threshold, for example 10,000 transactions, you can create an alert:
264264
265-
1. From the left side menu select **Alerts**
265+
1. From the left side menu, select **Alerts**
266266
2. From the top menu select **New alert rule**
267267
268268
:::image type="content" source="./media/luis-usage-tiers/alerts.png" alt-text="Screenshot that shows the alert rules page." lightbox="./media/luis-usage-tiers/alerts.png":::

articles/cognitive-services/LUIS/what-is-luis.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,17 @@ keywords: Azure, artificial intelligence, ai, natural language processing, nlp,
55
ms.service: cognitive-services
66
ms.subservice: language-understanding
77
ms.topic: overview
8-
ms.date: 10/20/2021
8+
ms.date: 07/19/2022
99
ms.custom: cog-serv-seo-aug-2020, ignite-fall-2021
10+
ms.author: aahi
11+
author: aahill
12+
ms.manager: nitinme
1013
---
1114

1215
# What is Language Understanding (LUIS)?
1316

1417
> [!NOTE]
15-
> A newer version of Language Understanding capabilities are now available as part of Azure Cognitive Service for Language. For more information see [Azure Cognitive Service for Language Documentation](../language-service/index.yml). For language understanding capabilities within the Language Service, see [Conversational Language Understanding](../language-service/conversational-language-understanding/overview.md), [Custom Named Entity Recognition](../language-service/custom-named-entity-recognition/overview.md), and [Custom Classification](../language-service/custom-classification/overview.md).
18+
> A newer version of Language Understanding capabilities are now available as part of Azure Cognitive Service for Language. For more information, see [Azure Cognitive Service for Language Documentation](../language-service/index.yml). For language understanding capabilities within the Language Service, see [Conversational Language Understanding](../language-service/conversational-language-understanding/overview.md), [Custom Named Entity Recognition](../language-service/custom-named-entity-recognition/overview.md), and [Custom Classification](../language-service/custom-classification/overview.md).
1619
1720
Language Understanding (LUIS) is a cloud-based conversational AI service that applies custom machine-learning intelligence to a user's conversational, natural language text to predict overall meaning, and pull out relevant, detailed information. LUIS provides access through its [custom portal](https://www.luis.ai), [APIs][endpoint-apis] and [SDK client libraries](client-libraries-rest-api.md).
1821

@@ -31,7 +34,7 @@ This documentation contains the following article types:
3134
## What does LUIS Offer
3235

3336
* **Simplicity**: LUIS offloads you from the need of in-house AI expertise or any prior machine learning knowledge. With only a few clicks you can build your own conversational AI application. You can build your custom application by following one of our [quickstarts](luis-get-started-create-app.md), or you can use one of our [prebuilt domain](luis-get-started-create-app.md) apps.
34-
* **Security, Privacy and Compliance**: Backed by Azure infrastructure, LUIS offers enterprise-grade security, privacy, and compliance. Your data remains yours; you can delete your data at any time. Your data is encrypted while it’s in storage. Learn more about this [here](https://azure.microsoft.com/support/legal/cognitive-services-compliance-and-privacy).
37+
* **Security, Privacy and Compliance**: LUIS is backed by Azure infrastructure, which offers enterprise-grade security, privacy, and compliance. Your data remains yours; you can delete your data at any time. Your data is encrypted while it’s in storage. Learn more about this [here](https://azure.microsoft.com/support/legal/cognitive-services-compliance-and-privacy).
3538
* **Integration**: easily integrate your LUIS app with other Microsoft services like [Microsoft Bot framework](/composer/tutorial/tutorial-luis), [QnA Maker](../QnAMaker/choose-natural-language-processing-service.md), and [Speech service](../speech-service/get-started-intent-recognition.md).
3639

3740

0 commit comments

Comments
 (0)