CompositeChild 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
CompositeChild() |
Initializes a new instance of the CompositeChild class. |
CompositeChild(String, String) |
Initializes a new instance of the CompositeChild class. |
CompositeChild()
- Source:
- CompositeChild.cs
Initializes a new instance of the CompositeChild class.
public CompositeChild ();
Public Sub New ()
Applies to
CompositeChild(String, String)
- Source:
- CompositeChild.cs
Initializes a new instance of the CompositeChild class.
public CompositeChild (string type, string value);
new Microsoft.Bot.Builder.Luis.Models.CompositeChild : string * string -> Microsoft.Bot.Builder.Luis.Models.CompositeChild
Public Sub New (type As String, value As String)
Parameters
- type
- String
- value
- String