IBotFrameworkHttpAdapter 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
介面,表示 mvc api 控制器與 Bot Builder 配接器之間的關聯性。 這個介面可用於相依性插入。
public interface IBotFrameworkHttpAdapter
type IBotFrameworkHttpAdapter = interface
Public Interface IBotFrameworkHttpAdapter
- 衍生
方法
ProcessAsync(HttpRequest, HttpResponse, IBot, CancellationToken) |
您可以從任何 Controller 實作上的 POST 方法內部呼叫此方法。 |