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/ai-services/language-service/conversational-language-understanding/includes/quickstarts/rest-api.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,11 @@ author: laujan
3
3
manager: nitinme
4
4
ms.service: azure-ai-language
5
5
ms.topic: include
6
-
ms.date: 05/23/2025
6
+
ms.date: 08/14/2025
7
7
ms.author: lajanuar
8
8
---
9
9
10
-
Use this article to get started with Conversational Language understanding using Azure AI Foundry or the REST API.
10
+
Use this article to get started with Conversational Language Understanding (CLU) using Azure AI Foundry or the REST API.
11
11
12
12
## Prerequisites
13
13
@@ -22,13 +22,13 @@ Use this article to get started with Conversational Language understanding using
22
22
## Get your resource keys and endpoint
23
23
24
24
1. Go to your resource overview page in the [Azure portal](https://portal.azure.com/#home).
25
-
2. From the menu on the left side, select **Keys and Endpoint**. You will use the endpoint and key for the API requests
25
+
2. From the menu on the left side, select **Keys and Endpoint**. You need the endpoint and key for API requests.
26
26
27
27
:::image type="content" source="../../../media/azure-portal-resource-credentials.png" alt-text="A screenshot showing the key and endpoint page in the Azure portal" lightbox="../../../media/azure-portal-resource-credentials.png":::
28
28
29
29
## Import a new CLU sample project
30
30
31
-
Once you have a Language resource created, create a conversational language understanding project. A project is a work area for building your custom ML models based on your data. Your project can only be accessed by you and others who have access to the Language resource being used.
31
+
Once you have a Language resource created, create a conversational language understanding project. A project is a work area for building your custom ML models based on your data. Only you and others who have access to the language resource being used can access your project.
32
32
33
33
For this quickstart, you can download [this sample project](https://go.microsoft.com/fwlink/?linkid=2196152) and import it. This project can predict the intended commands from user input, such as: reading emails, deleting emails, and attaching a document to an email.
34
34
@@ -56,15 +56,15 @@ Typically, after you create a project, you should [build schema](../../how-to/bu
56
56
57
57
### Get the training job status
58
58
59
-
Training may take time to complete - sometimes between 10 and 30 minutes. You can use the following request to keep polling the status of the training job until it is successfully completed.
59
+
Training may take time to complete - sometimes between 10 and 30 minutes. You can use the following request to keep polling the status of the training job until it successfully completes.
60
60
61
61
[!INCLUDE [get training model status](../rest-api/get-training-status.md)]
62
62
63
63
64
64
65
65
## Deploy your model
66
66
67
-
Generally after training a model you would review its evaluation details. In this quickstart, you will just deploy your model, and call the [prediction API](https://aka.ms/clu-apis) to query the results.
67
+
Generally after training a model you would review its evaluation details. In this quickstart, you deploy your model and call the [prediction API](https://aka.ms/clu-apis) to query the results.
0 commit comments