Skip to content

Commit 6956162

Browse files
authored
Merge pull request #115717 from diberry/diberry/0519-luis-term-change
[Cogsvcs] LUIS - screenshots 1
2 parents 5e862d5 + 571caef commit 6956162

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

articles/cognitive-services/LUIS/includes/howto-publish.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ author: diberry
66
manager: nitinme
77
ms.custom: seodec18
88
ms.service: cognitive-services
9-
ms.date: 05/06/2020
9+
ms.date: 05/19/2020
1010
ms.subservice: language-understanding
1111
ms.topic: include
1212
ms.custom: include file
1313
ms.author: diberry
1414
---
1515

16-
In order to receive a LUIS prediction in a chat bot or other client application, you need to publish the app to the endpoint.
16+
In order to receive a LUIS prediction in a chat bot or other client application, you need to publish the app to the prediction endpoint.
1717

1818
1. Select **Publish** in the top-right navigation.
1919

articles/cognitive-services/LUIS/luis-get-started-create-app.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -112,25 +112,25 @@ Once you've trained your app, you can test it.
112112
"topIntent": "HomeAutomation.TurnOff",
113113
"intents": {
114114
"HomeAutomation.TurnOff": {
115-
"score": 0.984315455
115+
"score": 0.969448864
116116
},
117117
"HomeAutomation.QueryState": {
118-
"score": 0.009912962
119-
},
120-
"HomeAutomation.TurnDown": {
121-
"score": 0.00626645749
118+
"score": 0.0122336326
122119
},
123120
"HomeAutomation.TurnUp": {
124-
"score": 0.00572059769
121+
"score": 0.006547436
122+
},
123+
"HomeAutomation.TurnDown": {
124+
"score": 0.0050634006
125125
},
126126
"HomeAutomation.SetDevice": {
127-
"score": 0.00379381469
127+
"score": 0.004951761
128128
},
129129
"HomeAutomation.TurnOn": {
130-
"score": 0.00366983772
130+
"score": 0.00312553928
131131
},
132132
"None": {
133-
"score": 0.000623856
133+
"score": 0.000552945654
134134
}
135135
},
136136
"entities": {
@@ -154,7 +154,7 @@ Once you've trained your app, you can test it.
154154
"text": "living room",
155155
"startIndex": 13,
156156
"length": 11,
157-
"score": 0.907323956,
157+
"score": 0.902181149,
158158
"modelTypeId": 1,
159159
"modelType": "Entity Extractor",
160160
"recognitionSources": [
-7.1 KB
Loading
1.93 KB
Loading

0 commit comments

Comments
 (0)