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) |
アクティビティをトランスクリプトに記録します。 |