Skip to content

Commit 679e631

Browse files
committed
edits
1 parent 5b15d78 commit 679e631

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

articles/cognitive-services/LUIS/includes/sdk-csharp-prediction.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ ms.author: diberry
1616
Use the Language Understanding (LUIS) prediction client library for .NET to:
1717

1818
* Get prediction by slot
19+
* Prediction by Version
1920

2021
[Reference documentation](https://docs.microsoft.com/dotnet/api/overview/azure/cognitiveservices/client/languageunderstanding?view=azure-dotnet) | [Library source code](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/cognitiveservices/Language.LUIS.Runtime) | [Prediction runtime Package (NuGet)](https://www.nuget.org/packages/Microsoft.Azure.CognitiveServices.Language.LUIS.Runtime/) | [C# Samples](https://github.com/Azure-Samples/cognitive-services-quickstart-code/tree/master/dotnet/LanguageUnderstanding/predict-with-sdk-3x)
2122

@@ -25,10 +26,6 @@ Use the Language Understanding (LUIS) prediction client library for .NET to:
2526
* The current version of [.NET Core](https://dotnet.microsoft.com/download/dotnet-core).
2627
* A LUIS app ID - use the public IoT app ID of `df67dcdb-c37d-46af-88e1-8b97951ca1c2`. The user query used in the quickstart code is specific to that app.
2728

28-
Looking for more documentation?
29-
30-
* [SDK reference documentation](https://docs.microsoft.com/dotnet/api/overview/azure/cognitiveservices/client/languageunderstanding?view=azure-dotnet)
31-
3229
## Setting up
3330

3431
### Create an environment variable

articles/cognitive-services/LUIS/includes/sdk-python-prediction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ Use the Language Understanding (LUIS) prediction client library for Python to:
1919
* Get prediction by version
2020

2121
[Reference documentation](https://docs.microsoft.com/python/api/azure-cognitiveservices-language-luis/index?view=azure-python) | [Library source code](https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/cognitiveservices/azure-cognitiveservices-language-luis/azure/cognitiveservices/language/luis) | [Prediction runtime Package (PyPi)](https://pypi.org/project/azure-cognitiveservices-language-luis/) | [ Samples](https://github.com/Azure-Samples/cognitive-services-quickstart-code/tree/master/python/LUIS)
22-
* A LUIS app ID - use the public IoT app ID of `df67dcdb-c37d-46af-88e1-8b97951ca1c2`. The user query used in the quickstart code is specific to that app.
2322

2423
## Prerequisites
2524

2625
* Language Understanding (LUIS) portal account - [Create one for free](https://www.luis.ai)
2726
* [Python 3.x](https://www.python.org/)
27+
* A LUIS app ID - use the public IoT app ID of `df67dcdb-c37d-46af-88e1-8b97951ca1c2`. The user query used in the quickstart code is specific to that app.
2828

2929
## Setting up
3030

0 commit comments

Comments
 (0)