FileTranscriptLogger 類別

定義

FileTranscriptLogger 會為每個 conversationId 建立 .transcript 檔案。

public class FileTranscriptLogger : Microsoft.Bot.Builder.ITranscriptStore
type FileTranscriptLogger = class
    interface ITranscriptStore
    interface ITranscriptLogger
Public Class FileTranscriptLogger
Implements ITranscriptStore
繼承
FileTranscriptLogger
實作

備註

這是單元測試的實用類別。

建構函式

FileTranscriptLogger(String, Boolean)

初始化 FileTranscriptLogger 類別的新執行個體。

方法

DeleteTranscriptAsync(String, String)

從存放區中刪除交談資料。

GetTranscriptActivitiesAsync(String, String, String, DateTimeOffset)

從符合一組準則的存放區活動取得。

ListTranscriptsAsync(String, String)

從存放區取得通道上的交談。

LogActivityAsync(IActivity)

將活動記錄到文字記錄。

適用於