Skip to content

Commit cb90a32

Browse files
authored
Merge pull request #3102 from eric-urban/eur/voice-assistants-windows
remove direct line speech and voice assistants on windows docs
2 parents 3ac61d2 + aeb4d3c commit cb90a32

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+57
-2582
lines changed

articles/ai-services/.openpublishing.redirection.ai-services.json

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -780,6 +780,51 @@
780780
"redirect_url": "/azure/ai-services/speech-service/custom-speech-ai-foundry-portal",
781781
"redirect_document_id": true
782782
},
783+
{
784+
"source_path_from_root": "/articles/ai-services/speech-service/windows-voice-assistants-overview.md",
785+
"redirect_url": "/windows/apps/design/input/speech-interactions",
786+
"redirect_document_id": false
787+
},
788+
{
789+
"source_path_from_root": "/articles/ai-services/speech-service/how-to-windows-voice-assistants-get-started.md",
790+
"redirect_url": "/windows/apps/design/input/speech-interactions",
791+
"redirect_document_id": false
792+
},
793+
{
794+
"source_path_from_root": "/articles/ai-services/speech-service/windows-voice-assistants-implementation-guide.md",
795+
"redirect_url": "/windows/apps/design/input/speech-interactions",
796+
"redirect_document_id": false
797+
},
798+
{
799+
"source_path_from_root": "/articles/ai-services/speech-service/windows-voice-assistants-automatic-enablement-guidelines.md",
800+
"redirect_url": "/windows/apps/design/input/speech-interactions",
801+
"redirect_document_id": false
802+
},
803+
{
804+
"source_path_from_root": "/articles/ai-services/speech-service/windows-voice-assistants-best-practices.md",
805+
"redirect_url": "/windows/apps/design/input/speech-interactions",
806+
"redirect_document_id": false
807+
},
808+
{
809+
"source_path_from_root": "/articles/ai-services/speech-service/windows-voice-assistants-faq.yml",
810+
"redirect_url": "/windows/apps/design/input/speech-interactions",
811+
"redirect_document_id": false
812+
},
813+
{
814+
"source_path_from_root": "/articles/ai-services/speech-service/direct-line-speech.md",
815+
"redirect_url": "/azure/ai-services/speech-service/voice-assistants",
816+
"redirect_document_id": false
817+
},
818+
{
819+
"source_path_from_root": "/articles/ai-services/speech-service/quickstarts/voice-assistants.md",
820+
"redirect_url": "/azure/ai-services/speech-service/voice-assistants",
821+
"redirect_document_id": false
822+
},
823+
{
824+
"source_path_from_root": "/articles/ai-services/speech-service/tutorial-voice-enable-your-bot-speech-sdk.md",
825+
"redirect_url": "/azure/ai-services/speech-service/voice-assistants",
826+
"redirect_document_id": false
827+
},
783828
{
784829
"source_path_from_root": "/articles/ai-services/qnamaker/how-to/migrate-to-openai.md",
785830
"redirect_url": "/azure/ai-services/qnamaker/overview/overview",

articles/ai-services/speech-service/direct-line-speech.md

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

articles/ai-services/speech-service/how-to-windows-voice-assistants-get-started.md

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

articles/ai-services/speech-service/includes/quickstarts/keyword-recognition/csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ KeywordRecognitionResult result = await keywordRecognizer.RecognizeOnceAsync(key
4141

4242
> [!NOTE]
4343
> The example shown here uses local keyword recognition, since it does not require a `SpeechConfig`
44-
object for authentication context, and does not contact the back-end. However, you can run both keyword recognition and verification [utilizing a direct back-end connection](../../../tutorial-voice-enable-your-bot-speech-sdk.md#view-the-source-code-that-enables-keyword-detection).
44+
object for authentication context, and does not contact the back-end.
4545

4646
### Continuous recognition
4747

articles/ai-services/speech-service/includes/quickstarts/voice-assistants/csharp/csharp.md

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

articles/ai-services/speech-service/includes/quickstarts/voice-assistants/csharp/footer.md

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

articles/ai-services/speech-service/includes/quickstarts/voice-assistants/csharp/header.md

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

0 commit comments

Comments
 (0)