Skip to content

Commit 66af1fd

Browse files
committed
Moving Intent Recognition to Retirement section
1 parent f510c6a commit 66af1fd

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

articles/ai-services/speech-service/get-started-intent-recognition-clu.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ zone_pivot_groups: programming-languages-set-thirteen
1313
keywords: intent recognition
1414
---
1515

16-
[!INCLUDE [deprecation notice](./includes/intent-recognition-retire.md)]
17-
1816
# Quickstart: Recognize intents with Conversational Language Understanding
1917

18+
[!INCLUDE [deprecation notice](./includes/intent-recognition-retire.md)]
19+
2020
::: zone pivot="programming-language-csharp"
2121
[!INCLUDE [C# include](includes/quickstarts/intent-recognition-clu/csharp.md)]
2222
::: zone-end

articles/ai-services/speech-service/how-to-use-custom-entity-pattern-matching.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ ms.custom: devx-track-cpp, devx-track-csharp, mode-other, devx-track-extended-ja
1414
#Customer intent: As a developer, I want to learn how to recognize intents and custom entities from simple patterns so that I can derive user intent from speech utterances.
1515
---
1616

17-
[!INCLUDE [deprecation notice](./includes/intent-recognition-retire.md)]
18-
1917
# How to recognize intents with custom entity pattern matching
2018

19+
[!INCLUDE [deprecation notice](./includes/intent-recognition-retire.md)]
20+
2121
The Azure AI services [Speech SDK](speech-sdk.md) has a built-in feature to provide **intent recognition** with **simple language pattern matching**. An intent is something the user wants to do: close a window, mark a checkbox, insert some text, etc.
2222

2323
In this guide, you use the Speech SDK to develop a console application that derives intents from speech utterances spoken through your device's microphone. You learn how to:

articles/ai-services/speech-service/how-to-use-simple-language-pattern-matching.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ ms.custom: devx-track-cpp, devx-track-csharp, mode-other, devx-track-extended-ja
1414
#Customer intent: As a developer, I want to learn how to recognize intents and entities from simple patterns so that I can understand what the user wants to do.
1515
---
1616

17-
[!INCLUDE [deprecation notice](./includes/intent-recognition-retire.md)]
18-
1917
# How to recognize intents with simple language pattern matching
2018

19+
[!INCLUDE [deprecation notice](./includes/intent-recognition-retire.md)]
20+
2121
The Azure AI services [Speech SDK](speech-sdk.md) has a built-in feature to provide **intent recognition** with **simple language pattern matching**. An intent is something the user wants to do: close a window, mark a checkbox, insert some text, etc.
2222

2323
In this guide, you use the Speech SDK to develop a C++ console application that derives intents from user utterances through your device's microphone. You learn how to:

articles/ai-services/speech-service/pattern-matching-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ keywords: intent recognition pattern matching
1313
#Customer intent: I want to understand what pattern matching is and how to use it.
1414
---
1515

16-
[!INCLUDE [deprecation notice](./includes/intent-recognition-retire.md)]
17-
1816
# What is pattern matching?
1917

18+
[!INCLUDE [deprecation notice](./includes/intent-recognition-retire.md)]
19+
2020
Pattern matching can be customized to group together pattern intents and entities inside a ``PatternMatchingModel``. Using this grouping, it's possible to access more advanced entity types that help make your intent recognition more precise.
2121

2222
For supported locales, see [here](./language-support.md?tabs=intent-recognition).

articles/ai-services/speech-service/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ items:
481481
href: /rest/api/batchtexttospeech/operation-groups
482482
- name: Batch avatar REST API
483483
href: /rest/api/batchavatar/operation-groups
484-
- name: Retirement and Migration
484+
- name: Retired features and migration
485485
items:
486486
- name: Retiring Features
487487
displayName: migrate,migration,deprecate,retire,sunset

0 commit comments

Comments
 (0)