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
- 属性
- 実装
注釈
各アクティビティは、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) |
古い.
トランスクリプトにアクティビティを記録します。 |