简体   繁体   English

我可以合并现有的 Bot 构建以在 Bot Composer 中运行吗

[英]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.我有一个基于 bot 框架 sdk 的现有 Bot,但现在我需要将其转移到 Bot Framework composer 中,以便将来所有开发都可以通过 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.不幸的是,没有记录将机器人迁移到 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文档并练习使用它,直到您有足够的信心在 Composer 中重建机器人的功能。

Composer uses declarative dialogs which in turn use adaptive dialogs . Composer 使用声明性对话框,而后者又使用自适应对话框 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.在您的机器人尚未使用自适应对话框的更有可能的情况下,您的机器人的逻辑将需要以全新的格式重新构建,因此无法将该过程简化为简单的步骤。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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