MemoryTranscriptStore 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
記憶體文字記錄存放區會將文字記錄儲存在字典中的動態記憶體中。
public class MemoryTranscriptStore : Microsoft.Bot.Builder.ITranscriptStore
type MemoryTranscriptStore = class
interface ITranscriptStore
interface ITranscriptLogger
Public Class MemoryTranscriptStore
Implements ITranscriptStore
- 繼承
-
MemoryTranscriptStore
- 實作
備註
由於這會使用未系結的變動性字典,因此應該只用于單元測試或非生產環境。
建構函式
MemoryTranscriptStore() |
記憶體文字記錄存放區會將文字記錄儲存在字典中的動態記憶體中。 |
方法
DeleteTranscriptAsync(String, String) |
從存放區中刪除交談資料。 |
GetTranscriptActivitiesAsync(String, String, String, DateTimeOffset) |
從符合一組準則的存放區活動取得。 |
ListTranscriptsAsync(String, String) |
從存放區取得通道的交談頁面。 |
LogActivityAsync(IActivity) |
將活動記錄到文字記錄。 |