ServiceCollectionExtensions.AddBotFrameworkAdapterIntegration 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
BotFrameworkAdapter将 添加 为IAdapterIntegration集成层将用于处理机器人请求的 。
public static Microsoft.Extensions.DependencyInjection.IServiceCollection AddBotFrameworkAdapterIntegration (this Microsoft.Extensions.DependencyInjection.IServiceCollection services, Action<Microsoft.Bot.Builder.Integration.BotFrameworkOptions> configureAction = default);
static member AddBotFrameworkAdapterIntegration : Microsoft.Extensions.DependencyInjection.IServiceCollection * Action<Microsoft.Bot.Builder.Integration.BotFrameworkOptions> -> Microsoft.Extensions.DependencyInjection.IServiceCollection
<Extension()>
Public Function AddBotFrameworkAdapterIntegration (services As IServiceCollection, Optional configureAction As Action(Of BotFrameworkOptions) = Nothing) As IServiceCollection
参数
- services
- IServiceCollection
- configureAction
- Action<BotFrameworkOptions>
可选回调(如果提供)将调用以进一步配置集成。
返回
完成操作后对此实例的引用。
注解
注意:如果集合中services
没有显式IAdapterIntegration注册,则调用AddBot
这些重载中的任何重载都将尝试为你隐式注册。