Microsoft Teams 机器人的 manifest.json 中的 ID 和 BotId 是什么?它们来自哪里?

What is the Id and BotId in the manifest.json for a Microsoft Teams bot and where do they come from?

我正在使用 bot 框架创建一个 bot,并想将该 bot 旁加载到 Microsoft Teams 中以测试与频道中 bot 的交互。

我正在使用 SimpleBotPackage 作为模板。

我在 manifest.json 中注意到,它包含一个 id(在根目录中找到)和一个 botid(在 bots 中找到,在 bots 中找到根)。

这些值是什么,我从哪里得到它们?

idbotid 字段指的是您在 register your bot on the Bot Framework Developer Portal 时创建的 MICROSOFT_APP_ID