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
属性
実装

注釈

各アクティビティは、container/{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)
古い.

トランスクリプトにアクティビティを記録します。

適用対象