Share via


ClosedList Constructors

Definition

Overloads

ClosedList()
ClosedList(String, IList<SubClosedList>, IList<String>)

ClosedList()

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

Applies to

ClosedList(String, IList<SubClosedList>, IList<String>)

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

Parameters

name
String
subLists
IList<SubClosedList>
roles
IList<String>

Applies to