question

13632599 avatar image
0 Votes"
13632599 asked ramr-msft edited

I want apply to a firewall Direct Line Speech at Bot Service

I am currently using Bot using Direct Line Speech.(DLS)

so, i want apply to a firewall Speech Service. Only the specified IP can use the bot.
When I applied firewall to Speech Service, I couldn't use bot.

What is the right way?

azure-cognitive-servicesazure-speechazure-bot-service
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

@13632599 Thanks for the question. Can you please add more details about the error that you are getting and details about the steps that you performed.
Please follow the doc to Configure Azure Cognitive Services virtual networks.


0 Votes 0 ·

1 Answer

ramr-msft avatar image
0 Votes"
ramr-msft answered ramr-msft edited

@13632599 Thanks for the question. Please follow the Doc for speech service through a Virtual Network service endpoint. A new Bot Framework channel named “Direct Line Speech” is in preview. This channel is optimized for voice-first conversational experiences, where you want users to talk to the Bot and have it speak back. The channel serves as an orchestration service, calling Cognitive Services Speech-To-Text, then calling your Bot, then calling Text-To-Speech to manage multi-turn voice dialogs. One of the benefits is low user-perceived-latency compared to the case where the client application orchestrates these multiple web calls.
Client applications use the Speech Services SDK to connect to Direct Line Speech channel and their Bot. See “Custom voice-first virtual assistants” for more info.


5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.