Udostępnij przez


ITranscriptStore Interfejs

Definicja

Reprezentuje magazyn do nagrywania konwersacji.

public interface ITranscriptStore : Microsoft.Bot.Builder.ITranscriptLogger
type ITranscriptStore = interface
    interface ITranscriptLogger
Public Interface ITranscriptStore
Implements ITranscriptLogger
Pochodne
Implementuje

Metody

DeleteTranscriptAsync(String, String)

Usuwa dane konwersacji ze sklepu.

GetTranscriptActivitiesAsync(String, String, String, DateTimeOffset)

Pobiera 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.

(Odziedziczone po ITranscriptLogger)

Dotyczy