Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What does "Enable Streaming Endpoint" on an Azure Bot Framework Registration do?

I was modifying the messaging endpoint URL for one of the Bot Framework bot registrations that I have on Azure, and noticed a new checkbox option that is titled "Enable Streaming Endpoint". I don't see any documentation yet what this option does, can anyone explain what it is and why you would enable it?

enter image description here

like image 376
EricRRichards Avatar asked Jan 21 '26 03:01

EricRRichards


1 Answers

It is a new feature, related to Direct Line Speech channel.

You can see docs here: https://learn.microsoft.com/en-us/azure/bot-service/bot-service-channel-connect-directlinespeech?view=azure-bot-service-4.0#enable-the-bot-framework-protocol-streaming-extensions

You can also found here how to use it in your bot

like image 158
Nicolas R Avatar answered Jan 23 '26 06:01

Nicolas R