Skip to content

Commit 3ad674d

Browse files
authored
Merge pull request #203109 from aahill/conv-sdk-update
documentation updates for v1 conversation SDK
2 parents d6387c9 + 8da3f00 commit 3ad674d

File tree

3 files changed

+21
-17
lines changed

3 files changed

+21
-17
lines changed

articles/cognitive-services/language-service/conversational-language-understanding/how-to/call-api.md

Lines changed: 7 additions & 7 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: how-to
11-
ms.date: 06/03/2022
11+
ms.date: 06/28/2022
1212
ms.author: aahi
1313
ms.custom: language-service-clu, ignite-fall-2021
1414
---
@@ -64,18 +64,18 @@ You can also use the client libraries provided by the Azure SDK to send requests
6464

6565
|Language |Package version |
6666
|---------|---------|
67-
|.NET | [1.0.0-beta.3 ](https://www.nuget.org/packages/Azure.AI.Language.Conversations/1.0.0-beta.3) |
68-
|Python | [1.1.0b1](https://pypi.org/project/azure-ai-language-conversations/) |
67+
|.NET | [1.0.0](https://www.nuget.org/packages/Azure.AI.Language.Conversations/1.0.0) |
68+
|Python | [1.0.0](https://pypi.org/project/azure-ai-language-conversations/1.0.0) |
6969

7070
4. After you've installed the client library, use the following samples on GitHub to start calling the API.
7171

72-
* [C#](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/cognitivelanguage/Azure.AI.Language.Conversations/samples)
73-
* [Python](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/cognitivelanguage/azure-ai-language-conversations/samples)
72+
* [C#](https://github.com/Azure/azure-sdk-for-net/tree/Azure.AI.Language.Conversations_1.0.0/sdk/cognitivelanguage/Azure.AI.Language.Conversations)
73+
* [Python](https://github.com/Azure/azure-sdk-for-python/tree/azure-ai-language-conversations_1.0.0/sdk/cognitivelanguage/azure-ai-language-conversations)
7474

7575
5. See the following reference documentation for more information:
7676

77-
* [C#](/dotnet/api/azure.ai.language.conversations?view=azure-dotnet-preview&preserve-view=true)
78-
* [Python](/python/api/azure-ai-language-conversations/azure.ai.language.conversations?view=azure-python-preview&preserve-view=true)
77+
* [C#](/dotnet/api/azure.ai.language.conversations)
78+
* [Python](/python/api/azure-ai-language-conversations/azure.ai.language.conversations.aio)
7979

8080
---
8181

articles/cognitive-services/language-service/orchestration-workflow/how-to/call-api.md

Lines changed: 7 additions & 8 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: how-to
11-
ms.date: 05/20/2022
11+
ms.date: 06/28/2022
1212
ms.author: aahi
1313
ms.devlang: csharp, python
1414
ms.custom: language-service-clu, ignite-fall-2021
@@ -64,23 +64,22 @@ You can also use the client libraries provided by the Azure SDK to send requests
6464

6565
:::image type="content" source="../../custom-text-classification/media/get-endpoint-azure.png" alt-text="Screenshot showing how to get the Azure endpoint." lightbox="../../custom-text-classification/media/get-endpoint-azure.png":::
6666

67-
6867
3. Download and install the client library package for your language of choice:
6968

7069
|Language |Package version |
7170
|---------|---------|
72-
|.NET | [1.0.0-beta.3 ](https://www.nuget.org/packages/Azure.AI.Language.Conversations/1.0.0-beta.3) |
73-
|Python | [1.1.0b1](https://pypi.org/project/azure-ai-language-conversations/) |
71+
|.NET | [1.0.0](https://www.nuget.org/packages/Azure.AI.Language.Conversations/1.0.0) |
72+
|Python | [1.0.0](https://pypi.org/project/azure-ai-language-conversations/1.0.0) |
7473

7574
4. After you've installed the client library, use the following samples on GitHub to start calling the API.
7675

77-
* [C#](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/cognitivelanguage/Azure.AI.Language.Conversations/samples)
78-
* [Python](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/cognitivelanguage/azure-ai-language-conversations/samples)
76+
* [C#](https://github.com/Azure/azure-sdk-for-net/tree/Azure.AI.Language.Conversations_1.0.0/sdk/cognitivelanguage/Azure.AI.Language.Conversations)
77+
* [Python](https://github.com/Azure/azure-sdk-for-python/tree/azure-ai-language-conversations_1.0.0/sdk/cognitivelanguage/azure-ai-language-conversations)
7978

8079
5. See the following reference documentation for more information:
8180

82-
* [C#](/dotnet/api/azure.ai.language.conversations?view=azure-dotnet-preview&preserve-view=true)
83-
* [Python](/python/api/azure-ai-language-conversations/azure.ai.language.conversations?view=azure-python-preview&preserve-view=true)
81+
* [C#](/dotnet/api/azure.ai.language.conversations)
82+
* [Python](/python/api/azure-ai-language-conversations/azure.ai.language.conversations.aio)
8483

8584
---
8685

articles/cognitive-services/language-service/whats-new.md

Lines changed: 7 additions & 2 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: overview
11-
ms.date: 06/22/2022
11+
ms.date: 06/28/2022
1212
ms.author: aahi
1313
ms.custom: ignite-fall-2021, event-tier1-build-2022
1414
---
@@ -18,7 +18,12 @@ ms.custom: ignite-fall-2021, event-tier1-build-2022
1818
Azure Cognitive Service for Language is updated on an ongoing basis. To stay up-to-date with recent developments, this article provides you with information about new releases and features.
1919

2020
## June 2022
21-
* Python client library for [conversation summarization](summarization/quickstart.md?tabs=conversation-summarization&pivots=programming-language-python).
21+
* v1.0 client libraries for [conversational language understanding](./conversational-language-understanding/how-to/call-api.md?tabs=azure-sdk#send-a-conversational-language-understanding-request) and [orchestration workflow](./orchestration-workflow/how-to/call-api.md?tabs=azure-sdk#send-an-orchestration-workflow-request) are Generally Available for the following languages:
22+
* [C#](https://github.com/Azure/azure-sdk-for-net/tree/Azure.AI.Language.Conversations_1.0.0/sdk/cognitivelanguage/Azure.AI.Language.Conversations)
23+
* [Python](https://github.com/Azure/azure-sdk-for-python/tree/azure-ai-language-conversations_1.0.0/sdk/cognitivelanguage/azure-ai-language-conversations)
24+
* v1.1.0b1 client library for [conversation summarization](summarization/quickstart.md?tabs=conversation-summarization&pivots=programming-language-python) is available as a preview for:
25+
* [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)
26+
2227

2328
## May 2022
2429

0 commit comments

Comments
 (0)