Skip to content

Commit 2b06d40

Browse files
committed
edit for pub
1 parent 6eabd51 commit 2b06d40

File tree

1 file changed

+6
-6
lines changed
  • articles/ai-services/language-service/conversational-language-understanding/includes/quickstarts

1 file changed

+6
-6
lines changed

articles/ai-services/language-service/conversational-language-understanding/includes/quickstarts/rest-api.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ author: laujan
33
manager: nitinme
44
ms.service: azure-ai-language
55
ms.topic: include
6-
ms.date: 05/23/2025
6+
ms.date: 08/14/2025
77
ms.author: lajanuar
88
---
99

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.
1111

1212
## Prerequisites
1313

@@ -22,13 +22,13 @@ Use this article to get started with Conversational Language understanding using
2222
## Get your resource keys and endpoint
2323

2424
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.
2626

2727
:::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":::
2828

2929
## Import a new CLU sample project
3030

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.
3232

3333
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.
3434

@@ -56,15 +56,15 @@ Typically, after you create a project, you should [build schema](../../how-to/bu
5656

5757
### Get the training job status
5858

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.
6060

6161
[!INCLUDE [get training model status](../rest-api/get-training-status.md)]
6262

6363

6464

6565
## Deploy your model
6666

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.
6868

6969
### Submit deployment job
7070

0 commit comments

Comments
 (0)