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