ClosedList Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ClosedList() | |
ClosedList(String, IList<SubClosedList>, IList<String>) |
ClosedList()
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>