ITranscriptStore Interface
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.
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) |