StaticActivityTemplate 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
StaticActivityTemplate() |
Initializes a new instance of the StaticActivityTemplate class. |
StaticActivityTemplate(Activity) |
Initializes a new instance of the StaticActivityTemplate class. |
StaticActivityTemplate()
Initializes a new instance of the StaticActivityTemplate class.
public StaticActivityTemplate ();
Public Sub New ()
Applies to
StaticActivityTemplate(Activity)
Initializes a new instance of the StaticActivityTemplate class.
public StaticActivityTemplate (Microsoft.Bot.Schema.Activity activity);
new Microsoft.Bot.Builder.Dialogs.Adaptive.Templates.StaticActivityTemplate : Microsoft.Bot.Schema.Activity -> Microsoft.Bot.Builder.Dialogs.Adaptive.Templates.StaticActivityTemplate
Public Sub New (activity As Activity)