ActivityTemplate 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
ActivityTemplate() |
Initializes a new instance of the ActivityTemplate class. |
ActivityTemplate(String) |
Initializes a new instance of the ActivityTemplate class. |
ActivityTemplate()
Initializes a new instance of the ActivityTemplate class.
public ActivityTemplate ();
Public Sub New ()
Applies to
ActivityTemplate(String)
Initializes a new instance of the ActivityTemplate class.
public ActivityTemplate (string template);
new Microsoft.Bot.Builder.Dialogs.Adaptive.Templates.ActivityTemplate : string -> Microsoft.Bot.Builder.Dialogs.Adaptive.Templates.ActivityTemplate
Public Sub New (template As String)
Parameters
- template
- String
The template to evaluate to create the activity.