简体   繁体   中英

Can I incorporate my existing Bot build to run in Bot Composer

I have an existing Bot build on bot framework sdk but now I need to shift that into Bot Framework composer so that in future all the developments can happen over composer. Can anyone help me with steps to migrate existing bot into composer.

Unfortunately there are no documented steps for migrating a bot to Composer. My recommendation is to familiarize yourself with the Composer documentation and practice using it until you're confident enough to rebuild your bot's functionality in Composer.

Composer uses declarative dialogs which in turn use adaptive dialogs . In the unlikely scenario that your bot already uses either of those things, the transition will be easier. In the more likely scenario that your bot isn't already using adaptive dialogs, the logic of your bot will need to be rebuilt in an entirely new format and so there's no way to simplify that process into easy steps.

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