Skip to content

Commit 9e03b09

Browse files
committed
Updates from Ian's feedback
1 parent a800171 commit 9e03b09

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
2-
title: How to fulfill Custom Commands on the client with the Speech SDK
2+
title: How to fulfill commands from a client with the Speech SDK
33
titleSuffix: Azure Cognitive Services
4-
description: In this article, we explain how to handle Custom Commands activities on client with the Speech SDK.
4+
description: In this article, we explain how to handle Custom Commands activities on a client with the Speech SDK.
55
services: cognitive-services
66
author: don-d-kim
77
manager: yetian
88

99
ms.service: cognitive-services
1010
ms.subservice: speech-service
1111
ms.topic: conceptual
12-
ms.date: 10/09/2019
12+
ms.date: 03/12/2020
1313
ms.author: donkim
1414
---
1515

16-
# How To: Fulfill Commands on the client with the Speech SDK (Preview)
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

articles/cognitive-services/Speech-Service/index-voice-assistants.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ landingContent:
2121
links:
2222
- text: What is a voice assistant?
2323
url: voice-assistants.md
24-
- text: What are Custom Commands?
24+
- text: What is a Custom Commands app?
2525
url: custom-commands.md
2626
- text: What is Direct Line Speech?
2727
url: direct-line-speech.md
@@ -35,17 +35,17 @@ landingContent:
3535
linkLists:
3636
- linkListType: quickstart
3737
links:
38-
- text: Create a Custom Command
38+
- text: Create a Custom Commands app
3939
url: quickstart-custom-speech-commands-create-new.md
40-
- text: Create a Custom Command with parameters
40+
- text: Create a custom command with parameters
4141
url: quickstart-custom-speech-commands-create-parameters.md
4242
- text: Use Custom Commands with Custom Voice
4343
url: quickstart-custom-speech-commands-select-custom-voice.md
4444
- text: Use Custom Commands with the Speech SDK
4545
url: quickstart-custom-speech-commands-speech-sdk.md
4646
- linkListType: how-to-guide
4747
links:
48-
- text: Handle Custom Commands on the client
48+
- text: Fulfill commands from a client
4949
url: how-to-custom-speech-commands-fulfill-sdk.md
5050
- text: Add parameter validation
5151
url: how-to-custom-speech-commands-validations.md

articles/cognitive-services/Speech-Service/toc.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -372,21 +372,21 @@
372372
href: voice-assistants.md
373373
- name: Custom Commands (Preview)
374374
items:
375-
- name: What is Custom Commands?
375+
- name: What is Custom Commands app?
376376
href: custom-commands.md
377377
- name: Quickstarts
378378
items:
379-
- name: Create a Custom Command
379+
- name: Create a Custom Commands app
380380
href: quickstart-custom-speech-commands-create-new.md
381-
- name: Create a Custom Command with parameters
381+
- name: Create a custom command with parameters
382382
href: quickstart-custom-speech-commands-create-parameters.md
383383
- name: Use Custom Commands with Custom Voice
384384
href: quickstart-custom-speech-commands-select-custom-voice.md
385385
- name: Use Custom Commands with the Speech SDK
386386
href: quickstart-custom-speech-commands-speech-sdk.md
387387
- name: How-to guides
388388
items:
389-
- name: Handle Custom Commands
389+
- name: Fulfill commands from a client
390390
href: how-to-custom-speech-commands-fulfill-sdk.md
391391
- name: Add parameter validation
392392
href: how-to-custom-speech-commands-validations.md

0 commit comments

Comments
 (0)