1
votes

Is there a possible way to integrate the speech services with bot? So i would like to know what is the process that goes in the integration of Speech Services with Bot?

How is it possible to do the integration with bot through the key that is obtained from the Azure Speech Service created? And how to check whether the created Speech Services is working? Is there any common portal for the Speech Services to be tested like the portal for custom speech(https://westus.cris.ai/Home/CustomSpeech)?

And What are the different ways for integrating?

1
Your question is too large to get a good reply, but just to let you know: the Webchat for Bot Framework, provided by Microsoft, has a built-in capability to use Speech Services, see here: github.com/Microsoft/BotFramework-WebChat/… . The main problem for other channels is the fact that this speech treatment is done on the channel sideNicolas R
Is there any portal where i can test my created speech services?Mohamed Meeran
You can test speech services that are attached to a bot the same way you would normally test the bot: either through the 'test in web chat' on the azure portal, or through the bot emulator locally.JJ_Wailes
thanks JJ_Wailes, but is there any way to test speech services alone in a seperate portal?Mohamed Meeran
You mean test the speech services outside using the bot framework?JJ_Wailes

1 Answers

0
votes

To test the speech service whether works, you can use the code sample provided by Microsoft without write addition code. Refer to the Next steps section of Text to Speech

Or you can make the REST API using POST man according the documentation.

And to integrate the Speech Service with Bot, you can refer the figure below: enter image description here