Skip to content

Commit 3028ffd

Browse files
committed
[Cogsvcs] LUIS - fresh - quickstart - iot app id
1 parent 2084ab4 commit 3028ffd

9 files changed

+14
-18
lines changed

articles/cognitive-services/LUIS/includes/get-started-get-intent-rest-csharp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ author: diberry
66
manager: nitinme
77
ms.service: cognitive-services
88
ms.topic: include
9-
ms.date: 01/31/2020
9+
ms.date: 04/20/2020
1010
ms.author: diberry
1111
---
1212

1313
## Prerequisites
1414

1515
* [.NET Core V2.2+](https://dotnet.microsoft.com/download)
1616
* [Visual Studio Code](https://code.visualstudio.com/)
17-
* Public app ID: `df67dcdb-c37d-46af-88e1-8b97951ca1c2`
17+
* 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.
1818

1919
## Create LUIS runtime key for predictions
2020

articles/cognitive-services/LUIS/includes/get-started-get-intent-rest-go.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ author: diberry
66
manager: nitinme
77
ms.service: cognitive-services
88
ms.topic: include
9-
ms.date: 01/31/2020
9+
ms.date: 04/20/2020
1010
ms.author: diberry
1111
---
1212

1313
## Prerequisites
1414

1515
* [Go](https://golang.org/) programming language
1616
* [Visual Studio Code](https://code.visualstudio.com/)
17-
* Public app ID: `df67dcdb-c37d-46af-88e1-8b97951ca1c2`
17+
* 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.
1818

1919
## Create LUIS runtime key for predictions
2020

articles/cognitive-services/LUIS/includes/get-started-get-intent-rest-java.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ author: diberry
66
manager: nitinme
77
ms.service: cognitive-services
88
ms.topic: include
9-
ms.date: 01/31/2020
9+
ms.date: 04/20/2020
1010
ms.author: diberry
1111
---
1212
## Prerequisites
1313

1414
* [JDK SE](https://aka.ms/azure-jdks) (Java Development Kit, Standard Edition)
1515
* [Visual Studio Code](https://code.visualstudio.com/) or your favorite IDE
16-
* Public app ID: `df67dcdb-c37d-46af-88e1-8b97951ca1c2`
16+
* 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.
1717

1818
## Create LUIS runtime key for predictions
1919

articles/cognitive-services/LUIS/includes/get-started-get-intent-rest-nodejs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ author: diberry
66
manager: nitinme
77
ms.service: cognitive-services
88
ms.topic: include
9-
ms.date: 01/31/2020
9+
ms.date: 04/20/2020
1010
ms.author: diberry
1111
---
1212

1313
## Prerequisites
1414

1515
* [Node.js](https://nodejs.org/) programming language
1616
* [Visual Studio Code](https://code.visualstudio.com/)
17-
* Public app ID: `df67dcdb-c37d-46af-88e1-8b97951ca1c2`
17+
* 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.
1818

1919
## Create LUIS runtime key for predictions
2020

articles/cognitive-services/LUIS/includes/get-started-get-intent-rest-python.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ author: diberry
66
manager: nitinme
77
ms.service: cognitive-services
88
ms.topic: include
9-
ms.date: 01/31/2020
9+
ms.date: 04/20/2020
1010
ms.author: diberry
1111
---
1212

1313
## Prerequisites
1414

1515
* [Python 3.6](https://www.python.org/downloads/) or later.
1616
* [Visual Studio Code](https://code.visualstudio.com/)
17-
* Public app ID: `df67dcdb-c37d-46af-88e1-8b97951ca1c2`
17+
* 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.
1818

1919
## Create LUIS runtime key for predictions
2020

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Use the Language Understanding (LUIS) prediction client library for .NET to:
2323

2424
* Language Understanding (LUIS) portal account - [Create one for free](https://www.luis.ai)
2525
* The current version of [.NET Core](https://dotnet.microsoft.com/download/dotnet-core).
26+
* 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.
2627

2728
Looking for more documentation?
2829

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Use the Language Understanding (LUIS) runtime client library for Node.js to:
2222

2323
* Language Understanding runtime resource: [Create one in the Azure portal](https://ms.portal.azure.com/#create/Microsoft.CognitiveServicesLUISAllInOne)
2424
* [Node.js](https://nodejs.org)
25+
* 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.
2526

2627
## Setting up
2728

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ 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.
2223

2324
## Prerequisites
2425

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

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,8 @@
11
---
22
title: "Quickstart: SDK query prediction endpoint - LUIS"
3-
titleSuffix: Azure Cognitive Services
43
description: This quickstart will show you how to use the SDK to send a user utterance to the Azure Cognitive Services LUIS application and receive a prediction.
5-
author: diberry
6-
manager: nitinme
7-
ms.service: cognitive-services
8-
services: cognitive-services
9-
ms.subservice: language-understanding
104
ms.topic: quickstart
11-
ms.date: 01/17/2020
12-
ms.author: diberry
5+
ms.date: 04/20/2020
136
zone_pivot_groups: programming-languages-set-diberry-3core
147
---
158

0 commit comments

Comments
 (0)