IBotFrameworkHttpAdapter Interface
Definition
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.
Interface to express the relationship between an mvc api Controller and a Bot Builder Adapter. This interface can be used for Dependency Injection.
public interface IBotFrameworkHttpAdapter
type IBotFrameworkHttpAdapter = interface
Public Interface IBotFrameworkHttpAdapter
- Derived
Methods
ProcessAsync(HttpRequest, HttpResponse, IBot, CancellationToken) |
This method can be called from inside a POST method on any Controller implementation. |