Skip to content

Commit 867d64f

Browse files
committed
edits
1 parent 524b45a commit 867d64f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cognitive-services/LUIS/tutorial-publish-settings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@ Because it is a publish setting, you do not see it labeled on the intents or ent
6262

6363
## Get the sentiment of an utterance from the endpoint
6464

65-
1. [!INCLUDE [LUIS How to get endpoint first step](../../../includes/cognitive-services-luis-tutorial-how-to-get-endpoint.md)]
65+
1. [!INCLUDE [LUIS How to get endpoint first step](includes/howto-get-endpoint.md)]
6666

6767
1. Go to the end of the URL in the address and enter the following utterance:
6868

6969
`Deliver 2 of the best cheese pizzas ever!!!`
7070

71-
The last querystring parameter is `query`, the utterance **query**. This utterance is not the same as any of the labeled utterances so it is a good test and should return the `EmployeeFeedback` intent with the sentiment analysis extracted.
71+
The last querystring parameter is `query`, the utterance **query**. This utterance is not the same as any of the labeled utterances so it is a good test and should return the `OrderPizza` intent with the sentiment analysis extracted.
7272

7373
```json
7474
{

0 commit comments

Comments
 (0)