Skip to content

Commit e7b96a6

Browse files
ChongTangChong Tang
andauthored
Use PascalCase for enum values (#18840)
* 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]>
1 parent b9e5689 commit e7b96a6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

specification/cognitiveservices/data-plane/Language/stable/2022-05-01/analyzeconversations.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@
279279
"type": "string",
280280
"description": "The type of a target service.",
281281
"enum": [
282-
"LUIS",
282+
"Luis",
283283
"Conversation",
284284
"QuestionAnswering",
285285
"NonLinked"
@@ -311,9 +311,9 @@
311311
}
312312
}
313313
},
314-
"LUISParameters": {
314+
"LuisParameters": {
315315
"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",
317317
"type": "object",
318318
"allOf": [
319319
{
@@ -329,12 +329,12 @@
329329
"callingOptions": {
330330
"type": "object",
331331
"description": "This customizes how the service calls LUIS Generally Available projects.",
332-
"$ref": "#/definitions/LUISCallingOptions"
332+
"$ref": "#/definitions/LuisCallingOptions"
333333
}
334334
},
335335
"additionalProperties": true
336336
},
337-
"LUISCallingOptions": {
337+
"LuisCallingOptions": {
338338
"description": "This customizes how the service calls LUIS Generally Available projects.",
339339
"type": "object",
340340
"properties": {
@@ -497,7 +497,7 @@
497497
"type": "string",
498498
"description": "This discriminator property specifies the type of the target project that returns the response.",
499499
"enum": [
500-
"LUIS",
500+
"Luis",
501501
"Conversation",
502502
"QuestionAnswering",
503503
"NonLinked"
@@ -1370,10 +1370,10 @@
13701370
"type": "string",
13711371
"description": "An extended ISO 8601 date/time representation as described in (https://github.com/Microsoft/Recognizers-Text/blob/master/Patterns/English/English-DateTime.yaml)"
13721372
},
1373-
"LUISTargetIntentResult": {
1373+
"LuisTargetIntentResult": {
13741374
"type": "object",
13751375
"description": "It is a wrap up of LUIS Generally Available response.",
1376-
"x-ms-discriminator-value": "LUIS",
1376+
"x-ms-discriminator-value": "Luis",
13771377
"allOf": [
13781378
{
13791379
"$ref": "#/definitions/TargetIntentResult"

0 commit comments

Comments
 (0)