Skip to content

Commit 765b860

Browse files
committed
edits
1 parent 6aff4ba commit 765b860

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ In order to receive a LUIS prediction in a chat bot or other client application,
2323

2424
![LUIS publish to endpoint](../media/howto-publish/publish-app-popup.png)
2525

26-
3. Publishing is complete when you see the green status bar at the top of the website confirming success.
26+
3. Publishing is complete when you see the status bar at the top of the page confirming success.
2727

2828
![LUIS publish to endpoint](../media/howto-publish/publish-endpoint-success.png)
2929

articles/cognitive-services/LUIS/tutorial-intents-only.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ These intentions are categorized into **Intents**.
118118

119119
This is not exactly the same as an example utterance so it is a good test to see if LUIS can learn what should be predicted with this intent.
120120

121-
The last query string parameter is `q`, the utterance **query**. This utterance is not the same as any of the example utterances. It is a good test and should return the `OrderPizza` intent as the top scoring intent.
121+
The last query string parameter is `query`, the utterance **query**. This utterance is not the same as any of the example utterances. It is a good test and should return the `OrderPizza` intent as the top scoring intent.
122122

123123
```JSON
124124
{
@@ -144,7 +144,7 @@ These intentions are categorized into **Intents**.
144144
}
145145
```
146146

147-
The entities array is empty because this app currently does not have any entities.
147+
The entities array is empty because this app currently does not have any entities (unit of data inside the utterance to extract).
148148

149149
The JSON result identifies the top scoring intent as **`prediction.topIntent`** property. All scores are between 1 and 0, with the better score being closer to 1.
150150

@@ -201,4 +201,4 @@ After LUIS returns the JSON response, LUIS is done with this request. LUIS doesn
201201
This tutorial created a LUIS app, created intents, added example utterances to each intent, added example utterances to the None intent, trained, published, and tested at the endpoint. These are the basic steps of building a LUIS model.
202202

203203
> [!div class="nextstepaction"]
204-
> [Add prebuilt intents and entities to this app](tutorial-machine-learned-entity.md)
204+
> [Add a decomposable entity to this app](tutorial-machine-learned-entity.md)

0 commit comments

Comments
 (0)