Megosztás a következőn keresztül:


EntityModelCreateObject Constructors

Definition

Overloads

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

EntityModelCreateObject()

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

Applies to

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)

Parameters

name
String

Applies to