Skip to content

Commit e020214

Browse files
committed
Try to fix titles
1 parent 06eeaa9 commit e020214

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The following provides the requirements to create a simple dialog service using
4747

4848
## Try out the sample app
4949

50-
With the subscription key from your Speech Services subscription and bot id from your echo bot, you are ready to try out the [UWP Voice Assistant sample](windows-voice-assistants-faq.md#the-uwp-voice-assistant-sample.md). Follow the instructions in the readme to run the app and enter your credentials.
50+
With the subscription key from your Speech Services subscription and bot id from your echo bot, you are ready to try out the [UWP Voice Assistant sample](windows-voice-assistants-faq.md#the-uwp-voice-assistant-sample). Follow the instructions in the readme to run the app and enter your credentials.
5151

5252
## Create your own voice assistant for Windows
5353

articles/cognitive-services/Speech-Service/windows-voice-assistants-automatic-enablement-guidelines.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Privacy guidelines for Windows Voice Assistants
2+
title: Privacy guidelines for voice assistants on Windows
33
titleSuffix: Azure Cognitive Services
4-
description: The instructions to enable voice activation for a voice agent by default.
4+
description: The instructions to enable voice activation for a voice agent by default.
55
services: cognitive-services
66
author: cfogg6
77
manager: trrwilson
@@ -11,7 +11,6 @@ ms.topic: conceptual
1111
ms.date: 04/15/2020
1212
ms.author: travisw
1313
---
14-
1514
# Privacy guidelines for voice assistants on Windows
1615

1716
It's important that users are given clear information about how their voice data is collected and used and important that they are given control over if and how this collection happens. These core facets of privacy -- *disclosure* and *consent* -- are especially important for voice assistants integrated into Windows given the always-listening nature of their use.

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ ms.topic: conceptual
1212
ms.date: 05/1/2020
1313
ms.author: adamwa
1414
---
15-
1615
# Design assistant experiences for Windows 10
1716

1817
Voice assistants developed on Windows 10 must implement the user experience guidelines below in order to provide the best possible experiences for voice activation on Windows 10. This document will guide developers through understanding the key work needed for a voice assistant to integrate with the Windows 10 Shell.

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
@@ -19,7 +19,7 @@ This guide walks through important implementation details for creating a voice a
1919

2020
## Implementing voice activation
2121

22-
After [setting up your environment](how-to-windows-voice-assistants-get-started.md) and learning [how voice activation works](windows-voice-assistants-overview.md#how-does-voice-activation-work?), you can start implementing voice activation for your own voice assistant application.
22+
After [setting up your environment](how-to-windows-voice-assistants-get-started.md) and learning [how voice activation works](windows-voice-assistants-overview.md#how-does-voice-activation-work), you can start implementing voice activation for your own voice assistant application.
2323

2424
### Registration
2525

@@ -137,4 +137,4 @@ To properly close the application programmatically while above or below lock, us
137137
## Next steps
138138

139139
> [!div class="nextstepaction"]
140-
> [Visit the UWP Voice Assistant Sample app for examples and code walk-throughs](windows-voice-assistants-faq.md#the-uwp-voice-assistant-sample.md)
140+
> [Visit the UWP Voice Assistant Sample app for examples and code walk-throughs](windows-voice-assistants-faq.md#the-uwp-voice-assistant-sample)

0 commit comments

Comments
 (0)