FacebookAdapterBotComponent 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
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 에 대한 정의입니다 FacebookAdapter.
[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 FacebookAdapterBotComponent : 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 FacebookAdapterBotComponent = class
inherit BotComponent
Public Class FacebookAdapterBotComponent
Inherits BotComponent
- 상속
- 특성
생성자
FacebookAdapterBotComponent() |
사용되지 않음.
BotComponent 에 대한 정의입니다 FacebookAdapter. |
메서드
ConfigureServices(IServiceCollection, IConfiguration) |
사용되지 않음.
봇 구성 요소가 리소스 탐색기에 형식을 등록하고, 구성을 사용하고, 서비스 컬렉션에 서비스를 등록하기 위한 진입점입니다. |