Skip to content

Commit 4498ce9

Browse files
committed
edit pass: 2-speech-service-articles
1 parent 74e8e66 commit 4498ce9

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The application will process utterances like "turn on the tv" and reply with a s
2323
> * <a href="https://ms.portal.azure.com/#create/Microsoft.CognitiveServicesSpeechServices" target="_blank">Create an Azure Speech resource <span class="docon docon-navigate-external x-hidden-focus"></span></a>
2424
2525
> [!NOTE]
26-
> At this time, Custom Commands only supports Speech subscriptions in the westus, westus2 and neur regions.
26+
> At this time, Custom Commands only supports Speech subscriptions in the westus, westus2, and neur regions.
2727
2828
## Go to the Speech Studio for Custom Commands
2929

@@ -32,7 +32,7 @@ The application will process utterances like "turn on the tv" and reply with a s
3232

3333
The default view is your list of Speech subscriptions.
3434
> [!NOTE]
35-
> If you don't see the select subscription page, you can get there by selecting **Speech resources** from the settings menu at the top of the screen.
35+
> If you don't see the select subscription page, you can get there by selecting **Speech resources** in the settings menu at the top of the screen.
3636
3737
1. Select your Speech subscription, and then select **Go to Studio**.
3838
1. Select **Custom Commands**.
@@ -95,10 +95,10 @@ The middle pane lists the properties of the command:
9595

9696
| Configuration | Description |
9797
| ---------------- | --------------------------------------------------------------------------------------------------------------------------- |
98-
| Example sentences | Examples of utterances the user can say to trigger the command. |
99-
| Parameters | Information required to complete the command. |
100-
| Completion rules | Actions that will be taken to fulfill the command. For example, responding to the user or communicating with another web service. |
101-
| Interaction rules | Additional rules to handle more specific or complex situations. |
98+
| **Example sentences** | Examples of utterances the user can say to trigger the command. |
99+
| **Parameters** | Information required to complete the command. |
100+
| **Completion rules** | Actions that will be taken to fulfill the command. For example, responding to the user or communicating with another web service. |
101+
| **Interaction rules** | Additional rules to handle more specific or complex situations. |
102102

103103

104104
> [!div class="mx-imgBorder"]
@@ -127,11 +127,11 @@ Now add a completion rule that has the following configuration. This rule tells
127127
128128
| Setting | Suggested value | Description |
129129
| ---------- | ---------------------------------------- | -------------------------------------------------- |
130-
| **Name** | **ConfirmationResponse** | A name describing the purpose of the rule |
131-
| **Conditions** | None | Conditions that determine when the rule can run |
132-
| **Actions** | **Send speech response -> Ok, turning on the tv** | The action to take when the rule condition is true |
130+
| **Name** | **ConfirmationResponse** | A name describing the purpose of the rule. |
131+
| **Conditions** | None | Conditions that determine when the rule can run. |
132+
| **Actions** | **Send speech response -> Ok, turning on the tv** | The action to take when the rule condition is true. |
133133
134-
1. Create a new completion rule by selecting the **Add** at the top of the middle pane.
134+
1. Create a new completion rule by selecting **Add** at the top of the middle pane.
135135
1. In the **Name** box, enter a name.
136136
1. Add an action.
137137
1. Create an action by selecting **Add an action** in the **Actions** section.
@@ -152,7 +152,7 @@ Now add a completion rule that has the following configuration. This rule tells
152152
153153
## Try it out
154154
155-
Test the behavior by using the test chat panel
155+
Test the behavior by using the test chat panel.
156156
1. Select **Train** at the top of the right pane.
157157
1. After training is done, select **Test**. A new **Test your application** window appears.
158158
- Enter **turn on the tv**
@@ -165,4 +165,4 @@ Test the behavior by using the test chat panel
165165
## Next steps
166166
167167
> [!div class="nextstepaction"]
168-
> [Quickstart: Create a Custom Commands (Preview) application with parameters](./quickstart-custom-speech-commands-create-parameters.md)
168+
> [Quickstart: Create a Custom Commands Preview application with parameters](./quickstart-custom-speech-commands-create-parameters.md)

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
@@ -56,7 +56,7 @@ In this article, you'll extend that application with parameters so it can turn m
5656
5757
5858
> [!div class="mx-imgBorder"]
59-
> ![Create parameter](media/custom-speech-commands/create-on-off-parameter.png)
59+
> ![Create parameter](media/custom-speech-commands/create-on-off-parameter.png)
6060
6161
1. Select **Save** to save the settings.
6262

0 commit comments

Comments
 (0)