次の方法で共有


ServiceCollectionExtensions.AddBotFrameworkAdapterIntegration メソッド

定義

ボット要求をBotFrameworkAdapterIAdapterIntegration処理するために統合レイヤーによって使用される として を追加します。

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

パラメーター

configureAction
Action<BotFrameworkOptions>

オプションのコールバック 。指定されている場合は、統合をさらに構成するために呼び出されます。

戻り値

操作が完了した後のこのインスタンスへの参照。

注釈

BotFrameworkAdapterシングルトンとして登録されます。

注: いずれかのオーバーロードをAddBot呼び出すと、コレクションに明示的に登録されていないIAdapterIntegrationservices場合、暗黙的にこれを登録しようとします。

適用対象

こちらもご覧ください