Skip to content

Commit 2066e58

Browse files
authored
Merge pull request #188041 from BaherAbdullah/patch-72
Update luis-get-started-get-intent-from-browser.md
2 parents 8f87925 + 6feb306 commit 2066e58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ In order to query a public app, you need:
9494

9595
#### [V3 prediction endpoint](#tab/V3-3-1)
9696

97-
Add `show-all-intents=true` to the end of the querystring to **show all intents**, and `verbose=true' to return all detailed information for entities.
97+
Add `show-all-intents=true` to the end of the querystring to **show all intents**, and `verbose=true` to return all detailed information for entities.
9898

9999
`
100100
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&show-all-intents=true&verbose=true

0 commit comments

Comments
 (0)