TranscriptLoggerMiddleware Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Middleware for logging incoming and outgoing activities to an ITranscriptStore.
public class TranscriptLoggerMiddleware : Microsoft.Bot.Builder.IMiddleware
type TranscriptLoggerMiddleware = class
interface IMiddleware
Public Class TranscriptLoggerMiddleware
Implements IMiddleware
- Inheritance
-
TranscriptLoggerMiddleware
- Implements
Constructors
TranscriptLoggerMiddleware(ITranscriptLogger) |
Initializes a new instance of the TranscriptLoggerMiddleware class. |
Methods
OnTurnAsync(ITurnContext, NextDelegate, CancellationToken) |
Records incoming and outgoing activities to the conversation store. |