Delen via


AzureBlobTranscriptStore Klas

Definitie

Waarschuwing

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

In het blobtranscriptiearchief worden transcripties opgeslagen in een Azure Blob-container.

[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
Overname
AzureBlobTranscriptStore
Kenmerken
Implementeringen

Opmerkingen

Elke activiteit wordt opgeslagen als json-blob in de structuur van container/{channelId]/{conversationId}/{Timestamp.ticks}-{activity.id}.json.

Constructors

AzureBlobTranscriptStore(CloudStorageAccount, String)
Verouderd.

Initialiseert een nieuw exemplaar van de AzureBlobTranscriptStore klasse.

AzureBlobTranscriptStore(String, String)
Verouderd.

Initialiseert een nieuw exemplaar van de AzureBlobTranscriptStore klasse. Hiermee maakt u een exemplaar van AzureBlobTranscriptStore.

Methoden

DeleteTranscriptAsync(String, String)
Verouderd.

Een specifiek gesprek en alle bijbehorende activiteiten verwijderen.

GetTranscriptActivitiesAsync(String, String, String, DateTimeOffset)
Verouderd.

Activiteiten voor een gesprek ophalen (ook wel de transcriptie genoemd).

ListTranscriptsAsync(String, String)
Verouderd.

Gesprekken weergeven in de channelId.

LogActivityAsync(IActivity)
Verouderd.

Een activiteit registreren bij de transcriptie.

Van toepassing op