Microsoft.Bot.Builder.Integration.AspNet.WebApi Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
BotFrameworkConfigurationBuilder |
Used to build the configuration settings for a bot application. |
BotFrameworkConfigurationBuilderExtensions |
Extension methods for BotFrameworkConfigurationBuilder. |
BotFrameworkHttpAdapter |
A Bot Builder Adapter implementation used to handled bot Framework HTTP requests. |
HttpConfigurationExtensions |
Extension methods for System.Web.Http.HttpConfiguration. |
Interfaces
IBotFrameworkHttpAdapter |
Interface to express the relationship between an mvc api Controller and a Bot Builder Adapter. This interface can be used for Dependency Injection. |