TwilioAdapterBotComponent 클래스

정의

주의

The Bot Framework Adapters will be deprecated in the next version of the Bot Framework SDK and moved to https://github.com/BotBuilderCommunity/botbuilder-community-dotnet. Please refer to their new location for all future work.

BotComponent 에 대한 정의입니다 TwilioAdapter.

[System.Obsolete("The Bot Framework Adapters will be deprecated in the next version of the Bot Framework SDK and moved to https://github.com/BotBuilderCommunity/botbuilder-community-dotnet. Please refer to their new location for all future work.")]
public class TwilioAdapterBotComponent : Microsoft.Bot.Builder.BotComponent
[<System.Obsolete("The Bot Framework Adapters will be deprecated in the next version of the Bot Framework SDK and moved to https://github.com/BotBuilderCommunity/botbuilder-community-dotnet. Please refer to their new location for all future work.")>]
type TwilioAdapterBotComponent = class
    inherit BotComponent
Public Class TwilioAdapterBotComponent
Inherits BotComponent
상속
TwilioAdapterBotComponent
특성

생성자

TwilioAdapterBotComponent()
사용되지 않음.

BotComponent 에 대한 정의입니다 TwilioAdapter.

메서드

ConfigureServices(IServiceCollection, IConfiguration)
사용되지 않음.

봇 구성 요소가 리소스 탐색기에 형식을 등록하고, 구성을 사용하고, 서비스 컬렉션에 서비스를 등록하기 위한 진입점입니다.

적용 대상