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