I have created my own chat bot which is connected with a RESTfull API. I have some UI logic based on which I call API and get responses of the Questions.
I want to integrate this RESTfull API with Teams by creating a Teams APP and moving logic from Web UI to Teams APP UI.
Tried microsoft help from https://developer.microsoft.com/en-us/microsoft-teams and https://docs.microsoft.com/en-us/microsoftteams/platform/concepts/building-an-app but not getting any suitable tutorial / example for it.
Any Example or tutorial will be helpful for me.