ServiceCollectionExtensions 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
Use CloudAdapter
with ConfigurationBotFrameworkAuthentication
instead to configure bot runtime.
一组扩展方法,支持使用 IServiceCollection .NET Core 托管机器人。
[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>) |
已过时.
添加 并选择性地配置 |
AddBot<TBot>(IServiceCollection, Func<IServiceProvider,TBot>, Action<BotFrameworkOptions>) |
已过时.
添加 并选择性地配置 |
AddBot<TBot>(IServiceCollection, TBot, Action<BotFrameworkOptions>) |
已过时.
向 添加并选择性地配置单一实例 |
AddBotFrameworkAdapterIntegration(IServiceCollection, Action<BotFrameworkOptions>) |
已过时.
BotFrameworkAdapter添加 作为IAdapterIntegration集成层将用于处理机器人请求的 。 |