question

HanZifei-1409 avatar image
0 Votes"
HanZifei-1409 asked romungi-MSFT answered

How to build connection between Azure speech service and QnA maker?

Now I have a Web App Bot in my resource group, which was created after publishing the knowledge base of a QnA maker. Besides, I also created a Speech Cognitive Service which enables speech recognition, speech synthesis and so forth.
Now I am wondering if I could build a connection between them. That is, I would like to finally realize that, if I ask a question in the knowledge base of QnA maker to my computer (in speech), my computer will reply me with the corresponding answer (also in speech). Does anyone have relevant tutorials or learning materials, or experience of building such connection? Thanks a lot.

azure-speechazure-qna-maker
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.

1 Answer

romungi-MSFT avatar image
2 Votes"
romungi-MSFT answered

@HanZifei-1409 This tutorial has samples which guide on steps to add speech to a bot. Although, the reply from the bot is shown as text in bot chat.
A complete end to end setup with speech input and output is also available with an echo bot sample along with windows voice assistant client. You could add QnAMaker to this setup to lookup the endpoint after the speech is converted to text. Hope this helps.

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.