简体   繁体   English

有没有办法将 v4 Bot 添加到 Teams?

[英]Is there a way to add a v4 Bot to Teams?

I'm beginning a project using Microsoft Bot Framework with Microsoft Teams.我正在开始一个使用 Microsoft Bot Framework 和 Microsoft Teams 的项目。 SDK V4 is already available but I saw that Teams uses V3 of the SDK only. SDK V4 已经可用,但我看到 Teams 仅使用 SDK V3。 Is there a way to add a v4 Bot to Teams?有没有办法将 v4 Bot 添加到 Teams? or I can just use v3?或者我可以只使用 v3?

You can use bot created with v4 SDK (Bot Builder SDK) in Teams, there is no problem around that.您可以在 Teams 中使用使用 v4 SDK(Bot Builder SDK)创建的机器人,这没有问题。

As the comments mention, there are even official packages provided to use with this v4 to get more details about Teams, here: https://github.com/OfficeDev/BotBuilder-MicrosoftTeams-dotnet It is not mandatory to use them to get a v4 bot in Teams, they provide additional functionalities.正如评论中提到的,甚至还提供了与此 v4 一起使用的官方软件包,以获取有关 Teams 的更多详细信息,请访问: https : //github.com/OfficeDev/BotBuilder-MicrosoftTeams-dotnet Teams 中的 v4 bot,它们提供了额外的功能。

If your question is about publishing a bot, the guidelines are provided in the documentation, here: https://docs.microsoft.com/en-us/microsoftteams/platform/publishing/apps-publish如果您的问题是关于发布机器人,文档中提供了指南,这里: https : //docs.microsoft.com/en-us/microsoftteams/platform/publishing/apps-publish

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

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