I've a bot that is created in Python and I currently have REST API for any UI to connect to the bot. I'm planning to host the bot on Skype For Business using bot channels Registration and could not find a guide on how to do this properly.
I'm limited to Python due to custom ML and NLP we've included for the bot and also due to limited knowledge of C# or Node.
What I tried:
I've tried using the Bot Framework's REST approach to send the responses and it worked in Web Chat.
Is this the way to go?
My concern here is that the BOT Framework is now deprecated and all the bots are supposed to move to Bot Service.