MemoryTranscriptStore クラス

定義

メモリ トランスクリプト ストアは、ディクショナリ内の揮発性メモリにトランスクリプトを格納します。

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)

アクティビティをトランスクリプトに記録します。

適用対象