LabelExampleResponse Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
LabelExampleResponse() | |
LabelExampleResponse(String, Nullable<Int32>) | |
LabelExampleResponse(String, Nullable<Int64>) |
LabelExampleResponse()
- Source:
- LabelExampleResponse.cs
- Source:
- LabelExampleResponse.cs
public LabelExampleResponse ();
Public Sub New ()
Applies to
LabelExampleResponse(String, Nullable<Int32>)
- Source:
- 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)
Parameters
- utteranceText
- String
Applies to
LabelExampleResponse(String, Nullable<Int64>)
- Source:
- 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)
Parameters
- utteranceText
- String
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET