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
{{ message }}
This repository was archived by the owner on Jan 15, 2025. It is now read-only.
--srcversionId Source version to clone (mandatory, defaults to config:LUIS:versionId)
77
-
--destversionId Destination version to create (mandatory)
78
-
--appid LUIS application Id (mandatory, defaults to config:LUIS:appId)
79
-
--subscriptionKey LUIS authoring (Ocp-Apim-subscription) key
77
+
--versionId Source version to clone (mandatory, defaults to config:LUIS:versionId)
78
+
--targetVersionId Destination version to create (mandatory)
79
+
--appId LUIS application Id (mandatory, defaults to config:LUIS:appId)
80
+
--subscriptionKey LUIS authoring (Ocp-Apim-subscription) key
80
81
```
81
82
82
83
Returns:
@@ -87,7 +88,7 @@ Returns:
87
88
88
89
89
90
90
-
### create:application
91
+
### application:create
91
92
92
93
Synopsis: Creates a new LUIS application
93
94
@@ -116,9 +117,7 @@ Returns:
116
117
* Or error code with error message
117
118
* Echo newly created application Id
118
119
119
-
120
-
121
-
### delete:application
120
+
### application:delete
122
121
123
122
Synopsis: Deletes a LUIS application.
124
123
@@ -128,7 +127,7 @@ Parameters:
128
127
129
128
```
130
129
--subscriptionkey LUIS cognitive services subscription key (mandatory, default: config:LUIS:subscriptionKey)
131
-
--appid LUIS application Id (mandatory, defaults to config:LUIS:appId)
130
+
--appId LUIS application Id (mandatory, defaults to config:LUIS:appId)
132
131
--force If specified, ignore application dependencies. (optional, default: false). **TBD**: Do we still have to specify true/false? presence of flag should suffice
133
132
```
134
133
@@ -139,7 +138,7 @@ Returns:
139
138
140
139
141
140
142
-
### delete:version
141
+
### version:delete
143
142
144
143
Synopsis: Deletes a LUIS application version.
145
144
@@ -160,7 +159,7 @@ Returns:
160
159
161
160
162
161
163
-
### export:version
162
+
### version:export
164
163
165
164
Synopsis: Exports a LUIS application to JSON format .
166
165
@@ -189,8 +188,7 @@ Returns:
189
188
* If file specified, print out written file full path
190
189
191
190
192
-
193
-
### import:application
191
+
### application:import
194
192
195
193
Synopsis: Imports LUIS application from JSON or LU content.
196
194
@@ -220,7 +218,7 @@ Returns:
220
218
221
219
222
220
223
-
### import:version
221
+
### version:import
224
222
225
223
Synopsis: Imports a new version into a LUIS application from JSON or LU content.
226
224
@@ -249,9 +247,8 @@ Returns:
249
247
250
248
* Prints out created version Id
251
249
252
-
253
250
254
-
### list:applications
251
+
### application:list
255
252
256
253
Synopsis: Lists all applications on LUIS service.
257
254
@@ -277,7 +274,7 @@ Returns:
277
274
278
275
279
276
280
-
### list:endpoints
277
+
### endpoint:list
281
278
282
279
Synopsis: Returns available deployment endpoints
283
280
@@ -300,9 +297,8 @@ Returns:
300
297
301
298
* Prints out deployment endpoints unless output file is specified
302
299
303
-
304
300
305
-
### list:versions
301
+
### version:list
306
302
307
303
Synopsis: Returns application's versions
308
304
@@ -329,7 +325,7 @@ Returns:
329
325
330
326
331
327
332
-
### publish:application**TBD**: Original spec states publish:version
328
+
### application:publish**TBD**: Original spec states publish:version
333
329
334
330
Synopsis: Publishes application's version
335
331
@@ -367,9 +363,7 @@ Returns:
367
363
}
368
364
```
369
365
370
-
371
-
372
-
### rename:application
366
+
### application:rename
373
367
374
368
Synopsis: Renames the application and updates its description
375
369
@@ -391,7 +385,7 @@ Returns:
391
385
392
386
393
387
394
-
### rename:version
388
+
### version:rename
395
389
396
390
Synopsis: Renames application version
397
391
@@ -413,7 +407,7 @@ Returns:
413
407
414
408
415
409
416
-
### show:application
410
+
### application:show
417
411
418
412
Synopsis: Shows application information
419
413
@@ -466,7 +460,7 @@ Returns:
466
460
467
461
468
462
469
-
### show:training**TBD**: Change from show:trainingstatus
463
+
### train:show**TBD**: Change from show:trainingstatus
470
464
471
465
Synopsis: Shows training status
472
466
@@ -507,7 +501,7 @@ Returns:
507
501
]
508
502
```
509
503
510
-
### train **TBD**: Changed from original table spec
504
+
### train:run**TBD**: Changed from original table spec
511
505
512
506
Synopsis: Issues asynchronous training request for LUIS application
513
507
@@ -526,7 +520,7 @@ Returns:
526
520
527
521
528
522
529
-
### query **TBD**: Ensure it is the right one
523
+
### application:query**TBD**: Ensure it is the right one
530
524
531
525
Synopsis: Queries application for intent predictions
0 commit comments