LabelExampleResponse 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
LabelExampleResponse() | |
LabelExampleResponse(String, Nullable<Int32>) | |
LabelExampleResponse(String, Nullable<Int64>) |
LabelExampleResponse()
- Origem:
- LabelExampleResponse.cs
- Origem:
- LabelExampleResponse.cs
public LabelExampleResponse ();
Public Sub New ()
Aplica-se a
LabelExampleResponse(String, Nullable<Int32>)
- Origem:
- LabelExampleResponse.cs
public LabelExampleResponse (string utteranceText = default, int? exampleId = default);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.LabelExampleResponse : string * Nullable<int> -> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.LabelExampleResponse
Public Sub New (Optional utteranceText As String = Nothing, Optional exampleId As Nullable(Of Integer) = Nothing)
Parâmetros
- utteranceText
- String
Aplica-se a
LabelExampleResponse(String, Nullable<Int64>)
- Origem:
- LabelExampleResponse.cs
public LabelExampleResponse (string utteranceText = default, long? exampleId = default);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.LabelExampleResponse : string * Nullable<int64> -> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.LabelExampleResponse
Public Sub New (Optional utteranceText As String = Nothing, Optional exampleId As Nullable(Of Long) = Nothing)
Parâmetros
- utteranceText
- String
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