ITranscriptStore 接口

定义

表示用于录制对话的存储区。

public interface ITranscriptStore : Microsoft.Bot.Builder.ITranscriptLogger
type ITranscriptStore = interface
    interface ITranscriptLogger
Public Interface ITranscriptStore
Implements ITranscriptLogger
派生
实现

方法

DeleteTranscriptAsync(String, String)

从存储中删除对话数据。

GetTranscriptActivitiesAsync(String, String, String, DateTimeOffset)

从与一组条件匹配的存储活动中获取 。

ListTranscriptsAsync(String, String)

从存储中获取频道上的对话。

LogActivityAsync(IActivity)

将活动记录到脚本中。

(继承自 ITranscriptLogger)

适用于