IBotFrameworkHttpAdapter Interface

Definition

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(HttpRequestMessage, HttpResponseMessage, IBot, CancellationToken)

This method can be called from inside a POST method on any Controller implementation.

Applies to