次の方法で共有


BotFrameworkOptions.Middleware プロパティ

定義

各受信アクティビティで使用する の IMiddleware 一覧を取得します。

public System.Collections.Generic.IList<Microsoft.Bot.Builder.IMiddleware> Middleware { get; }
member this.Middleware : System.Collections.Generic.IList<Microsoft.Bot.Builder.IMiddleware>
Public ReadOnly Property Middleware As IList(Of IMiddleware)

プロパティ値

ミドルウェアの一覧。

適用対象

こちらもご覧ください