Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typo: cognitiveservices/data-plane/LUIS #4656

Merged
merged 1 commit into from
Dec 4, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down Expand Up @@ -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"
}
Expand Down Expand Up @@ -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
},
Expand All @@ -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"
}
}
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down