ITranscriptStore 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
대화를 기록하기 위한 저장소를 나타냅니다.
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) |