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
* rename LUIS to Luis
* use camel case for enum values
* Revert "use camel case for enum values"
This reverts commit 8db93fb.
Co-authored-by: Chong Tang <[email protected]>
Copy file name to clipboardExpand all lines: specification/cognitiveservices/data-plane/Language/stable/2022-05-01/analyzeconversations.json
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -279,7 +279,7 @@
279
279
"type": "string",
280
280
"description": "The type of a target service.",
281
281
"enum": [
282
-
"LUIS",
282
+
"Luis",
283
283
"Conversation",
284
284
"QuestionAnswering",
285
285
"NonLinked"
@@ -311,9 +311,9 @@
311
311
}
312
312
}
313
313
},
314
-
"LUISParameters": {
314
+
"LuisParameters": {
315
315
"description": "This is a set of request parameters for LUIS Generally Available projects.",
316
-
"x-ms-discriminator-value": "LUIS",
316
+
"x-ms-discriminator-value": "Luis",
317
317
"type": "object",
318
318
"allOf": [
319
319
{
@@ -329,12 +329,12 @@
329
329
"callingOptions": {
330
330
"type": "object",
331
331
"description": "This customizes how the service calls LUIS Generally Available projects.",
332
-
"$ref": "#/definitions/LUISCallingOptions"
332
+
"$ref": "#/definitions/LuisCallingOptions"
333
333
}
334
334
},
335
335
"additionalProperties": true
336
336
},
337
-
"LUISCallingOptions": {
337
+
"LuisCallingOptions": {
338
338
"description": "This customizes how the service calls LUIS Generally Available projects.",
339
339
"type": "object",
340
340
"properties": {
@@ -497,7 +497,7 @@
497
497
"type": "string",
498
498
"description": "This discriminator property specifies the type of the target project that returns the response.",
499
499
"enum": [
500
-
"LUIS",
500
+
"Luis",
501
501
"Conversation",
502
502
"QuestionAnswering",
503
503
"NonLinked"
@@ -1370,10 +1370,10 @@
1370
1370
"type": "string",
1371
1371
"description": "An extended ISO 8601 date/time representation as described in (https://github.com/Microsoft/Recognizers-Text/blob/master/Patterns/English/English-DateTime.yaml)"
1372
1372
},
1373
-
"LUISTargetIntentResult": {
1373
+
"LuisTargetIntentResult": {
1374
1374
"type": "object",
1375
1375
"description": "It is a wrap up of LUIS Generally Available response.",
0 commit comments