Action 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
Action() |
Initializes a new instance of the Action class. |
Action(Nullable<Boolean>, String, IList<ActionParameter>) |
Initializes a new instance of the Action class. |
Action()
- Source:
- Action.cs
Initializes a new instance of the Action class.
public Action ();
Public Sub New ()
Applies to
Action(Nullable<Boolean>, String, IList<ActionParameter>)
- Source:
- Action.cs
Initializes a new instance of the Action class.
public Action (bool? triggered = default, string name = default, System.Collections.Generic.IList<Microsoft.Bot.Builder.Luis.Models.ActionParameter> parameters = default);
new Microsoft.Bot.Builder.Luis.Models.Action : Nullable<bool> * string * System.Collections.Generic.IList<Microsoft.Bot.Builder.Luis.Models.ActionParameter> -> Microsoft.Bot.Builder.Luis.Models.Action
Public Sub New (Optional triggered As Nullable(Of Boolean) = Nothing, Optional name As String = Nothing, Optional parameters As IList(Of ActionParameter) = Nothing)
Parameters
- name
- String
- parameters
- IList<ActionParameter>