Udostępnij przez


CompositeEntity Konstruktory

Definicja

Przeciążenia

CompositeEntity()

Inicjuje nowe wystąpienie klasy CompositeEntity.

CompositeEntity(String, String, IList<CompositeChild>)

Inicjuje nowe wystąpienie klasy CompositeEntity.

CompositeEntity()

Źródło:
CompositeEntity.cs

Inicjuje nowe wystąpienie klasy CompositeEntity.

public CompositeEntity();
Public Sub New ()

Dotyczy

CompositeEntity(String, String, IList<CompositeChild>)

Źródło:
CompositeEntity.cs

Inicjuje nowe wystąpienie klasy CompositeEntity.

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))

Parametry

parentType
String
value
String
children
IList<CompositeChild>

Dotyczy