FacebookAdapterBotComponent 类

定义

注意

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.

[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
属性

构造函数

FacebookAdapterBotComponent()
已过时.

BotComponent 的定义 FacebookAdapter

方法

ConfigureServices(IServiceCollection, IConfiguration)
已过时.

机器人组件的入口点,用于在资源资源管理器中注册类型、使用配置并在服务集合中注册服务。

适用于