TranscriptLoggerMiddleware 类

定义

用于将传入和传出活动记录到 的 ITranscriptStore中间件。

public class TranscriptLoggerMiddleware : Microsoft.Bot.Builder.IMiddleware
type TranscriptLoggerMiddleware = class
    interface IMiddleware
Public Class TranscriptLoggerMiddleware
Implements IMiddleware
继承
TranscriptLoggerMiddleware
实现

构造函数

TranscriptLoggerMiddleware(ITranscriptLogger)

初始化 TranscriptLoggerMiddleware 类的新实例。

方法

OnTurnAsync(ITurnContext, NextDelegate, CancellationToken)

将传入和传出活动记录到对话存储。

适用于