AzureBlobTranscriptStore 類別

定義

警告

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
屬性
實作

備註

每個活動都會以 json Blob 的形式儲存在 container/{channelId]/{conversationId}/{Timestamp.ticks}-{activity.id}.json 的結構中。

建構函式

AzureBlobTranscriptStore(CloudStorageAccount, String)
已淘汰.

初始化 AzureBlobTranscriptStore 類別的新執行個體。

AzureBlobTranscriptStore(String, String)
已淘汰.

初始化 AzureBlobTranscriptStore 類別的新執行個體。 建立 AzureBlobTranscriptStore 的實例。

方法

DeleteTranscriptAsync(String, String)
已淘汰.

刪除特定交談及其所有活動。

GetTranscriptActivitiesAsync(String, String, String, DateTimeOffset)
已淘汰.

取得交談的活動 (也稱為文字記錄) 。

ListTranscriptsAsync(String, String)
已淘汰.

列出 channelId 中的交談。

LogActivityAsync(IActivity)
已淘汰.

將活動記錄到文字記錄。

適用於