Skip to content

Commit d21a7e2

Browse files
rmca14CelesteDG
andauthored
Apply suggestions from code review
Co-authored-by: Celeste de Guzman <[email protected]>
1 parent 32ba1a7 commit d21a7e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/ai-services/luis/luis-get-started-get-intent-from-browser.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ In order to query a public app, you need:
3939
The format of the V3 URL for a **GET** endpoint (by slots) request is:
4040

4141
`
42-
https://YOUR-LUIS-ENDPOINT-SUBDOMAIN.api.cognitive.microsoft.com/luis/prediction/v3.0/apps/00001111-aaaa-2222-bbbb-3333cccc4444/slots/production/predict?query=turn on all lights&subscription-key=YOUR-LUIS-PREDICTION-KEY
42+
https://YOUR-LUIS-ENDPOINT-SUBDOMAIN.api.cognitive.microsoft.com/luis/prediction/v3.0/apps/df67dcdb-c37d-46af-88e1-8b97951ca1c2/slots/production/predict?query=turn on all lights&subscription-key=YOUR-LUIS-PREDICTION-KEY
4343
`
4444

4545
#### [V2 prediction request](#tab/V2-1-2)
4646

4747
The format of the V2 URL for a **GET** endpoint request is:
4848

4949
`
50-
https://YOUR-LUIS-ENDPOINT-SUBDOMAIN.api.cognitive.microsoft.com/luis/v2.0/apps/00001111-aaaa-2222-bbbb-3333cccc4444?subscription-key=YOUR-LUIS-PREDICTION-KEY&q=turn on all lights
50+
https://YOUR-LUIS-ENDPOINT-SUBDOMAIN.api.cognitive.microsoft.com/luis/v2.0/apps/df67dcdb-c37d-46af-88e1-8b97951ca1c2?subscription-key=YOUR-LUIS-PREDICTION-KEY&q=turn on all lights
5151
`
5252

5353
1. Paste the URL into a browser window and press Enter. The browser displays a JSON result that indicates that LUIS detects the `HomeAutomation.TurnOn` intent as the top intent and the `HomeAutomation.Operation` entity with the value `on`.

0 commit comments

Comments
 (0)