Udostępnij przez


FileTranscriptLogger Klasa

Definicja

FileTranscriptLogger, który tworzy plik transkrypcji dla każdego identyfikatora konwersacji.

public class FileTranscriptLogger : Microsoft.Bot.Builder.ITranscriptStore
type FileTranscriptLogger = class
    interface ITranscriptStore
    interface ITranscriptLogger
Public Class FileTranscriptLogger
Implements ITranscriptStore
Dziedziczenie
FileTranscriptLogger
Implementuje

Uwagi

Jest to przydatna klasa do testów jednostkowych.

Konstruktory

FileTranscriptLogger(String, Boolean)

Inicjuje nowe wystąpienie klasy FileTranscriptLogger.

Metody

DeleteTranscriptAsync(String, String)

Usuwa dane konwersacji ze sklepu.

GetTranscriptActivitiesAsync(String, String, String, DateTimeOffset)

Pobiera się z działań sklepu, które spełniają zestaw kryteriów.

ListTranscriptsAsync(String, String)

Pobiera konwersacje w kanale ze sklepu.

LogActivityAsync(IActivity)

Rejestrowanie działania w transkrypcji.

Dotyczy