Skip to content

Commit 99bd4db

Browse files
committed
edits
1 parent 282d990 commit 99bd4db

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/cognitive-services/LUIS/luis-tutorial-bing-spellcheck.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ You can integrate your LUIS app with [Bing Spell Check API V7](https://azure.mic
2121

2222

2323
## Create first key for Bing Spell Check V7
24+
2425
Your [first Bing Spell Check API v7 key](https://azure.microsoft.com/try/cognitive-services/?api=spellcheck-api) is free.
2526

2627
![Create free key](./media/luis-tutorial-bing-spellcheck/free-key.png)
@@ -56,9 +57,10 @@ If your free key expired, create an endpoint key.
5657

5758
10. Copy the first key. You only need one of the two keys.
5859

60+
<!--
5961
## Using the key in LUIS test panel
6062
There are two places in LUIS to use the key. The first is in the [test panel](luis-interactive-test.md#view-bing-spell-check-corrections-in-test-panel). The key isn't saved into LUIS but instead is a session variable. You need to set the key every time you want the test panel to apply the Bing Spell Check API v7 service to the utterance. See [instructions](luis-interactive-test.md#view-bing-spell-check-corrections-in-test-panel) in the test panel for setting the key.
61-
63+
-->
6264
## Adding the key to the endpoint URL
6365
The endpoint query needs the key passed in the query string parameters for each query you want to apply spelling correction. You may have a chatbot that calls LUIS or you may call the LUIS endpoint API directly. Regardless of how the endpoint is called, each and every call must include the required information for spelling corrections to work properly.
6466

0 commit comments

Comments
 (0)