SubClosedListResponse 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
SubClosedListResponse() | |
SubClosedListResponse(String, IList<String>, Int32) |
SubClosedListResponse()
- Origem:
- SubClosedListResponse.cs
- Origem:
- SubClosedListResponse.cs
public SubClosedListResponse ();
Public Sub New ()
Aplica-se a
SubClosedListResponse(String, IList<String>, Int32)
- Origem:
- SubClosedListResponse.cs
- Origem:
- SubClosedListResponse.cs
public SubClosedListResponse (string canonicalForm = default, System.Collections.Generic.IList<string> list = default, int id = 0);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.SubClosedListResponse : string * System.Collections.Generic.IList<string> * int -> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.SubClosedListResponse
Public Sub New (Optional canonicalForm As String = Nothing, Optional list As IList(Of String) = Nothing, Optional id As Integer = 0)
Parâmetros
- canonicalForm
- String
- id
- Int32
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