Jaa


ReplayTranscript(IBotToUser, Func<IActivity,String>) Constructor

Definition

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.

header
Func<IActivity,String>

Function for defining the transcript header on each message.

Applies to