IBotFrameworkHttpAdapter 인터페이스

정의

mvc api Controller와 Bot Builder 어댑터 간의 관계를 표현하는 인터페이스입니다. 이 인터페이스는 종속성 주입에 사용할 수 있습니다.

public interface IBotFrameworkHttpAdapter
type IBotFrameworkHttpAdapter = interface
Public Interface IBotFrameworkHttpAdapter
파생

메서드

ProcessAsync(HttpRequestMessage, HttpResponseMessage, IBot, CancellationToken)

이 메서드는 모든 컨트롤러 구현의 POST 메서드 내에서 호출할 수 있습니다.

적용 대상