简体   繁体   中英

Creating Microsoft Teams App for Chat bot

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.

You could Get started here with Teams App with a simple bot And test in locally using ngrok.

There are multiple sample code here . You could start with Echo Bot.

Hope it helps.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM