Skip to content

Commit 5f128f4

Browse files
committed
edits
1 parent b668ca0 commit 5f128f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/cognitive-services/LUIS/sdk-csharp-quickstart-query-prediction-endpoint.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ Looking for more documentation?
3535

3636
### Create an environment variable
3737

38-
Using your key, and the region for the key, create two environment variables for authentication:
38+
Using your key, and the name of your resource, create two environment variables for authentication:
3939

4040
* `LUIS_PREDICTION_KEY` - The resource key for authenticating your requests.
41-
* `LUIS_ENDPOINT_NAME` - The resource name associated with your key. For example `westus`.
41+
* `LUIS_ENDPOINT_NAME` - The resource name associated with your key.
4242

4343
Use the instructions for your operating system.
4444

@@ -183,4 +183,4 @@ When you are done with your predictions, clean up the work from this quickstart
183183
Learn more about the [.NET SDK](https://www.nuget.org/packages/Microsoft.Azure.CognitiveServices.Language.LUIS.Runtime/) and the [.NET reference documentation](https://docs.microsoft.com/dotnet/api/overview/azure/cognitiveservices/client/languageunderstanding?view=azure-dotnet).
184184

185185
> [!div class="nextstepaction"]
186-
> [Tutorial: Build LUIS app to determine user intentions](luis-quickstart-intents-only.md)
186+
> [Tutorial: Build LUIS app to determine user intentions](luis-quickstart-intents-only.md)

0 commit comments

Comments
 (0)