ITranscriptStore 인터페이스

정의

대화를 기록하기 위한 저장소를 나타냅니다.

public interface ITranscriptStore : Microsoft.Bot.Builder.ITranscriptLogger
type ITranscriptStore = interface
    interface ITranscriptLogger
Public Interface ITranscriptStore
Implements ITranscriptLogger
파생
구현

메서드

DeleteTranscriptAsync(String, String)

저장소에서 대화 데이터를 삭제합니다.

GetTranscriptActivitiesAsync(String, String, String, DateTimeOffset)

조건 집합과 일치하는 저장소 활동에서 가져옵니다.

ListTranscriptsAsync(String, String)

스토어에서 채널의 대화를 가져옵니다.

LogActivityAsync(IActivity)

활동을 전사에 기록합니다.

(다음에서 상속됨 ITranscriptLogger)

적용 대상