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

要使用的对话存储。

适用于