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/concepts/best-practices.md
+39-2Lines changed: 39 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ manager: nitinme
8
8
ms.service: cognitive-services
9
9
ms.subservice: language-service
10
10
ms.topic: best-practice
11
-
ms.date: 08/30/2023
11
+
ms.date: 09/22/2023
12
12
ms.author: aahi
13
13
ms.custom: language-service-clu
14
14
---
@@ -171,4 +171,41 @@ curl --request POST \
171
171
}
172
172
}
173
173
}'
174
-
```
174
+
```
175
+
176
+
## Copy projects across language resources
177
+
178
+
Often you can copy conversational language understanding projects from one resource to another using the **copy** button in Azure Language Studio. However in some cases, it might be easier to copy projects using the API.
179
+
180
+
First, identify the:
181
+
* source project name
182
+
* target project name
183
+
* source language resource
184
+
* target language resource, which is where you want to copy it to.
185
+
186
+
Call the API to authorize the copy action, and get the `accessTokens` for the actual copy operation later.
0 commit comments