Freigeben über


ClosedListModelCreateObject Konstruktoren

Definition

Überlädt

ClosedListModelCreateObject()
ClosedListModelCreateObject(IList<WordListObject>, String)

ClosedListModelCreateObject()

Quelle:
ClosedListModelCreateObject.cs
Quelle:
ClosedListModelCreateObject.cs
public ClosedListModelCreateObject ();
Public Sub New ()

Gilt für:

ClosedListModelCreateObject(IList<WordListObject>, String)

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

Parameter

subLists
IList<WordListObject>
name
String

Gilt für: