ServiceCollectionExtensions クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
Use CloudAdapter with ConfigurationBotFrameworkAuthentication instead to configure bot runtime.
.NET CoreでホストボットをサポートするIServiceCollection拡張メソッドのセットです。
[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>) |
古い.
IServiceCollectionに追加およびオプションで |
| AddBot<TBot>(IServiceCollection, Func<IServiceProvider,TBot>, Action<BotFrameworkOptions>) |
古い.
IServiceCollectionに追加およびオプションで |
| AddBot<TBot>(IServiceCollection, TBot, Action<BotFrameworkOptions>) |
古い.
シングルトンの |
| AddBotFrameworkAdapterIntegration(IServiceCollection, Action<BotFrameworkOptions>) |
古い.
統合レイヤーがボットのリクエストを処理するために使うIAdapterIntegrationとして、BotFrameworkAdapterを追加します。 |