Skip to content

Commit b79914f

Browse files
authored
Merge pull request #216607 from aahill/main
first wave link fixes
2 parents c11dd6a + 4d982bb commit b79914f

File tree

12 files changed

+40
-40
lines changed

12 files changed

+40
-40
lines changed

articles/cognitive-services/language-service/concepts/developer-guide.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: language-service
1010
ms.topic: conceptual
11-
ms.date: 09/15/2022
11+
ms.date: 10/31/2022
1212
ms.author: aahi
1313
---
1414

@@ -110,7 +110,7 @@ The conversation analysis authoring API enables you to author custom models and
110110
* [Conversational language understanding](../conversational-language-understanding/quickstart.md?pivots=rest-api)
111111
* [Orchestration workflow](../orchestration-workflow/quickstart.md?pivots=rest-api)
112112

113-
As you use this API in your application, see the [reference documentation](/rest/api/language/conversational-analysis-authoring) for additional information.
113+
As you use this API in your application, see the [reference documentation](/rest/api/language/2022-05-01/conversational-analysis-authoring) for additional information.
114114

115115
### Conversation analysis runtime API
116116

@@ -122,7 +122,7 @@ It additionally enables you to use the following features, without creating any
122122
* [Conversation summarization](../summarization/quickstart.md?pivots=rest-api&tabs=conversation-summarization)
123123
* [Personally Identifiable Information (PII) detection for conversations](../personally-identifiable-information/how-to-call-for-conversations.md?tabs=rest-api#examples)
124124

125-
As you use this API in your application, see the [reference documentation](/rest/api/language/conversation-analysis-runtime) for additional information.
125+
As you use this API in your application, see the [reference documentation](/rest/api/language/2022-05-01/conversation-analysis-runtime) for additional information.
126126

127127

128128
### Text analysis authoring API
@@ -131,7 +131,7 @@ The text analysis authoring API enables you to author custom models and create/m
131131
* [Custom named entity recognition](../custom-named-entity-recognition/quickstart.md?pivots=rest-api)
132132
* [Custom text classification](../custom-text-classification/quickstart.md?pivots=rest-api)
133133

134-
As you use this API in your application, see the [reference documentation](/rest/api/language/text-analysis-authoring) for additional information.
134+
As you use this API in your application, see the [reference documentation](/rest/api/language/2022-05-01/text-analysis-authoring) for additional information.
135135

136136
### Text analysis runtime API
137137

@@ -150,7 +150,7 @@ It additionally enables you to use the following features, without creating any
150150
* [Sentiment analysis and opinion mining](../sentiment-opinion-mining/quickstart.md?pivots=rest-api)
151151
* [Text analytics for health](../text-analytics-for-health/quickstart.md?pivots=rest-api)
152152

153-
As you use this API in your application, see the [reference documentation](/rest/api/language/text-analysis-runtime) for additional information.
153+
As you use this API in your application, see the [reference documentation](/rest/api/language/2022-05-01/text-analysis-runtime/analyze-text) for additional information.
154154

155155
### Question answering APIs
156156

articles/cognitive-services/language-service/concepts/role-based-access-control.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: language-service
1010
ms.topic: conceptual
11-
ms.date: 08/23/2022
11+
ms.date: 10/31/2022
1212
ms.author: aahi
1313
---
1414

@@ -69,17 +69,17 @@ A user that should only be validating and reviewing the Language apps, typically
6969
:::column-end:::
7070
:::column span="":::
7171
All GET APIs under:
72-
* [Language authoring conversational language understanding APIs](/rest/api/language/conversational-analysis-authoring)
73-
* [Language authoring text analysis APIs](/rest/api/language/text-analysis-authoring)
72+
* [Language authoring conversational language understanding APIs](/rest/api/language/2022-05-01/conversational-analysis-authoring)
73+
* [Language authoring text analysis APIs](/rest/api/language/2022-05-01/text-analysis-authoring)
7474
* [Question answering projects](/rest/api/cognitiveservices/questionanswering/question-answering-projects)
7575
Only `TriggerExportProjectJob` POST operation under:
76-
* [Language authoring conversational language understanding export API](/rest/api/language/conversational-analysis-authoring/export?tabs=HTTP)
77-
* [Language authoring text analysis export API](/rest/api/language/text-analysis-authoring/export?tabs=HTTP)
76+
* [Language authoring conversational language understanding export API](/rest/api/language/2022-05-01/text-analysis-authoring/export)
77+
* [Language authoring text analysis export API](/rest/api/language/2022-05-01/text-analysis-authoring/export)
7878
Only Export POST operation under:
7979
* [Question Answering Projects](/rest/api/cognitiveservices/questionanswering/question-answering-projects/export)
8080
All the Batch Testing Web APIs
81-
*[Language Runtime CLU APIs](/rest/api/language/conversation-analysis-runtime)
82-
*[Language Runtime Text Analysis APIs](/rest/api/language/text-analysis-runtime)
81+
*[Language Runtime CLU APIs](/rest/api/language/2022-05-01/conversation-analysis-runtime)
82+
*[Language Runtime Text Analysis APIs](/rest/api/language/2022-05-01/text-analysis-runtime/analyze-text)
8383
:::column-end:::
8484
:::row-end:::
8585

@@ -105,8 +105,8 @@ A user that is responsible for building and modifying an application, as a colla
105105
:::column span="":::
106106
* All APIs under Language reader
107107
* All POST, PUT and PATCH APIs under:
108-
* [Language conversational language understanding APIs](/rest/api/language/conversational-analysis-authoring)
109-
* [Language text analysis APIs](/rest/api/language/text-analysis-authoring)
108+
* [Language conversational language understanding APIs](/rest/api/language/2022-05-01/conversational-analysis-authoring)
109+
* [Language text analysis APIs](/rest/api/language/2022-05-01/text-analysis-authoring)
110110
* [question answering projects](/rest/api/cognitiveservices/questionanswering/question-answering-projects)
111111
Except for
112112
* Delete deployment
@@ -140,8 +140,8 @@ These users are the gatekeepers for the Language applications in production envi
140140
:::column-end:::
141141
:::column span="":::
142142
All APIs available under:
143-
* [Language authoring conversational language understanding APIs](/rest/api/language/conversational-analysis-authoring)
144-
* [Language authoring text analysis APIs](/rest/api/language/text-analysis-authoring)
143+
* [Language authoring conversational language understanding APIs](/rest/api/language/2022-05-01/conversational-analysis-authoring)
144+
* [Language authoring text analysis APIs](/rest/api/language/2022-05-01/text-analysis-authoring)
145145
* [question answering projects](/rest/api/cognitiveservices/questionanswering/question-answering-projects)
146146

147147
:::column-end:::

articles/cognitive-services/language-service/concepts/use-asynchronously.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ To submit an asynchronous job, review the [reference documentation](/rest/api/la
3737
1. In the `tasks` object, include the operations you want performed on your data. For example, if you wanted to perform sentiment analysis, you would include the `SentimentAnalysisLROTask` object.
3838
1. You can optionally:
3939
1. Choose a specific [version of the model](model-lifecycle.md) used on your data.
40-
1. Include additional Language ervice features in the `tasks` object, to be performed on your data at the same time.
40+
1. Include additional Language service features in the `tasks` object, to be performed on your data at the same time.
4141

4242
Once you've created the JSON body for your request, add your key to the `Ocp-Apim-Subscription-Key` header. Then send your API request to job creation endpoint. For example:
4343

@@ -51,7 +51,7 @@ A successful call will return a 202 response code. The `operation-location` in t
5151
GET {Endpoint}/language/analyze-text/jobs/12345678-1234-1234-1234-12345678?api-version=2022-05-01
5252
```
5353

54-
To [get the status and retrieve the results](/rest/api/language/text-analysis-runtime/job-status) of the request, send a GET request to the URL you received in the `operation-location` header from the previous API response. Remember to include your key in the `Ocp-Apim-Subscription-Key`. The response will include the results of your API call.
54+
To [get the status and retrieve the results](/rest/api/language/2022-05-01/text-analysis-runtime/job-status) of the request, send a GET request to the URL you received in the `operation-location` header from the previous API response. Remember to include your key in the `Ocp-Apim-Subscription-Key`. The response will include the results of your API call.
5555

5656
## Send asynchronous API requests using the client library
5757

articles/cognitive-services/language-service/conversational-language-understanding/how-to/migrate-from-luis.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ The following table presents a side-by-side comparison between the features of L
4747
|Role-Based Access Control (RBAC) for LUIS resources |Role-Based Access Control (RBAC) available for Language resources |Language resource RBAC must be [manually added after migration](../../concepts/role-based-access-control.md). |
4848
|Single training mode| Standard and advanced [training modes](#how-are-the-training-times-different-in-clu-how-is-standard-training-different-from-advanced-training) | Training will be required after application migration. |
4949
|Two publishing slots and version publishing |Ten deployment slots with custom naming | Deployment will be required after the application’s migration and training. |
50-
|LUIS authoring APIs and SDK support in .NET, Python, Java, and Node.js |[CLU Authoring REST APIs](/rest/api/language/conversational-analysis-authoring). | For more information, see the [quickstart article](../quickstart.md?pivots=rest-api) for information on the CLU authoring APIs. [Refactoring](#do-i-have-to-refactor-my-code-if-i-migrate-my-applications-from-luis-to-clu) will be necessary to use the CLU authoring APIs. |
51-
|LUIS Runtime APIs and SDK support in .NET, Python, Java, and Node.js |[CLU Runtime APIs](/rest/api/language/conversation-analysis-runtime). CLU Runtime SDK support for [.NET](/dotnet/api/overview/azure/ai.language.conversations-readme) and [Python](/python/api/overview/azure/ai-language-conversations-readme?view=azure-python-preview&preserve-view=true). | See [how to call the API](../how-to/call-api.md#use-the-client-libraries-azure-sdk) for more information. [Refactoring](#do-i-have-to-refactor-my-code-if-i-migrate-my-applications-from-luis-to-clu) will be necessary to use the CLU runtime API response. |
50+
|LUIS authoring APIs and SDK support in .NET, Python, Java, and Node.js |[CLU Authoring REST APIs](/rest/api/language/2022-05-01/conversational-analysis-authoring). | For more information, see the [quickstart article](../quickstart.md?pivots=rest-api) for information on the CLU authoring APIs. [Refactoring](#do-i-have-to-refactor-my-code-if-i-migrate-my-applications-from-luis-to-clu) will be necessary to use the CLU authoring APIs. |
51+
|LUIS Runtime APIs and SDK support in .NET, Python, Java, and Node.js |[CLU Runtime APIs](/rest/api/language/2022-05-01/conversation-analysis-runtime). CLU Runtime SDK support for [.NET](/dotnet/api/overview/azure/ai.language.conversations-readme) and [Python](/python/api/overview/azure/ai-language-conversations-readme?view=azure-python-preview&preserve-view=true). | See [how to call the API](../how-to/call-api.md#use-the-client-libraries-azure-sdk) for more information. [Refactoring](#do-i-have-to-refactor-my-code-if-i-migrate-my-applications-from-luis-to-clu) will be necessary to use the CLU runtime API response. |
5252

5353
## Migrate your LUIS applications
5454

@@ -269,9 +269,9 @@ The API objects of CLU applications are different from LUIS and therefore code r
269269
270270
If you are using the LUIS [programmatic](https://westus.dev.cognitive.microsoft.com/docs/services/luis-programmatic-apis-v3-0-preview/operations/5890b47c39e2bb052c5b9c40) and [runtime](https://westus.dev.cognitive.microsoft.com/docs/services/luis-endpoint-api-v3-0/operations/5cb0a9459a1fe8fa44c28dd8) APIs, you can replace them with their equivalent APIs.
271271
272-
[CLU authoring APIs](/rest/api/language/conversational-analysis-authoring): Instead of LUIS's specific CRUD APIs for individual actions such as _add utterance_, _delete entity_, and _rename intent_, CLU offers an [import API](/rest/api/language/conversational-analysis-authoring/import) that replaces the full content of a project using the same name. If your service used LUIS programmatic APIs to provide a platform for other customers, you must consider this new design paradigm. All other APIs such as: _listing projects_, _training_, _deploying_, and _deleting_ are available. APIs for actions such as _importing_ and _deploying_ are asynchronous operations instead of synchronous as they were in LUIS.
272+
[CLU authoring APIs](/rest/api/language/2022-05-01/conversational-analysis-authoring): Instead of LUIS's specific CRUD APIs for individual actions such as _add utterance_, _delete entity_, and _rename intent_, CLU offers an [import API](/rest/api/language/2022-05-01/conversational-analysis-authoring/import) that replaces the full content of a project using the same name. If your service used LUIS programmatic APIs to provide a platform for other customers, you must consider this new design paradigm. All other APIs such as: _listing projects_, _training_, _deploying_, and _deleting_ are available. APIs for actions such as _importing_ and _deploying_ are asynchronous operations instead of synchronous as they were in LUIS.
273273
274-
[CLU runtime APIs](/rest/api/language/conversation-analysis-runtime/analyze-conversation): The new API request and response includes many of the same parameters such as: _query_, _prediction_, _top intent_, _intents_, _entities_, and their values. The CLU response object offers a more straightforward approach. Entity predictions are provided as they are within the utterance text, and any additional information such as resolution or list keys are provided in extra parameters called `extraInformation` and `resolution`. See the [reference documentation](/rest/api/language/conversation-analysis-runtime/analyze-conversation) for more information on the API response structure.
274+
[CLU runtime APIs](/rest/api/language/2022-05-01/conversation-analysis-runtime): The new API request and response includes many of the same parameters such as: _query_, _prediction_, _top intent_, _intents_, _entities_, and their values. The CLU response object offers a more straightforward approach. Entity predictions are provided as they are within the utterance text, and any additional information such as resolution or list keys are provided in extra parameters called `extraInformation` and `resolution`. See the [reference documentation](/rest/api/language/2022-05-01/conversation-analysis-runtime) for more information on the API response structure.
275275
276276
You can use the [.NET](https://github.com/Azure/azure-sdk-for-net/tree/Azure.AI.Language.Conversations_1.0.0-beta.3/sdk/cognitivelanguage/Azure.AI.Language.Conversations/samples/) or [Python](https://github.com/Azure/azure-sdk-for-python/blob/azure-ai-language-conversations_1.1.0b1/sdk/cognitivelanguage/azure-ai-language-conversations/samples/README.md) CLU runtime SDK to replace the LUIS runtime SDK. There is currently no authoring SDK available for CLU.
277277

articles/cognitive-services/language-service/entity-linking/includes/quickstarts/rest-api.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: language-service
1010
ms.topic: include
11-
ms.date: 06/21/2022
11+
ms.date: 10/31/2022
1212
ms.author: aahi
1313
ms.custom: ignite-fall-2021
1414
---
1515

16-
[Reference documentation](/rest/api/language/text-analysis-runtime)
16+
[Reference documentation](/rest/api/language/2022-05-01/text-analysis-runtime/analyze-text)
1717

1818
Use this quickstart to send entity linking requests using the REST API. In the following example, you will use cURL to identify and disambiguate entities found in text.
1919

@@ -156,4 +156,4 @@ curl -i -X POST https://<your-language-resource-endpoint>/language/:analyze-text
156156

157157
* [Entity linking language support](../../language-support.md)
158158
* [How to call the entity linking API](../../how-to/call-api.md)
159-
* [Reference documentation](/rest/api/language/text-analysis-runtime)
159+
* [Reference documentation](/rest/api/language/2022-05-01/text-analysis-runtime/analyze-text)

articles/cognitive-services/language-service/includes/reference-samples-text-analytics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
ms.service: cognitive-services
33
ms.subservice: language-service
44
ms.topic: include
5-
ms.date: 06/15/2022
5+
ms.date: 10/31/2022
66
author: aahill
77
ms.author: aahi
88
manager: nitinme
@@ -14,7 +14,7 @@ As you use this feature in your applications, see the following reference docume
1414

1515
|Development option / language |Reference documentation |Samples |
1616
|---------|---------|---------|
17-
|REST API | [REST API documentation](/rest/api/language/text-analysis-runtime) | |
17+
|REST API | [REST API documentation](/rest/api/language/2022-05-01/text-analysis-runtime/analyze-text) | |
1818
|C# | [C# documentation](/dotnet/api/azure.ai.textanalytics?view=azure-dotnet-preview&preserve-view=true) | [C# samples](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/textanalytics/Azure.AI.TextAnalytics/samples) |
1919
| Java | [Java documentation](/java/api/overview/azure/ai-textanalytics-readme?view=azure-java-preview&preserve-view=true) | [Java Samples](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/textanalytics/azure-ai-textanalytics/src/samples) |
2020
|JavaScript | [JavaScript documentation](/javascript/api/overview/azure/ai-text-analytics-readme?view=azure-node-preview&preserve-view=true) | [JavaScript samples](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/samples/v5) |

articles/cognitive-services/language-service/key-phrase-extraction/includes/quickstarts/rest-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ manager: nitinme
55
ms.service: cognitive-services
66
ms.subservice: language-service
77
ms.topic: include
8-
ms.date: 07/11/2022
8+
ms.date: 10/31/2022
99
ms.author: jboback
1010
ms.custom: ignite-fall-2021
1111
---
1212

13-
[Reference documentation](/rest/api/language/text-analysis-runtime/analyze-text)
13+
[Reference documentation](/rest/api/language/2022-05-01/text-analysis-runtime/analyze-text)
1414

1515
Use this quickstart to send key phrase extraction requests using the REST API. In the following example, you will use cURL to identify key words and phrases found in text.
1616

articles/cognitive-services/language-service/language-detection/includes/quickstarts/rest-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ manager: nitinme
55
ms.service: cognitive-services
66
ms.subservice: language-service
77
ms.topic: include
8-
ms.date: 08/15/2022
8+
ms.date: 10/31/2022
99
ms.author: jboback
1010
ms.custom: ignite-fall-2021
1111
---
1212

13-
[Reference documentation](/rest/api/language/text-analysis-runtime/analyze-text)
13+
[Reference documentation](/rest/api/language/2022-05-01/text-analysis-runtime/analyze-text)
1414

1515
Use this quickstart to send language detection requests using the REST API. In the following example, you will use cURL to identify the language that a text sample was written in.
1616

articles/cognitive-services/language-service/named-entity-recognition/includes/quickstarts/rest-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ manager: nitinme
55
ms.service: cognitive-services
66
ms.subservice: language-service
77
ms.topic: include
8-
ms.date: 08/15/2022
8+
ms.date: 10/31/2022
99
ms.author: jboback
1010
ms.custom: ignite-fall-2021
1111
---
1212

13-
[Reference documentation](/rest/api/language/text-analysis-runtime/analyze-text)
13+
[Reference documentation](/rest/api/language/2022-05-01/text-analysis-runtime/analyze-text)
1414

1515
Use this quickstart to send Named Entity Recognition (NER) requests using the REST API. In the following example, you will use cURL to identify [recognized entities](../../concepts/named-entity-categories.md) in text.
1616

articles/cognitive-services/language-service/personally-identifiable-information/includes/quickstarts/rest-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ manager: nitinme
55
ms.service: cognitive-services
66
ms.subservice: language-service
77
ms.topic: include
8-
ms.date: 07/11/2022
8+
ms.date: 10/31/2022
99
ms.author: jboback
1010
ms.custom: language-service-pii, ignite-fall-2021
1111
---
1212

13-
[Reference documentation](/rest/api/language/text-analysis-runtime/analyze-text)
13+
[Reference documentation](/rest/api/language/2022-05-01/text-analysis-runtime/analyze-text)
1414

1515
Use this quickstart to send Personally Identifiable Information (PII) detection requests using the REST API. In the following example, you will use cURL to identify [recognized sensitive information](../../concepts/entity-categories.md) in text.
1616

0 commit comments

Comments
 (0)