Skip to content

Commit 3cc94dd

Browse files
committed
update
1 parent effb6a3 commit 3cc94dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cognitive-services/Speech-Service/tutorial-voice-enable-your-bot-speech-sdk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ Before we move on, make sure that your microphone and speakers are enabled and w
284284
1. Follow the instructions provided there to either
285285
* download a ZIP package containing the executable to run, or
286286
* build the executable yourself, by cloning the repository and building the project.
287-
287+
288288
1. Launch the client application and configure it.
289289
1. Click **Reconnect** and make sure you see the message **Press the mic button, or type to start talking to your bot**.
290290
1. Let's test it out. Click the microphone button, and speak a few words in English. The recognized text will appear as you speak. When you're done speaking, the bot will reply in its own voice, saying "echo" followed by the recognized words.
@@ -425,7 +425,7 @@ Now that you've made the necessary change to the bot, the next step is to republ
425425
2. Your previous deployment configuration has already been loaded as the default. Simply click **Publish** next to **EchoBot20190805125647 - Web Deploy**.
426426
3. The **Publish Succeeded** message will appear in the Visual Studio output window, and a web page will launch with the message "Your bot is ready!".
427427
4. Open the Windows Voice Assistant Client app, click on the settings button (upper-right gear icon), and make sure you still have `de-de` in the Language field.
428-
5. Follow the instructions in [Build the Windows Voice Assistant Client](#build-the-windows-voice-assistant-client) to reconnect with your newly deployed bot, speak in the new language and hear you bot reply in that language with the new voice.
428+
5. Follow the instructions in [Run the Windows Voice Assistant Client](#run-the-windows-voice-assistant-client) to reconnect with your newly deployed bot, speak in the new language and hear you bot reply in that language with the new voice.
429429

430430
## Clean up resources
431431

0 commit comments

Comments
 (0)