Skip to content

Commit b75b6de

Browse files
authored
Merge pull request #97860 from diberry/diberry/1204-luis-entities
[Cogsvcs] LUIS - tutorial - regex
2 parents 06935d7 + 3a34dd1 commit b75b6de

13 files changed

+217
-198
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
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-intents-regex-entity.md",
572+
"redirect_url": "/azure/cognitive-services/LUIS/tutorial-regex-entity",
573+
"redirect_document_id": false
574+
},
570575
{
571576
"source_path": "articles/cognitive-services/LUIS/luis-quickstart-intent-and-sentiment-analysis.md",
572577
"redirect_url": "/azure/cognitive-services/LUIS/tutorial-publish-settings",

articles/cognitive-services/LUIS/includes/import-app-steps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.author: diberry
1414
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.
1515

1616
> [!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.
17+
> Cloning 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.
1818
1919
1. Select **Build** then **Intents** to see the intents, the main building blocks of a LUIS app.
2020

articles/cognitive-services/LUIS/luis-quickstart-intents-regex-entity.md

Lines changed: 0 additions & 185 deletions
This file was deleted.
26 KB
Loading
Loading
Loading

0 commit comments

Comments
 (0)