Skip to content

Commit a508256

Browse files
committed
update
1 parent dc05852 commit a508256

File tree

3 files changed

+22
-19
lines changed

3 files changed

+22
-19
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
@@ -13,7 +13,7 @@ ms.date: 03/12/2020
1313
ms.author: donkim
1414
---
1515

16-
# Fulfill commands from a client with the Speech SDK
16+
# Fulfill commands from a client with the Speech SDK (Preview)
1717

1818
To complete tasks using a Custom Commands application you can send custom payloads to a connected client device.
1919

@@ -23,14 +23,14 @@ 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-
27-
- [Visual Studio 2019](https://visualstudio.microsoft.com/downloads/)
28-
- An Azure subscription key for Speech service
29-
- [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
31-
- [Quickstart: Create a Custom Command with Parameters](./quickstart-custom-speech-commands-create-parameters.md)
32-
- A Speech SDK enabled client application
33-
- [Quickstart: Connect to a Custom Command application with the Speech SDK](./quickstart-custom-speech-commands-speech-sdk.md)
26+
[!div class="checklist"]
27+
* [Visual Studio 2019](https://visualstudio.microsoft.com/downloads/)
28+
* An Azure subscription key for Speech service:
29+
[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:
31+
[Quickstart: Create a Custom Command with Parameters (Preview)](./quickstart-custom-speech-commands-create-parameters.md)
32+
* A Speech SDK enabled client application:
33+
[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
3636

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.date: 12/10/2019
1212
ms.author: anhoang
1313
---
1414

15-
# Quickstart: Use Custom Commands with Custom Voice
15+
# Quickstart: Use Custom Commands with Custom Voice (Preview)
1616

1717
In the [previous article](./quickstart-custom-speech-commands-create-parameters.md), we created a new Custom Commands project to respond to commands with parameters.
1818

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

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,35 +12,35 @@ ms.date: 12/09/2019
1212
ms.author: donkim
1313
---
1414

15-
# Quickstart: Connect to a Custom Commands application with the Speech SDK
15+
# Quickstart: Connect to a Custom Commands application with the Speech SDK (Preview)
1616

1717
After creating a hosted Custom Commands application, you can begin talking to it from a client device.
1818

1919
In this article, you'll:
2020

2121
- Publish a Custom Commands application and get an application identifier (App ID)
22-
- Create a client app using the Speech SDK to allow you to talk to your Custom Commands application
22+
- Create a UWP client app using the Speech SDK to allow you to talk to your Custom Commands application
2323

2424
## Prerequisites
25-
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

28-
- [Quickstart: Create a Custom Command (Preview)](./quickstart-custom-speech-commands-create-new.md)
29-
- [Quickstart: Create a Custom Command with Parameters (Preview)](./quickstart-custom-speech-commands-create-parameters.md)
28+
* [Quickstart: Create a Custom Command (Preview)](./quickstart-custom-speech-commands-create-new.md)
29+
* [Quickstart: Create a Custom Command with Parameters (Preview)](./quickstart-custom-speech-commands-create-parameters.md)
3030

3131
You'll also need:
3232

33-
- [Visual Studio 2019](https://visualstudio.microsoft.com/downloads/)
34-
- An Azure subscription key for Speech Services. [Get one for free](get-started.md) or create it on the [Azure portal](https://portal.azure.com)
35-
- [Enable your device for development](https://docs.microsoft.com/windows/uwp/get-started/enable-your-device-for-development)
33+
* [Visual Studio 2019](https://visualstudio.microsoft.com/downloads/)
34+
* An Azure subscription key for Speech Services. [Get one for free](get-started.md) or create it on the [Azure portal](https://portal.azure.com)
35+
* [Enable your device for development](https://docs.microsoft.com/windows/uwp/get-started/enable-your-device-for-development)
3636

3737
## Optional: Get started fast
3838

3939
This quickstart describes, step by step, how to make a client application to connect to your Custom Commands app. If you prefer to dive right in, the complete, ready-to-compile source code used in this quickstart is available in the [Speech SDK Samples](https://aka.ms/csspeech/samples) under the `quickstart` folder.
4040

4141
## Step 1: Publish Custom Commands application
4242

43-
1. Open your [previously created Custom Commands application](./quickstart-custom-speech-commands-create-new.md) and select **Publish**
43+
1. Open your [previously created Custom Commands application (Preview)](./quickstart-custom-speech-commands-create-new.md) and select **Publish**
4444

4545
> [!div class="mx-imgBorder"]
4646
> ![Publish application](media/custom-speech-commands/fulfill-sdk-publish-application.png)
@@ -421,3 +421,6 @@ Add the code-behind source as follows:
421421
> [!div class="nextstepaction"]
422422
> [How to: Fulfill commands on the client with the Speech SDK (preview)](./how-to-custom-speech-commands-fulfill-sdk.md)
423423
> [How To: Add validations to Custom Command parameters (Preview)](./how-to-custom-speech-commands-validations.md)
424+
425+
## Sample source code
426+
Check out our client sample codes at [GitHub-VoiceAssistant](https://github.com/Azure-Samples/Cognitive-Services-Voice-Assistant/releases/)

0 commit comments

Comments
 (0)