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

LUIS runtime changes #5424

Merged
merged 2 commits into from
Apr 8, 2019
Merged
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 @@ -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