LabeledUtterance 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
LabeledUtterance()
- Source:
- LabeledUtterance.cs
- Source:
- LabeledUtterance.cs
public LabeledUtterance ();
Public Sub New ()
Applies to
LabeledUtterance(Nullable<Int32>, String, IList<String>, String, IList<EntityLabel>, IList<IntentPrediction>, IList<EntityPrediction>)
- Source:
- LabeledUtterance.cs
public LabeledUtterance (int? id = default, string text = default, System.Collections.Generic.IList<string> tokenizedText = default, string intentLabel = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.EntityLabel> entityLabels = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.IntentPrediction> intentPredictions = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.EntityPrediction> entityPredictions = default);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.LabeledUtterance : Nullable<int> * string * System.Collections.Generic.IList<string> * string * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.EntityLabel> * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.IntentPrediction> * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.EntityPrediction> -> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.LabeledUtterance
Public Sub New (Optional id As Nullable(Of Integer) = Nothing, Optional text As String = Nothing, Optional tokenizedText As IList(Of String) = Nothing, Optional intentLabel As String = Nothing, Optional entityLabels As IList(Of EntityLabel) = Nothing, Optional intentPredictions As IList(Of IntentPrediction) = Nothing, Optional entityPredictions As IList(Of EntityPrediction) = Nothing)
Parameters
- text
- String
- intentLabel
- String
- entityLabels
- IList<EntityLabel>
- intentPredictions
- IList<IntentPrediction>
- entityPredictions
- IList<EntityPrediction>
Applies to
LabeledUtterance(Nullable<Int64>, String, IList<String>, String, IList<EntityLabel>, IList<IntentPrediction>, IList<EntityPrediction>)
- Source:
- LabeledUtterance.cs
public LabeledUtterance (long? id = default, string text = default, System.Collections.Generic.IList<string> tokenizedText = default, string intentLabel = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.EntityLabel> entityLabels = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.IntentPrediction> intentPredictions = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.EntityPrediction> entityPredictions = default);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.LabeledUtterance : Nullable<int64> * string * System.Collections.Generic.IList<string> * string * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.EntityLabel> * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.IntentPrediction> * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.EntityPrediction> -> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.LabeledUtterance
Public Sub New (Optional id As Nullable(Of Long) = Nothing, Optional text As String = Nothing, Optional tokenizedText As IList(Of String) = Nothing, Optional intentLabel As String = Nothing, Optional entityLabels As IList(Of EntityLabel) = Nothing, Optional intentPredictions As IList(Of IntentPrediction) = Nothing, Optional entityPredictions As IList(Of EntityPrediction) = Nothing)
Parameters
- text
- String
- intentLabel
- String
- entityLabels
- IList<EntityLabel>
- intentPredictions
- IList<IntentPrediction>
- entityPredictions
- IList<EntityPrediction>
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET