ReplayTranscript(IBotToUser, Func<IActivity,String>) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Constructor.
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)
Parameters
- botToUser
- IBotToUser
Where to replay transcript.