Prediction Constructors

Definition

Overloads

Prediction()
Prediction(String, IDictionary<String,Intent>, IDictionary<String,Object>, String, Sentiment)

Prediction()

Source:
Prediction.cs
Source:
Prediction.cs
public Prediction ();
Public Sub New ()

Applies to

Prediction(String, IDictionary<String,Intent>, IDictionary<String,Object>, String, Sentiment)

Source:
Prediction.cs
Source:
Prediction.cs
public Prediction (string topIntent, System.Collections.Generic.IDictionary<string,Microsoft.Azure.CognitiveServices.Language.LUIS.Runtime.Models.Intent> intents, System.Collections.Generic.IDictionary<string,object> entities, string alteredQuery = default, Microsoft.Azure.CognitiveServices.Language.LUIS.Runtime.Models.Sentiment sentiment = default);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Runtime.Models.Prediction : string * System.Collections.Generic.IDictionary<string, Microsoft.Azure.CognitiveServices.Language.LUIS.Runtime.Models.Intent> * System.Collections.Generic.IDictionary<string, obj> * string * Microsoft.Azure.CognitiveServices.Language.LUIS.Runtime.Models.Sentiment -> Microsoft.Azure.CognitiveServices.Language.LUIS.Runtime.Models.Prediction
Public Sub New (topIntent As String, intents As IDictionary(Of String, Intent), entities As IDictionary(Of String, Object), Optional alteredQuery As String = Nothing, Optional sentiment As Sentiment = Nothing)

Parameters

topIntent
String
alteredQuery
String
sentiment
Sentiment

Applies to