Udostępnij przez


AzureBlobTranscriptStore Klasa

Definicja

Przestroga

This class is deprecated. Please use BlobsTranscriptStore from Microsoft.Bot.Builder.Azure.Blobs instead.

Magazyn transkrypcji obiektów blob przechowuje transkrypcje w kontenerze obiektów blob platformy Azure.

[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
Dziedziczenie
AzureBlobTranscriptStore
Atrybuty
Implementuje

Uwagi

Każde działanie jest przechowywane jako obiekt blob json w strukturze kontenera/{channelId]/{conversationId}/{Timestamp.ticks}-{activity.id}.json.

Konstruktory

AzureBlobTranscriptStore(CloudStorageAccount, String)
Przestarzałe.

Inicjuje nowe wystąpienie klasy AzureBlobTranscriptStore.

AzureBlobTranscriptStore(String, String)
Przestarzałe.

Inicjuje nowe wystąpienie klasy AzureBlobTranscriptStore. Tworzy wystąpienie klasy AzureBlobTranscriptStore.

Metody

DeleteTranscriptAsync(String, String)
Przestarzałe.

Usuń określoną konwersację i wszystkie jej działania.

GetTranscriptActivitiesAsync(String, String, String, DateTimeOffset)
Przestarzałe.

Pobieranie działań na potrzeby konwersacji (aka transkrypcja).

ListTranscriptsAsync(String, String)
Przestarzałe.

Wyświetlanie listy konwersacji w identyfikatorze channelId.

LogActivityAsync(IActivity)
Przestarzałe.

Rejestrowanie działania w transkrypcji.

Dotyczy