Forum Discussion
nsouth1625
Feb 10, 2021Copper Contributor
Can you clarify the flow of messages from a Direct Line Speech client to the bot service?
I've had a hard time confidently understanding the flow when a Direct Line Speech client interacts with a bot service. I think it's something like the following. Can you confirm/clarify? We would lik...
- Feb 10, 2021
Hi nsouth1625,
Here is a link to the Direct Line Speech docs with a diagram that shows the flow.
Direct Line Speech - Speech service - Azure Cognitive Services | Microsoft Docs
You are correct in that audio is sent to our Azure Speech Service and then from there via the DL Speech channel to your Bot. The Bot is hosted in your app service. On the way back it is sent back via the channel and text that should be rendered as audio is sent to our Speech To Text service.Our services comply with the various security and privacy certifications. Have a look here:
Cognitive Services Compliance and Privacy | Microsoft AzureAs well as: Speech service encryption of data at rest - Azure Cognitive Services | Microsoft Docs
Matti Borgelin
Feb 16, 2021Copper Contributor