Skip to content

Commit 61e53b7

Browse files
committed
update
1 parent a508256 commit 61e53b7

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

articles/cognitive-services/Speech-Service/how-to-custom-speech-commands-fulfill-sdk.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ title: How to fulfill commands from a client with the Speech SDK
33
titleSuffix: Azure Cognitive Services
44
description: In this article, we explain how to handle Custom Commands activities on a client with the Speech SDK.
55
services: cognitive-services
6-
author: don-d-kim
7-
manager: yetian
6+
author: trevorbye
7+
manager: nitinme
88

99
ms.service: cognitive-services
1010
ms.subservice: speech-service
1111
ms.topic: conceptual
12-
ms.date: 03/12/2020
13-
ms.author: donkim
12+
ms.date: 05/04/2020
13+
ms.author: trbye
1414
---
1515

1616
# Fulfill commands from a client with the Speech SDK (Preview)
@@ -23,13 +23,13 @@ In this article, you'll:
2323
- Receive and visualize the custom JSON payload contents from a C# UWP Speech SDK client application
2424

2525
## Prerequisites
26-
[!div class="checklist"]
27-
* [Visual Studio 2019](https://visualstudio.microsoft.com/downloads/)
28-
* An Azure subscription key for Speech service:
26+
> [!div class = "checklist"]
27+
> * [Visual Studio 2019](https://visualstudio.microsoft.com/downloads/)
28+
> * An Azure subscription key for Speech service:
2929
[Get one for free](get-started.md) or create it on the [Azure portal](https://portal.azure.com)
30-
* A previously created Custom Commands app:
30+
> * A previously created Custom Commands app:
3131
[Quickstart: Create a Custom Command with Parameters (Preview)](./quickstart-custom-speech-commands-create-parameters.md)
32-
* A Speech SDK enabled client application:
32+
> * A Speech SDK enabled client application:
3333
[Quickstart: Connect to a Custom Command application with the Speech SDK (Preview)](./quickstart-custom-speech-commands-speech-sdk.md)
3434

3535
## Optional: Get started fast

articles/cognitive-services/Speech-Service/quickstart-custom-speech-commands-speech-sdk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ In this article, you'll:
2222
- Create a UWP client app using the Speech SDK to allow you to talk to your Custom Commands application
2323

2424
## Prerequisites
25-
[!div class="checklist"]
25+
[!div class = "checklist"]
2626
A Custom Commands application is required to complete this article. If you haven't created a Custom Commands application yet, you can do so in these previous quickstarts:
2727

2828
* [Quickstart: Create a Custom Command (Preview)](./quickstart-custom-speech-commands-create-new.md)
@@ -423,4 +423,4 @@ Add the code-behind source as follows:
423423
> [How To: Add validations to Custom Command parameters (Preview)](./how-to-custom-speech-commands-validations.md)
424424
425425
## Sample source code
426-
Check out our client sample codes at [GitHub-VoiceAssistant](https://github.com/Azure-Samples/Cognitive-Services-Voice-Assistant/releases/)
426+
Check out our client sample codes at [GitHub-VoiceAssistant](https://github.com/Azure-Samples/Cognitive-Services-Voice-Assistant)

0 commit comments

Comments
 (0)