Skip to content

Commit 1aca464

Browse files
committed
fixed en-us urls
1 parent 0e52141 commit 1aca464

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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
@@ -112,7 +112,7 @@ The following steps cover the requirements to enable a voice assistant on Window
112112

113113
For guidance on designing above lock experiences, visit the [best practices guide](windows-voice-assistants-best-practices.md).
114114

115-
When an app shows a view above lock, it is considered to be in "Kiosk Mode". For more information on implementing an app that uses Kiosk Mode, see the [kiosk mode documentation](https://docs.microsoft.com/en-us/windows-hardware/drivers/partnerapps/create-a-kiosk-app-for-assigned-access).
115+
When an app shows a view above lock, it is considered to be in "Kiosk Mode". For more information on implementing an app that uses Kiosk Mode, see the [kiosk mode documentation](https://docs.microsoft.com/windows-hardware/drivers/partnerapps/create-a-kiosk-app-for-assigned-access).
116116

117117
### Transitioning above lock
118118

@@ -142,7 +142,7 @@ The application entry in the Voice Activation Privacy settings page has a toggle
142142

143143
To properly close the application programmatically while above or below lock, use the `WindowService.CloseWindow()` API. This triggers all UWP lifecycle methods, including OnSuspend, allowing the application to dispose of its `ConversationalAgentSession` instance before closing.
144144

145-
Note that, above lock, the application can close without closing the below lock instance (as documented [here](https://docs.microsoft.com/en-us/windows-hardware/drivers/partnerapps/create-a-kiosk-app-for-assigned-access#add-a-way-out-of-assigned-access-)). In this case, the above lock view needs to "clean up", ensuring that once the screen is unlocked, there are no event handlers or tasks that will try to manipulate the above lock view.
145+
Note that, above lock, the application can close without closing the below lock instance (as documented [here](https://docs.microsoft.com/windows-hardware/drivers/partnerapps/create-a-kiosk-app-for-assigned-access#add-a-way-out-of-assigned-access-)). In this case, the above lock view needs to "clean up", ensuring that once the screen is unlocked, there are no event handlers or tasks that will try to manipulate the above lock view.
146146

147147
## Next steps
148148

0 commit comments

Comments
 (0)