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
+42Lines changed: 42 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -171,4 +171,46 @@ curl --request POST \
171
171
}
172
172
}
173
173
}'
174
+
```
175
+
176
+
## Best Practices for Copying Projects across language resources
177
+
178
+
CLU projects can be easily copied from one resource to another using the Copy button in the UI. However in some cases, it might be easier to copy projects via the API. Here is how to do it.
179
+
180
+
### Step 1
181
+
182
+
Identify the
183
+
184
+
1. source-project-name
185
+
186
+
1. the target-project-name
187
+
188
+
1. the source-language-resource
189
+
190
+
1. the target-language-resource you want to copy it to. Call the authorize copy API as below to get the accessTokens for the actual Copy call (which is described in step 2)
0 commit comments