Action Class
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.
public class Action
type Action = class
Public Class Action
- Inheritance
-
Action
Constructors
Action() |
Initializes a new instance of the Action class. |
Action(Nullable<Boolean>, String, IList<ActionParameter>) |
Initializes a new instance of the Action class. |
Properties
Name |
Name of the action. |
Parameters |
The parameters for the action. |
Triggered |
True if the Luis action is triggered, false otherwise. |