共用方式為


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)

記錄交談存放區的傳入和傳出活動。

適用於