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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET