Skip to content

Commit d5920a2

Browse files
committed
Fixing author metadata in Speech Commands documentation to attribute the correct Don Kim.
1 parent 33994c5 commit d5920a2

5 files changed

+9
-9
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: How to fulfill Custom Commands on the client with the Speech SDK
33
titleSuffix: Azure Cognitive Services
44
description: In this article, we explain how to handle Custom Commands activities on client with the Speech SDK.
55
services: cognitive-services
6-
author: donkim
6+
author: don-d-kim
77
manager: yetian
88

99
ms.service: cognitive-services

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 'How To: Add validations to Custom Command parameters (Preview)'
33
titleSuffix: Azure Cognitive Services
44
description: In this article, we explain how to add validations to a parameter in Custom Commands.
55
services: cognitive-services
6-
author: donkim
6+
author: don-d-kim
77
manager: yetian
88
ms.service: cognitive-services
99
ms.subservice: speech-service
@@ -79,4 +79,4 @@ Select the Test panel and try a few interactions.
7979
## Next steps
8080

8181
> [!div class="nextstepaction"]
82-
> [How To: Add a confirmation to a Custom Command (Preview)](./how-to-custom-speech-commands-confirmations.md)
82+
> [How To: Add a confirmation to a Custom Command (Preview)](./how-to-custom-speech-commands-confirmations.md)

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 'Quickstart: Create a Custom Command (Preview) - Speech service'
33
titleSuffix: Azure Cognitive Services
44
description: In this article, you create and test a hosted Custom Commands application.
55
services: cognitive-services
6-
author: donkim
6+
author: don-d-kim
77
manager: yetian
88
ms.service: cognitive-services
99
ms.subservice: speech-service
@@ -19,7 +19,7 @@ The application will recognize an utterance like "turn on the tv" and respond wi
1919

2020
## Prerequisites
2121

22-
- A Speech subscription.
22+
- A Speech subscription.
2323

2424
If you don't have a speech subscription, you can create one by navigating to the [Speech Studio](https://speech.microsoft.com/) and selecting **Create a Speech Resource**.
2525

@@ -68,7 +68,7 @@ Your view should now be an overview of your Custom Commands application.
6868

6969
## Update LUIS Resources (Optional)
7070

71-
You can update the authoring resource set in the new project window, and set a prediction resource used to recognize inputs during runtime.
71+
You can update the authoring resource set in the new project window, and set a prediction resource used to recognize inputs during runtime.
7272

7373
> [!NOTE]
7474
> You will need to set a prediction resource before your application requests predictions beyond the 1,000 requests provided by the authoring resource.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 'Quickstart: Create a Custom Command with Parameters (Preview) - Speech s
33
titleSuffix: Azure Cognitive Services
44
description: In this article, you'll add parameters to a Custom Commands application.
55
services: cognitive-services
6-
author: donkim
6+
author: don-d-kim
77
manager: yetian
88
ms.service: cognitive-services
99
ms.subservice: speech-service

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
@@ -3,7 +3,7 @@ title: 'Quickstart: Connect to a Custom Commands app with Speech SDK - Speech se
33
titleSuffix: Azure Cognitive Services
44
description: In this article, you will create a Speech SDK client application with Custom Commands.
55
services: cognitive-services
6-
author: donkim
6+
author: don-d-kim
77
manager: yetian
88
ms.service: cognitive-services
99
ms.subservice: speech-service
@@ -41,7 +41,7 @@ This quickstart describes, step by step, how to make a client application to con
4141

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

44-
> [!div class="mx-imgBorder"]
44+
> [!div class="mx-imgBorder"]
4545
> ![Publish application](media/custom-speech-commands/fulfill-sdk-publish-application.png)
4646
4747
1. Copy the App ID from the publish notification for later use

0 commit comments

Comments
 (0)