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)

适用于