Partager via


ITranscriptStore Interface

Définition

Représente un magasin pour l’enregistrement des conversations.

public interface ITranscriptStore : Microsoft.Bot.Builder.ITranscriptLogger
type ITranscriptStore = interface
    interface ITranscriptLogger
Public Interface ITranscriptStore
Implements ITranscriptLogger
Dérivé
Implémente

Méthodes

DeleteTranscriptAsync(String, String)

Supprime les données de conversation du magasin.

GetTranscriptActivitiesAsync(String, String, String, DateTimeOffset)

Obtient à partir des activités du magasin qui correspondent à un ensemble de critères.

ListTranscriptsAsync(String, String)

Obtient les conversations sur un canal à partir du magasin.

LogActivityAsync(IActivity)

Journaliser une activité dans la transcription.

(Hérité de ITranscriptLogger)

S’applique à