Closed nichida closed 6 years ago
Yes it will work with bot framework. you will need to expose your bot to the internet because the bot framework channel registration requires a public messages endpoint. Once you do that it should work fine.
Thank you!
It is like the structure as below.
Microsoft teams → Azure Bot service [Bot channel registration] (→ WEB HOOK?) → This adapter → HUBOT → Microsoft teams ...
At first I did not understand that HUBOT is awaiting WEBHOOK.
This is very useful!
Yes that is how the information flows into your bot. Glad I could help.
Please tell me how to use this adapter.
HUBOT → Azure Bot service [Bot channel registration] → Microsoft team
I think that I can connect it and use it.
Is there a way to use it?