Skip to content

Commit 8a42112

Browse files
authored
Merge pull request #192146 from aahill/orch-updates
Orchestration workflow updates
2 parents e8fbbc7 + a447676 commit 8a42112

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

articles/cognitive-services/language-service/index.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,18 +79,20 @@ conceptualContent:
7979
text: Question answering
8080
url: question-answering/overview.md
8181
- title: Understand conversations
82-
summary: Create your own Conversational Language Understanding model to classify conversational utterances and extract detailed information from them to fulfill scenarios.
82+
summary: Create your own models to classify conversational utterances and extract detailed information from them to fulfill scenarios.
8383
links:
8484
- itemType: overview
8585
text: Conversational language understanding
8686
url: conversational-language-understanding/overview.md
87+
- itemType: overview
88+
text: Orchestration workflow
89+
url: orchestration-workflow/overview.md
8790
- title: Translate text
8891
summary: Use cloud-based neural machine translation to build intelligent, multi-language solutions for your applications.
8992
links:
9093
- itemType: overview
9194
text: Use machine translation on text.
9295
url: ../translator/translator-overview.md
93-
9496
additionalContent:
9597
sections:
9698
- items:

articles/cognitive-services/language-service/orchestration-workflow/overview.md

Lines changed: 2 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: 03/03/2022
11+
ms.date: 03/18/2022
1212
ms.author: aahi
1313
ms.custom: language-service-orchestration
1414
---
@@ -31,7 +31,7 @@ The API is a part of [Azure Cognitive Services](../../index.yml), a collection o
3131

3232
## Reference documentation and code samples
3333

34-
As you use text summarization in your applications, see the following reference documentation and samples for Azure Cognitive Services for Language:
34+
As you use orchestration workflow in your applications, see the following reference documentation and samples for Azure Cognitive Services for Language:
3535

3636
|Development option / language |Reference documentation |Samples |
3737
|---------|---------|---------|

articles/cognitive-services/language-service/overview.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ Azure Cognitive Service for Language provides the following features:
4444
> | [Text Summarization (preview)](text-summarization/overview.md) | This pre-configured feature extracts key sentences that collectively convey the essence of a document. | * [Language Studio](language-studio.md) <br> * [REST API and client-library](text-summarization/quickstart.md) |
4545
> | [Conversational language understanding (preview)](conversational-language-understanding/overview.md) | Build an AI model to bring the ability to understand natural language into apps, bots, and IoT devices. | * [Language Studio](conversational-language-understanding/quickstart.md)
4646
> | [Question answering](question-answering/overview.md) | This pre-configured feature provides answers to questions extracted from text input, using semi-structured content such as: FAQs, manuals, and documents. | * [Language Studio](language-studio.md) <br> * [REST API and client-library](question-answering/quickstart/sdk.md) |
47+
> | [Orchestration workflow](orchestration-workflow/overview.md) | Train language models to connect your applications to question answering, conversational language understanding, and LUIS | * [Language Studio](orchestration-workflow/quickstart.md?pivots=language-studio) <br> * [REST API](orchestration-workflow/quickstart.md?pivots=rest-api) |
48+
4749

4850
## Tutorials
4951

0 commit comments

Comments
 (0)