Skip to content

Commit 1c11c2d

Browse files
authored
Merge pull request #97702 from diberry/diberry/1203-luis-tutorials-1
[Cogsvcs] Tutorial - sentiment
2 parents a4e5915 + ff8ebae commit 1c11c2d

File tree

8 files changed

+477
-261
lines changed

8 files changed

+477
-261
lines changed

.openpublishing.redirection.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,6 +567,11 @@
567567
"redirect_url": "/azure/cognitive-services//QnAMaker/Quickstarts/get-answer-from-knowledge-base-using-url-tool",
568568
"redirect_document_id": false
569569
},
570+
{
571+
"source_path": "articles/cognitive-services/LUIS/luis-quickstart-intent-and-sentiment-analysis.md",
572+
"redirect_url": "/azure/cognitive-services/LUIS/tutorial-publish-settings",
573+
"redirect_document_id": false
574+
},
570575
{
571576
"source_path": "articles/cognitive-services/LUIS/luis-how-to-add-example-utterances.md",
572577
"redirect_url": "/azure/cognitive-services/LUIS/luis-how-to-add-entities",
@@ -11466,7 +11471,7 @@
1146611471
"source_path": "articles/event-hubs/event-hubs-create-kafka-enabled.md",
1146711472
"redirect_url": "/azure/event-hubs/event-hubs-create",
1146811473
"redirect_document_id": false
11469-
},
11474+
},
1147011475
{
1147111476
"source_path": "articles/event-hubs/event-hubs-csharp-ephcs-getstarted.md",
1147211477
"redirect_url": "/azure/event-hubs/event-hubs-dotnet-standard-getstarted-send",
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: Import app steps
3+
services: cognitive-services
4+
author: diberry
5+
manager: nitinme
6+
ms.service: cognitive-services
7+
ms.topic: include
8+
ms.date: 12/03/2019
9+
ms.author: diberry
10+
---
11+
12+
1. In the [preview LUIS portal](https://preview.luis.ai), on the **My apps** page, select **Import**, then **Import as JSON**. Find the saved JSON file from the previous step. You don't need to change the name of the app. Select **Done**
13+
14+
1. From the **Manage** section, on the **Versions** tab, select the version, then select **Clone** to clone the version, and give it a new 10-character name, then select **Done** to finish the clone process. Because the version name is used as part of the URL route, the name can't contain any characters that are not valid in a URL.
15+
16+
> [!TIP]
17+
> Cloning a version into a new version is a best practice before you modify your app. When you finish a version, export the version (as a .json or .lu file), and check the file into your source control system.
18+
19+
1. Select **Build** then **Intents** to see the intents, the main building blocks of a LUIS app.
20+
21+
![Change from the Versions page to the Intents page.](../media/tutorial-machine-learned-entity/new-version-imported-app.png)

articles/cognitive-services/LUIS/luis-quickstart-intent-and-sentiment-analysis.md

Lines changed: 0 additions & 180 deletions
This file was deleted.
Loading

0 commit comments

Comments
 (0)