WebexAdapterBotComponent 类

定义

注意

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 的定义 WebexAdapter

[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 WebexAdapterBotComponent : 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 WebexAdapterBotComponent = class
    inherit BotComponent
Public Class WebexAdapterBotComponent
Inherits BotComponent
继承
WebexAdapterBotComponent
属性

构造函数

WebexAdapterBotComponent()
已过时.

BotComponent 的定义 WebexAdapter

方法

ConfigureServices(IServiceCollection, IConfiguration)
已过时.

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

适用于