ActionParameter 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 ActionParameter
type ActionParameter = class
Public Class ActionParameter
- Inheritance
-
ActionParameter
Constructors
ActionParameter() |
Initializes a new instance of the ActionParameter class. |
ActionParameter(String, Nullable<Boolean>, IList<EntityRecommendation>) |
Initializes a new instance of the ActionParameter class. |
Properties
Name |
Name of the parameter. |
Required |
True if the parameter is required, false otherwise. |
Value |
Value of extracted entities for this parameter. |