Skip to content

Commit 9d3c6b2

Browse files
committed
Fixed links
1 parent f7530ae commit 9d3c6b2

7 files changed

+16
-15
lines changed

articles/cognitive-services/Speech-Service/how-to-windows-voice-assistants-get-started.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
2-
title:
3-
Voice Assistants on Windows - Get Started
2+
title: Voice Assistants on Windows - Get Started
43
titleSuffix: Azure Cognitive Services
54
description: The steps to begin developing a windows voice agent, including a reference to the sample code quickstart.
65
services: cognitive-services
7-
author: cofogg
6+
author: cfogg6
87
manager: trrwilson
98
ms.service: cognitive-services
109
ms.subservice: speech-service
@@ -14,7 +13,7 @@ ms.author: travisw
1413
---
1514
## Overview
1615

17-
This guide, along with the documentation provided with the [UWP Voice Assistant Sample](windows-voice-assistants-sample-info), will take you through the steps to begin developing a voice assistant on Windows.
16+
This guide will take you through the steps to begin developing a voice assistant on Windows.
1817

1918
## Set up your development environment
2019
To start developing a voice assistant for Windows, you will need to make sure you have the proper development environment.
@@ -52,6 +51,8 @@ With the subscription key from your Speech Services subscription and bot id from
5251

5352
Once you have received your Limited Access Feature token and bin file from Microsoft, you can begin on your own voice assistant on Windows.
5453

55-
The UWP Voice Assistant sample was built to demonstrate what steps a UWP application needs to take to access the full set of voice assistant features. The "docs" folder in the project contains a walk-through of the code and covers each step of setup and state management for voice activation, above lock activation, privacy settings, and more.
54+
## Next steps
5655

57-
The UWP Voice Assistant sample was also designed to be reusable and extendable. You are welcome to borrow components or use it as a starting point for your own application.
56+
- Learn more about voice activation
57+
- Read the implementation guide for the proper steps to enable voice activation, above lock activation, and more.
58+
- Visit the "docs" folder in the UWP Voice Assistant sample for additional resources and a walk-through of the code.

articles/cognitive-services/Speech-Service/toc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -433,9 +433,9 @@
433433
- name: 'Start developing your assistant with Windows'
434434
href: how-to-windows-voice-assistants-get-started.md
435435
- name: 'Enable voice activation'
436-
href: windows-voice-assistants-implementation-guide.md#Implementing-Voice-Activation
436+
href: windows-voice-assistants-implementation-guide.md#implementing-voice-activation
437437
- name: 'Enable above lock activation'
438-
href: windows-voice-assistants-implementation-guide.md#Implementing-above-lock-activation
438+
href: windows-voice-assistants-implementation-guide.md#implementing-above-lock-activation
439439
- name: Resources
440440
items:
441441
- name: 'Explore the Windows assistant sample'
@@ -445,7 +445,7 @@
445445
- name: 'Privacy requirements and guidelines'
446446
href: windows-voice-assistants-automatic-enablement-guidelines.md
447447
- name: 'Best practices for assistant experiences'
448-
href: windows-voice-assistants-best-practices
448+
href: windows-voice-assistants-best-practices.md
449449
- name: 'Frequently asked questions'
450450
href: windows-voice-assistants-faq.md
451451
- name: Custom Keyword

articles/cognitive-services/Speech-Service/windows-voice-assistants-faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Voice Assistants on Windows - FAQ
44
titleSuffix: Azure Cognitive Services
55
description: Common questions that frequently come up during Windows voice agent development.
66
services: cognitive-services
7-
author: cofogg
7+
author: cfogg6
88
manager: trrwilson
99
ms.service: cognitive-services
1010
ms.subservice: speech-service

articles/cognitive-services/Speech-Service/windows-voice-assistants-implementation-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
title:
33
Voice Assistants on Windows - Above Lock Implementation Guidelines
44
titleSuffix: Azure Cognitive Services
5-
description: The instructions to implement above-lock capabilities for a voice agent application.
5+
description: The instructions to implement voice activation and above-lock capabilities for a voice agent application.
66
services: cognitive-services
7-
author: cofogg
7+
author: cfogg6
88
manager: trrwilson
99
ms.service: cognitive-services
1010
ms.subservice: speech-service

articles/cognitive-services/Speech-Service/windows-voice-assistants-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Voice Assistants on Windows - Overview
44
titleSuffix: Azure Cognitive Services
55
description: An overview of the Windows voice assistant platform, including capabilities and development resources available.
66
services: cognitive-services
7-
author: cofogg
7+
author: cfogg6
88
manager: trrwilson
99
ms.service: cognitive-services
1010
ms.subservice: speech-service

articles/cognitive-services/Speech-Service/windows-voice-assistants-sample-info.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Voice Assistants on Windows - UWP Voice Assistant Sample Information
44
titleSuffix: Azure Cognitive Services
55
description: A summary of the sample app, what its purpose is, and how to use it. Also provides a link to the sample app github and further documentation there.
66
services: cognitive-services
7-
author: cofogg
7+
author: cfogg6
88
manager: trrwilson
99
ms.service: cognitive-services
1010
ms.subservice: speech-service

articles/cognitive-services/Speech-Service/windows-voice-assistants-voice-activation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Voice Assistants on Windows - Voice Activation
44
titleSuffix: Azure Cognitive Services
55
description: An overview of the voice activation feature on Windows.
66
services: cognitive-services
7-
author: cofogg
7+
author: cfogg6
88
manager: trrwilson
99
ms.service: cognitive-services
1010
ms.subservice: speech-service

0 commit comments

Comments
 (0)