共用方式為


ServiceCollectionExtensions 類別

定義

警告

Use CloudAdapter with ConfigurationBotFrameworkAuthentication instead to configure bot runtime.

一組擴充方法, IServiceCollection 可支援使用 .NET Core 裝載 Bot。

[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>)
已淘汰.

將 和 選擇性地設定 TBotIServiceCollection

AddBot<TBot>(IServiceCollection, Func<IServiceProvider,TBot>, Action<BotFrameworkOptions>)
已淘汰.

將 和 選擇性地設定 TBotIServiceCollection

AddBot<TBot>(IServiceCollection, TBot, Action<BotFrameworkOptions>)
已淘汰.

將 單一實例加入 ,並選擇性地將單 bot 一實例設定至 IServiceCollection

AddBotFrameworkAdapterIntegration(IServiceCollection, Action<BotFrameworkOptions>)
已淘汰.

加入 作為 IAdapterIntegrationBotFrameworkAdapter 以供整合層用來處理 Bot 要求。

適用於

另請參閱