diff --git a/specification/cognitiveservices/data-plane/LUIS/Authoring/stable/v2.0/LUIS-Authoring.json b/specification/cognitiveservices/data-plane/LUIS/Authoring/stable/v2.0/LUIS-Authoring.json index 102493766dfe..3aaaf2bf0dcd 100644 --- a/specification/cognitiveservices/data-plane/LUIS/Authoring/stable/v2.0/LUIS-Authoring.json +++ b/specification/cognitiveservices/data-plane/LUIS/Authoring/stable/v2.0/LUIS-Authoring.json @@ -2444,7 +2444,7 @@ }, "/apps/import": { "post": { - "description": "Imports an application to LUIS, the application's structure should be included in in the request body.", + "description": "Imports an application to LUIS, the application's structure should be included in the request body.", "operationId": "Apps_Import", "parameters": [ { @@ -5293,7 +5293,7 @@ ], "responses": { "200": { - "description": "A list of the explict list items", + "description": "A list of the explicit list items", "schema": { "$ref": "#/definitions/ExplicitListItemList" } @@ -7728,7 +7728,7 @@ "type": "object", "properties": { "sentimentAnalysis": { - "description": "Setting sentiment analysis as true returns the Sentiment of the input utterance along with the resopnse", + "description": "Setting sentiment analysis as true returns the Sentiment of the input utterance along with the response", "type": "boolean", "x-nullable": false }, @@ -7753,7 +7753,7 @@ "type": "string" }, "entityLabels": { - "description": "The idenfied entities within the utterance.", + "description": "The identified entities within the utterance.", "items": { "type": "object", "$ref": "#/definitions/EntityLabelObject" @@ -7761,7 +7761,7 @@ "type": "array" }, "intentName": { - "description": "The idenfitied intent representing the utterance.", + "description": "The identified intent representing the utterance.", "type": "string" } } @@ -7833,7 +7833,7 @@ } }, "PrebuiltExtractorNames": { - "description": "Objet model for adding a prebuilt entity to the application.", + "description": "Object model for adding a prebuilt entity to the application.", "type": "array", "items": { "type": "string" @@ -9192,7 +9192,7 @@ "format": "uuid" }, "sentimentAnalysis": { - "description": "Setting sentiment analysis as true returns the Sentiment of the input utterance along with the resopnse", + "description": "Setting sentiment analysis as true returns the Sentiment of the input utterance along with the response", "type": "boolean", "x-nullable": false, "x-ms-client-name": "IsSentimentAnalysisEnabled" diff --git a/specification/cognitiveservices/data-plane/LUIS/Runtime/stable/v2.0/LUIS-Runtime.json b/specification/cognitiveservices/data-plane/LUIS/Runtime/stable/v2.0/LUIS-Runtime.json index f746f4c067d9..63aef12d1da8 100644 --- a/specification/cognitiveservices/data-plane/LUIS/Runtime/stable/v2.0/LUIS-Runtime.json +++ b/specification/cognitiveservices/data-plane/LUIS/Runtime/stable/v2.0/LUIS-Runtime.json @@ -205,7 +205,7 @@ "description": "Prediction, based on the input query, containing intent(s) and entities.", "properties": { "query": { - "description": "The input utterance that was analized.", + "description": "The input utterance that was analyzed.", "type": "string" }, "alteredQuery": {