Skip to content

Commit

Permalink
typo: cognitiveservices/data-plane/LUIS (#4656)
Browse files Browse the repository at this point in the history
- Double word "in"
- explict -> explicit
- resopnse -> response
- idenfied -> identified
- idenfitied -> identified
- Objet -> Object
- analized -> analyzed
  • Loading branch information
nschonni authored and jianghaolu committed Dec 4, 2018
1 parent 114e413 commit fc8d22b
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -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,15 +7753,15 @@
"type": "string"
},
"entityLabels": {
"description": "The idenfied entities within the utterance.",
"description": "The identified entities within the utterance.",
"items": {
"type": "object",
"$ref": "#/definitions/EntityLabelObject"
},
"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"
Original file line number Diff line number Diff line change
@@ -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": {

0 comments on commit fc8d22b

Please sign in to comment.