microsoft / BotFramework-Hubot

Hubot adapter for botframework
MIT License
111 stars 40 forks source link

How to use this adapter? #24

Closed nichida closed 6 years ago

nichida commented 6 years ago

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?

MatSFT commented 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.

nichida commented 6 years ago

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!

MatSFT commented 6 years ago

Yes that is how the information flows into your bot. Glad I could help.