简体   繁体   中英

Using Microsoft Bot Framework with ASP.NET Core 2.2

I have an ASP.NET Core 2.2 app. This app will serve as the endpoint for a bot. In attempt to do this, I've installed the following NuGet packages.

  • Microsoft.Bot.Builder (v4.5.2)
  • Microsoft.Bot.Builder.Dialogs (v4.5.2)

I wanted to migrate the sample found here to Asp.NET Core 2.2. However, it's like the Activity , ConnectorClient , EchoBot and MessageExtension classes are gone. Is there a way to replicate this "Hello World" bot in the ASP.NET 2.2 / Bot 4.5 world? Or, is the concept in this "Hello World" dead?

I was unsuccesful in finding "breaking change" details.

I have a sample working for Teams. It's .net core 2.1, but should not be hard for you to update to 2.2 though. here

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