Skip to content

Commit 53d6b3a

Browse files
committed
fixing issues
1 parent 7156e6a commit 53d6b3a

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ See the [quickstart](./quickstart.md) to quickly create your first project, or t
2323
-->
2424
## How do I connect other service applications in orchestration workflow projects?
2525

26-
See the [Build schema article](./how-to/build-schema.md#build-project-schema-for-orchestration-workflow-projects) for information on connecting another project as an intent.
26+
See [How to create projects and build schemas](./how-to/create-project.md) for information on connecting another project as an intent.
2727

2828
## Which LUIS applications can I connect to in orchestration workflow projects?
2929

@@ -44,7 +44,7 @@ See the [language support](./language-support.md) article.
4444
-->
4545
## How do I get more accurate results for my project?
4646

47-
Take a look at the [recommended guidelines](./how-to/build-schema.md#guidelines-and-recommendations) for information on improving accuracy.
47+
Take a look at the [recommended guidelines](./how-to/create-projects.md) for information on improving accuracy.
4848
<!--
4949
## How many intents, and utterances can I add to a project?
5050

articles/cognitive-services/language-service/orchestration-workflow/how-to/create-project.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ Select **Create new project**. When creating your workflow project, you need to
3838
- Description: Optional project description
3939
- Utterances primary language: The primary language of your utterances.
4040

41-
## Bulding schema and adding intents
41+
## Building schema and adding intents
4242

43-
Once you're done, you now have the option to connect to the other projects and services you wish to orchestrate to. Each connection is represented by its type and relevant data.
43+
Once you're done creating a project, you can connect it to the other projects and services you want to orchestrate to. Each connection is represented by its type and relevant data.
4444

4545
To create a new intent, click on *+Add* button and start by giving your intent a **name**. You will see two options, to connect to a project or not. You can connect to (LUIS, question answering (QnA), or Conversational Language Understanding) projects, or choose the **no** option.
4646

articles/cognitive-services/language-service/orchestration-workflow/how-to/tag-utterances.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.author: aahi
1313
ms.custom: language-service-orchestration
1414
---
1515

16-
# How to tag utterances
16+
# How to tag utterances in orchestration workflow projects
1717

1818
Once you have [built a schema](create-project.md) for your project, you should add training utterances to your project. The utterances should be similar to what your users will use when interacting with the project. When you add an utterance you have to assign which intent it belongs to. You can only add utterances to the created intents within the project and not the connected intents.
1919

articles/cognitive-services/language-service/orchestration-workflow/includes/quickstarts/language-studio.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,20 @@ ms.author: aahi
2222
> [!NOTE]
2323
> Currently only resources with the standard (**S**) pricing tier can be used with the Conversational Language Understanding service.
2424
25-
:::image type="content" source="../../media/quickstart-language-resource.png" alt-text="A screenshot showing the resource selection screen in Language Studio." lightbox="../../media/quickstart-language-resource.png":::
25+
:::image type="content" source="../../../conversational-language-understanding/media/quickstart-language-resource.png" alt-text="A screenshot showing the resource selection screen in Language Studio." lightbox="../../../conversational-language-understanding/media/quickstart-language-resource.png":::
2626

2727
## Create an orchestration project
2828

2929
Once you have a Language resource associated with your account, create an orchestration workflow project. In this quickstart, you'll create a project that connects between different Conversation Language Understanding projects and Custom Question Answering projects.
3030

3131
1. In [Language Studio](https://aka.ms/languageStudio), find the section labelled **Understand questions and conversational language** and select **Orchestration Workflow**.
3232

33-
:::image type="content" source="../../media/select-custom-clu.png" alt-text="A screenshot showing the location of Custom Language Understanding in the Language Studio landing page." lightbox="../../media/select-custom-clu.png":::
33+
:::image type="content" source="../../../conversational-language-understanding/media/select-custom-clu.png" alt-text="A screenshot showing the location of Custom Language Understanding in the Language Studio landing page." lightbox="../../../conversational-language-understanding/media/select-custom-clu.png":::
3434

3535

3636
2. This will bring you to the **Orchestration workflow project** page. Select **Create new project**.
3737

38-
:::image type="content" source="../../media/projects-page.png" alt-text="A screenshot showing the conversation project page in Language Studio." lightbox="../../media/projects-page.png":::
38+
:::image type="content" source="../../../conversational-language-understanding/media/projects-page.png" alt-text="A screenshot showing the conversation project page in Language Studio." lightbox="../../../conversational-language-understanding/media/projects-page.png":::
3939

4040

4141
You then need to provide the following details:
@@ -58,7 +58,7 @@ Once you're done, select **Next** and review the details. Select **create projec
5858
When you select the intent, you will see the [tag utterances](../../how-to/tag-utterances.md) page, where you can add examples for intents.
5959

6060

61-
:::image type="content" source="../../media/quickstart-intents.png" alt-text="A screenshot showing the schema page in Language studio." lightbox="../../media/quickstart-intents.png":::
61+
:::image type="content" source="../../../conversational-language-understanding/media/quickstart-intents.png" alt-text="A screenshot showing the schema page in Language studio." lightbox="../../../conversational-language-understanding/media/quickstart-intents.png":::
6262

6363
## Tag utterances
6464

@@ -77,7 +77,7 @@ Add the rest of these utterances to the **Greeting** intent to the Training set.
7777

7878
When you're done, select **Save Changes** to save the utterances and labels to the project. The icon next to the button will turn green when the changes are saved. Next, go to the **Train Model** page.
7979

80-
:::image type="content" source="../../media/quickstart-utterances.png" alt-text="A screenshot showing the intents tagging screen in Language Studio." lightbox="../../media/quickstart-utterances.png":::
80+
:::image type="content" source="../../../conversational-language-understanding/media/quickstart-utterances.png" alt-text="A screenshot showing the intents tagging screen in Language Studio." lightbox="../../../conversational-language-understanding/media/quickstart-utterances.png":::
8181

8282
## Train your model and view its details
8383

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ Use this article to get started with Orchestration workflow projects using Langu
3232

3333
## Next steps
3434

35-
* [Learn about entity components](concepts/entity-components.md)
35+
* [Learn about orchestration workflows](overview.md)

0 commit comments

Comments
 (0)