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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.