다음을 통해 공유


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

사용할 대화 저장소입니다.

적용 대상