Transcript Constructors
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.
Overloads
Transcript() |
Initializes a new instance of the Transcript class. |
Transcript(IList<Activity>) |
Initializes a new instance of the Transcript class. |
Transcript()
Initializes a new instance of the Transcript class.
public Transcript ();
Public Sub New ()
Applies to
Transcript(IList<Activity>)
Initializes a new instance of the Transcript class.
public Transcript (System.Collections.Generic.IList<Microsoft.Bot.Schema.Activity> activities = default);
new Microsoft.Bot.Schema.Transcript : System.Collections.Generic.IList<Microsoft.Bot.Schema.Activity> -> Microsoft.Bot.Schema.Transcript
Public Sub New (Optional activities As IList(Of Activity) = Nothing)