microsoft / BotFramework-Composer

Dialog creation and management for Microsoft Bot Framework Applications
https://docs.microsoft.com/en-us/composer/
MIT License
870 stars 371 forks source link

How to use composer on an existing bot-framework app? #2276

Closed niks3089 closed 4 years ago

niks3089 commented 4 years ago

I have a Microsoft Teams App which I have created using Yeoman generator for which I would like to add intelligence and make it a conversational bot using the composer. How do I go about doing this?

Also, I would like the conversation to be translated to an api call in the backend to my service which needs to be outputted to the user. Is this possible? I didn't find any reference for creating a Microsoft Teams Bot using the Composer. Any help?

cwhitten commented 4 years ago

Hello @niks3089. To achieve this, you would host your Yeoman generated bot as a Skill and make it available from a Composer-built bot. See https://microsoft.github.io/botframework-solutions/overview/skills/ & https://docs.microsoft.com/en-us/composer/ for more details. Closing.