FileTranscriptLogger Class

Definition

FileTranscriptLogger which creates a .transcript file for each conversationId.

public class FileTranscriptLogger : Microsoft.Bot.Builder.ITranscriptStore
type FileTranscriptLogger = class
    interface ITranscriptStore
    interface ITranscriptLogger
Public Class FileTranscriptLogger
Implements ITranscriptStore
Inheritance
FileTranscriptLogger
Implements

Remarks

This is a useful class for unit tests.

Constructors

FileTranscriptLogger(String, Boolean)

Initializes a new instance of the FileTranscriptLogger class.

Methods

DeleteTranscriptAsync(String, String)

Deletes conversation data from the store.

GetTranscriptActivitiesAsync(String, String, String, DateTimeOffset)

Gets from the store activities that match a set of criteria.

ListTranscriptsAsync(String, String)

Gets the conversations on a channel from the store.

LogActivityAsync(IActivity)

Log an activity to the transcript.

Applies to