ClosedList Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
ClosedList() | |
ClosedList(String, IList<SubClosedList>, IList<String>) |
ClosedList()
ClosedList(String, IList<SubClosedList>, IList<String>)
- Origem:
- ClosedList.cs
- Origem:
- 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)
Parâmetros
- name
- String
- subLists
- IList<SubClosedList>
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET