Compartilhar via


ClosedListModelPatchObject Construtores

Definição

Sobrecargas

ClosedListModelPatchObject()
ClosedListModelPatchObject(IList<WordListObject>)

ClosedListModelPatchObject()

Origem:
ClosedListModelPatchObject.cs
Origem:
ClosedListModelPatchObject.cs
public ClosedListModelPatchObject ();
Public Sub New ()

Aplica-se a

ClosedListModelPatchObject(IList<WordListObject>)

Origem:
ClosedListModelPatchObject.cs
Origem:
ClosedListModelPatchObject.cs
public ClosedListModelPatchObject (System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.WordListObject> subLists = default);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.ClosedListModelPatchObject : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.WordListObject> -> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.ClosedListModelPatchObject
Public Sub New (Optional subLists As IList(Of WordListObject) = Nothing)

Parâmetros

subLists
IList<WordListObject>

Aplica-se a