Skip to content

Commit 1125006

Browse files
authored
Merge pull request #75674 from MicrosoftDocs/master
Hotfix: Cognitive Services
2 parents eea74d1 + 9df0e45 commit 1125006

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

articles/cognitive-services/Speech-Service/faq-voice-first-virtual-assistants.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ If you can't find answers to your questions in this document, check out [other s
2424

2525
**Q: How do I get started?**
2626

27-
**A:** The best way to begin with creating a voice-first virtual assistant is to start with [creating a basic Bot Framework bot](https://docs.microsoft.com/azure/bot-service/bot-builder-tutorial-basic-deploy?view=azure-bot-service-4.0). Next, connect your bot to the [Direct Line Speech channel](https://docs.microsoft.com/azure/bot-service/bot-service-channel-connect-directlinespeech.md).
27+
**A:** The best way to begin with creating a voice-first virtual assistant is to start with [creating a basic Bot Framework bot](https://docs.microsoft.com/azure/bot-service/bot-builder-tutorial-basic-deploy?view=azure-bot-service-4.0). Next, connect your bot to the [Direct Line Speech channel](https://docs.microsoft.com/azure/bot-service/bot-service-channel-connect-directlinespeech).
2828

2929
## Debugging
3030

@@ -36,7 +36,7 @@ If you can't find answers to your questions in this document, check out [other s
3636

3737
**Q: I get recognition text back from Direct Line Speech, but I see a '1011' error and nothing from my bot. Why?**
3838

39-
**A:** This error indicates a communication problem between the bot and Direct Line Speech. Ensure that you've [connected the Direct Line Speech channel](https://docs.microsoft.com/azure/bot-service/bot-service-channel-connect-directlinespeech.md), [added Streaming protocol support](https://aka.ms/botframework/addstreamingprotocolsupport) to your bot (with the related Web Socket support), and then check that your bot is responding to incoming requests from the channel.
39+
**A:** This error indicates a communication problem between the bot and Direct Line Speech. Ensure that you've [connected the Direct Line Speech channel](https://docs.microsoft.com/azure/bot-service/bot-service-channel-connect-directlinespeech), [added Streaming protocol support](https://aka.ms/botframework/addstreamingprotocolsupport) to your bot (with the related Web Socket support), and then check that your bot is responding to incoming requests from the channel.
4040

4141
**Q: This still doesn't work and/or I'm getting a different error when using a SpeechBotConnector and it's not clear what I should do. What *should* I do?**
4242

articles/cognitive-services/Speech-Service/quickstart-virtual-assistant-csharp-uwp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This quickstart requires:
2626

2727
* [Visual Studio 2017](https://visualstudio.microsoft.com/downloads/)
2828
* An Azure subscription key for the Speech Service. [Get one for free](get-started.md).
29-
* A previously created bot configured with the [Direct Line Speech channel](https://docs.microsoft.com/azure/bot-service/bot-service-channel-connect-directlinespeech.md)
29+
* A previously created bot configured with the [Direct Line Speech channel](https://docs.microsoft.com/azure/bot-service/bot-service-channel-connect-directlinespeech)
3030

3131
> [!NOTE]
3232
> In preview, the Direct Line Speech channel currently supports only the **westus2** region.
@@ -242,7 +242,7 @@ This quickstart will describe, step by step, how to make a simple client applica
242242
> In preview, the Direct Line Speech channel currently supports only the **westus2** region.
243243

244244
> [!NOTE]
245-
> For information on configuring your bot and retrieving a channel secret, see the Bot Framework documentation for [the Direct Line Speech channel](https://docs.microsoft.com/azure/bot-service/bot-service-channel-connect-directlinespeech.md).
245+
> For information on configuring your bot and retrieving a channel secret, see the Bot Framework documentation for [the Direct Line Speech channel](https://docs.microsoft.com/azure/bot-service/bot-service-channel-connect-directlinespeech).
246246

247247
```csharp
248248
// create a BotConnectorConfig by providing a bot secret key and Cognitive Services subscription key

articles/cognitive-services/Speech-Service/voice-first-virtual-assistants.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Direct Line Speech and its associated functionality for custom voice-first virtu
2828
|[Custom wake word](speech-devices-sdk-create-kws.md) | You can enable users to begin conversations with bots using a custom keyword like "Hey Contoso." This task is accomplished with a custom wake word engine in the Speech SDK, which can be configured with a custom wake word [that you can generate here](speech-devices-sdk-create-kws.md). The Direct Line Speech channel includes service-side wake word verification that improves the accuracy of the wake word activation versus the device alone.
2929
|[Speech to text](speech-to-text.md) | The Direct Line Speech channel includes real-time transcription of audio into recognized text using [Speech-to-text](speech-to-text.md) from Azure Speech Services. This text is available to both your bot and your client application as it is transcribed.
3030
|[Text to speech](text-to-speech.md) | Textual responses from your bot will be synthesized using [Text-to-speech](text-to-speech.md) from Azure Speech Services. This synthesis will then be made available to your client application as an audio stream. Microsoft offers the ability to build your own [custom, high-quality Neural TTS voice](https://aka.ms/customneuraltts) that gives a voice to your brand.
31-
|[Direct Line Speech](https://docs.microsoft.com/azure/bot-service/bot-service-channel-connect-directlinespeech.md) | As a channel within the Bot Framework, Direct Line Speech enables a smooth and seamless connection between your client application, a compatible bot, and the capabilities of Azure Speech Services. For more information on configuring your bot to use the Direct Line Speech channel, see [its page in the Bot Framework documentation](https://docs.microsoft.com/azure/bot-service/bot-service-channel-connect-directlinespeech.md).
31+
|[Direct Line Speech](https://docs.microsoft.com/azure/bot-service/bot-service-channel-connect-directlinespeech) | As a channel within the Bot Framework, Direct Line Speech enables a smooth and seamless connection between your client application, a compatible bot, and the capabilities of Azure Speech Services. For more information on configuring your bot to use the Direct Line Speech channel, see [its page in the Bot Framework documentation](https://docs.microsoft.com/azure/bot-service/bot-service-channel-connect-directlinespeech).
3232

3333
## Sample code
3434

0 commit comments

Comments
 (0)