BlobsTranscriptStore 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
Blob 대본 저장소는 Azure Blob 컨테이너에 기록을 저장합니다.
public class BlobsTranscriptStore : Microsoft.Bot.Builder.ITranscriptStore
type BlobsTranscriptStore = class
interface ITranscriptStore
interface ITranscriptLogger
Public Class BlobsTranscriptStore
Implements ITranscriptStore
- 상속
-
BlobsTranscriptStore
- 구현
설명
각 작업은 컨테이너/{channelId]/{conversationId}/{Timestamp.ticks}-{activity.id}.json 구조의 json Blob으로 저장됩니다.
생성자
BlobsTranscriptStore(String, String, JsonSerializer) |
BlobsTranscriptStore 클래스의 새 인스턴스를 초기화합니다. |
BlobsTranscriptStore(String, String, StorageTransferOptions, JsonSerializer) |
BlobsTranscriptStore 클래스의 새 인스턴스를 초기화합니다. |
메서드
DeleteTranscriptAsync(String, String) |
특정 대화 및 모든 활동을 삭제합니다. |
GetTranscriptActivitiesAsync(String, String, String, DateTimeOffset) |
대화 활동을 가져옵니다(대화 내용이라고도 합니다). |
ListTranscriptsAsync(String, String) |
channelId에 대화를 나열합니다. |
LogActivityAsync(IActivity) |
대화 내용에 활동을 기록합니다. |