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