Jaa


CompositeEntity Constructors

Definition

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>

Applies to