You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cognitive-services/language-service/orchestration-workflow/faq.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ See the [quickstart](./quickstart.md) to quickly create your first project, or t
23
23
-->
24
24
## How do I connect other service applications in orchestration workflow projects?
25
25
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.
27
27
28
28
## Which LUIS applications can I connect to in orchestration workflow projects?
29
29
@@ -44,7 +44,7 @@ See the [language support](./language-support.md) article.
44
44
-->
45
45
## How do I get more accurate results for my project?
46
46
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.
48
48
<!--
49
49
## How many intents, and utterances can I add to a project?
Copy file name to clipboardExpand all lines: articles/cognitive-services/language-service/orchestration-workflow/how-to/create-project.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,9 +38,9 @@ Select **Create new project**. When creating your workflow project, you need to
38
38
- Description: Optional project description
39
39
- Utterances primary language: The primary language of your utterances.
40
40
41
-
## Bulding schema and adding intents
41
+
## Building schema and adding intents
42
42
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.
44
44
45
45
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.
Copy file name to clipboardExpand all lines: articles/cognitive-services/language-service/orchestration-workflow/how-to/tag-utterances.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ ms.author: aahi
13
13
ms.custom: language-service-orchestration
14
14
---
15
15
16
-
# How to tag utterances
16
+
# How to tag utterances in orchestration workflow projects
17
17
18
18
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.
Copy file name to clipboardExpand all lines: articles/cognitive-services/language-service/orchestration-workflow/includes/quickstarts/language-studio.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,20 +22,20 @@ ms.author: aahi
22
22
> [!NOTE]
23
23
> Currently only resources with the standard (**S**) pricing tier can be used with the Conversational Language Understanding service.
24
24
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":::
26
26
27
27
## Create an orchestration project
28
28
29
29
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.
30
30
31
31
1. In [Language Studio](https://aka.ms/languageStudio), find the section labelled **Understand questions and conversational language** and select **Orchestration Workflow**.
32
32
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":::
34
34
35
35
36
36
2. This will bring you to the **Orchestration workflow project** page. Select **Create new project**.
37
37
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":::
39
39
40
40
41
41
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
58
58
When you select the intent, you will see the [tag utterances](../../how-to/tag-utterances.md) page, where you can add examples for intents.
59
59
60
60
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":::
62
62
63
63
## Tag utterances
64
64
@@ -77,7 +77,7 @@ Add the rest of these utterances to the **Greeting** intent to the Training set.
77
77
78
78
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.
79
79
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":::
0 commit comments