Are there directions available to add Speech to Text capability for a bot in .NET Core 2 framework?
I know Microsoft Cognitive Services can be used for this, but there is no sample code available in the docs for how to integrate it into the bot. Only basic 'Hi there!' bots written in Core 2 here.
Any help is much appreciated!
Sample speech to text module in V4 framework can be found here - https://github.com/Azure-Samples/Cognitive-Speech-TTS/tree/master/Samples-Http/NETCore
Resolved issue for reference - Opened this as an issue in Microsoft BotBuilder github page.