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)

활동을 대본에 기록합니다.

적용 대상