ITranscriptStore Interface

Definition

Represents a store for recording conversations.

public interface ITranscriptStore : Microsoft.Bot.Builder.ITranscriptLogger
type ITranscriptStore = interface
    interface ITranscriptLogger
Public Interface ITranscriptStore
Implements ITranscriptLogger
Derived
Implements

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.

(Inherited from ITranscriptLogger)

Applies to