Skip to content

Commit

Permalink
LUIS runtime changes (#5424)
Browse files Browse the repository at this point in the history
* LUIS runtime changes

* Reverting some changes
  • Loading branch information
diberry authored and dsgouda committed Apr 8, 2019
1 parent e0c43c1 commit 9c57665
Showing 1 changed file with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"title": "LUIS Runtime Client",
"version": "2.0"
},
"x-ms-parameterized-host": {
"x-ms-parameterized-host": {
"hostTemplate": "{Endpoint}/luis/v2.0",
"useSchemePrefix": false,
"parameters": [
Expand All @@ -13,7 +13,7 @@
}
]
},
"securityDefinitions": {
"securityDefinitions": {
"apiKeyHeader": {
"type": "apiKey",
"name": "Ocp-Apim-Subscription-Key",
Expand All @@ -35,6 +35,7 @@
"name": "appId",
"in": "path",
"type": "string",
"format": "uuid",
"required": true,
"description": "The LUIS application ID (guid)."
},
Expand Down Expand Up @@ -74,7 +75,7 @@
{
"name": "bing-spell-check-subscription-key",
"in": "query",
"description": "The subscription key to use when enabling bing spell check",
"description": "The subscription key to use when enabling Bing spell check",
"type": "string"
},
{
Expand Down Expand Up @@ -115,6 +116,7 @@
"name": "appId",
"in": "path",
"type": "string",
"format": "uuid",
"required": true,
"description": "The LUIS application ID (Guid)."
},
Expand Down Expand Up @@ -155,7 +157,7 @@
{
"name": "bing-spell-check-subscription-key",
"in": "query",
"description": "The subscription key to use when enabling bing spell check",
"description": "The subscription key to use when enabling Bing spell check",
"type": "string"
},
{
Expand Down Expand Up @@ -327,7 +329,7 @@
},
"additionalProperties": {
"type": "object",
"description": "List of additional properties. E.g.: score and resolution values for pre-built LUIS entities."
"description": "List of additional properties. For example, score and resolution values for pre-built LUIS entities."
},
"required": [
"entity",
Expand Down

0 comments on commit 9c57665

Please sign in to comment.