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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
Azure SDK for .NET