Condividi tramite


LabeledUtterance Constructors

Definition

Overloads

LabeledUtterance()
LabeledUtterance(Nullable<Int32>, String, IList<String>, String, IList<EntityLabel>, IList<IntentPrediction>, IList<EntityPrediction>)
LabeledUtterance(Nullable<Int64>, String, IList<String>, String, IList<EntityLabel>, IList<IntentPrediction>, IList<EntityPrediction>)

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
tokenizedText
IList<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
tokenizedText
IList<String>
intentLabel
String
entityLabels
IList<EntityLabel>
intentPredictions
IList<IntentPrediction>
entityPredictions
IList<EntityPrediction>

Applies to