ServiceCollectionExtensions 클래스

정의

주의

Use CloudAdapter with ConfigurationBotFrameworkAuthentication instead to configure bot runtime.

.NET Core를 사용하여 봇 호스팅을 IServiceCollection 지원하는 확장 메서드 집합입니다.

[System.Obsolete("Use `CloudAdapter` with `ConfigurationBotFrameworkAuthentication` instead to configure bot runtime.", false)]
public static class ServiceCollectionExtensions
[<System.Obsolete("Use `CloudAdapter` with `ConfigurationBotFrameworkAuthentication` instead to configure bot runtime.", false)>]
type ServiceCollectionExtensions = class
Public Module ServiceCollectionExtensions
상속
ServiceCollectionExtensions
특성

메서드

AddBot<TBot>(IServiceCollection, Action<BotFrameworkOptions>)
사용되지 않음.

를 추가하고 필요에 따라 에 을 IServiceCollection구성합니다TBot.

AddBot<TBot>(IServiceCollection, Func<IServiceProvider,TBot>, Action<BotFrameworkOptions>)
사용되지 않음.

를 추가하고 필요에 따라 에 을 IServiceCollection구성합니다TBot.

AddBot<TBot>(IServiceCollection, TBot, Action<BotFrameworkOptions>)
사용되지 않음.

에 싱글톤 bot 인스턴스 IServiceCollection를 추가하고 필요에 따라 구성합니다.

AddBotFrameworkAdapterIntegration(IServiceCollection, Action<BotFrameworkOptions>)
사용되지 않음.

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

적용 대상

추가 정보