IBotFrameworkHttpAdapter 介面

定義

介面,表示 mvc api 控制器與 Bot Builder 配接器之間的關聯性。 這個介面可用於相依性插入。

public interface IBotFrameworkHttpAdapter
type IBotFrameworkHttpAdapter = interface
Public Interface IBotFrameworkHttpAdapter
衍生

方法

ProcessAsync(HttpRequest, HttpResponse, IBot, CancellationToken)

您可以從任何 Controller 實作上的 POST 方法內部呼叫此方法。

適用於