ReplayTranscript(IBotToUser, Func<IActivity,String>) Konstruktor
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Konstruktor.
public ReplayTranscript(Microsoft.Bot.Builder.Dialogs.Internals.IBotToUser botToUser, Func<Microsoft.Bot.Connector.IActivity,string> header = default);
new Microsoft.Bot.Builder.History.ReplayTranscript : Microsoft.Bot.Builder.Dialogs.Internals.IBotToUser * Func<Microsoft.Bot.Connector.IActivity, string> -> Microsoft.Bot.Builder.History.ReplayTranscript
Public Sub New (botToUser As IBotToUser, Optional header As Func(Of IActivity, String) = Nothing)
Parameter
- botToUser
- IBotToUser
Wo das Transkript wiedergegeben werden soll.