Skip to content

Commit 9404839

Browse files
committed
Moving Intent Recognition to Retirement section
1 parent 27497e0 commit 9404839

8 files changed

+40
-14
lines changed

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

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

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

1820
::: zone pivot="programming-language-csharp"

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ zone_pivot_groups: programming-languages-speech-services
1313
keywords: intent recognition
1414
---
1515

16+
[!INCLUDE [deprecation notice](./includes/intent-recognition-retire.md)]
17+
1618
# Quickstart: Recognize intents with the Speech service and LUIS
1719

1820
> [!IMPORTANT]

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ 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+
1719
# How to recognize intents with custom entity pattern matching
1820

1921
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.

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ 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+
1719
# How to recognize intents with simple language pattern matching
1820

1921
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.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
author: eric-urban
3+
manager: nitinme
4+
ms.service: azure-ai-speech
5+
ms.topic: include
6+
ms.date: 03/08/2023
7+
ms.author: eur
8+
---
9+
10+
> [!IMPORTANT]
11+
> Intent recognition in Azure AI Speech will be retired on September 30th 2025. Your applications won't be able to use intent recognition directly via Azure AI Speech after this date. However, you will still be able to perform intent recognition using Azure AI Language Service or Azure OpenAI.
12+
>
13+
> This change doesn't affect other Azure AI Speech capabilities such as [speech to text](../speech-to-text.md) (including no change to speaker diarization), [text to speech](../text-to-speech.md), and [speech translation](../speech-translation.md).

articles/ai-services/speech-service/intent-recognition.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ ms.date: 3/10/2025
1313

1414
# What is intent recognition?
1515

16+
[!INCLUDE [deprecation notice](./includes/intent-recognition-retire.md)]
17+
1618
In this overview, you learn about the benefits and capabilities of intent recognition. An intent is something the user wants to do: book a flight, check the weather, or make a call. With intent recognition, your applications, tools, and devices can determine what the user wants to initiate or do based on options. You define user intent in the intent recognizer or conversational language understanding (CLU) model.
1719

1820
## Pattern matching

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ 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+
1618
# What is pattern matching?
1719

1820
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.

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

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -244,20 +244,6 @@ items:
244244
href: voice-live-how-to.md
245245
- name: Audio events reference
246246
href: /azure/ai-services/openai/realtime-audio-reference?context=/azure/ai-services/speech-service/context/context
247-
- name: Intent recognition
248-
items:
249-
- name: Intent recognition overview
250-
href: intent-recognition.md
251-
- name: Pattern matching concepts
252-
href: pattern-matching-overview.md
253-
- name: Intent recognition with simple pattern matching quickstart
254-
href: how-to-use-simple-language-pattern-matching.md
255-
- name: Intent recognition with custom entity pattern matching
256-
href: how-to-use-custom-entity-pattern-matching.md
257-
- name: Intent recognition with CLU quickstart
258-
href: get-started-intent-recognition-clu.md
259-
- name: Recognize speech intents with LUIS (deprecated)
260-
href: get-started-intent-recognition.md
261247
- name: Keyword recognition
262248
items:
263249
- name: Keyword recognition overview
@@ -503,6 +489,21 @@ items:
503489
- name: Speaker recognition
504490
href: speaker-recognition-overview.md
505491
displayName: migrate,migration,deprecate,retire,sunset
492+
- name: Intent recognition
493+
displayName: migrate,migration,deprecate,retire,sunset
494+
items:
495+
- name: Intent recognition overview
496+
href: intent-recognition.md
497+
- name: Pattern matching concepts
498+
href: pattern-matching-overview.md
499+
- name: Intent recognition with simple pattern matching quickstart
500+
href: how-to-use-simple-language-pattern-matching.md
501+
- name: Intent recognition with custom entity pattern matching
502+
href: how-to-use-custom-entity-pattern-matching.md
503+
- name: Intent recognition with CLU quickstart
504+
href: get-started-intent-recognition-clu.md
505+
- name: Recognize speech intents with LUIS (deprecated)
506+
href: get-started-intent-recognition.md
506507
- name: Custom commands
507508
href: custom-commands.md
508509
displayName: migrate,migration,deprecate,retire,sunset

0 commit comments

Comments
 (0)