TranscriptLoggerMiddleware(ITranscriptLogger) コンストラクター

定義

TranscriptLoggerMiddleware クラスの新しいインスタンスを初期化します。

public TranscriptLoggerMiddleware (Microsoft.Bot.Builder.ITranscriptLogger transcriptLogger);
new Microsoft.Bot.Builder.TranscriptLoggerMiddleware : Microsoft.Bot.Builder.ITranscriptLogger -> Microsoft.Bot.Builder.TranscriptLoggerMiddleware
Public Sub New (transcriptLogger As ITranscriptLogger)

パラメーター

transcriptLogger
ITranscriptLogger

使用する会話ストア。

適用対象