Compartilhar via


LabelExampleResponse Construtores

Definição

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
exampleId
Nullable<Int32>

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
exampleId
Nullable<Int64>

Aplica-se a