다음을 통해 공유


ServiceCollectionExtensions.AddBotFrameworkAdapterIntegration 메서드

정의

BotFrameworkAdapter 을 통합 계층에서 IAdapterIntegration 봇 요청을 처리하는 데 사용할 로 추가합니다.

public static Microsoft.Extensions.DependencyInjection.IServiceCollection AddBotFrameworkAdapterIntegration (this Microsoft.Extensions.DependencyInjection.IServiceCollection services, Action<Microsoft.Bot.Builder.Integration.BotFrameworkOptions> configureAction = default);
static member AddBotFrameworkAdapterIntegration : Microsoft.Extensions.DependencyInjection.IServiceCollection * Action<Microsoft.Bot.Builder.Integration.BotFrameworkOptions> -> Microsoft.Extensions.DependencyInjection.IServiceCollection
<Extension()>
Public Function AddBotFrameworkAdapterIntegration (services As IServiceCollection, Optional configureAction As Action(Of BotFrameworkOptions) = Nothing) As IServiceCollection

매개 변수

configureAction
Action<BotFrameworkOptions>

제공된 경우 통합을 추가로 구성하기 위해 호출되는 선택적 콜백입니다.

반환

작업이 완료된 후 이 인스턴스에 대한 참조입니다.

설명

BotFrameworkAdapter싱글톤으로 등록됩니다.

참고: 오버로드를 호출하면 컬렉션에 AddBot 명시적 IAdapterIntegration 등록이 없는 경우 이를 암시적으로 등록 services 하려고 시도합니다.

적용 대상

추가 정보