Partager via


EntityModelCreateObject Constructeurs

Définition

Surcharges

EntityModelCreateObject()
EntityModelCreateObject(IList<ChildEntityModelCreateObject>, String)

EntityModelCreateObject()

Source:
EntityModelCreateObject.cs
public EntityModelCreateObject ();
Public Sub New ()

S’applique à

EntityModelCreateObject(IList<ChildEntityModelCreateObject>, String)

Source:
EntityModelCreateObject.cs
public EntityModelCreateObject (System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.ChildEntityModelCreateObject> children = default, string name = default);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.EntityModelCreateObject : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.ChildEntityModelCreateObject> * string -> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.EntityModelCreateObject
Public Sub New (Optional children As IList(Of ChildEntityModelCreateObject) = Nothing, Optional name As String = Nothing)

Paramètres

name
String

S’applique à