Prediction 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
Prediction() | |
Prediction(String, IDictionary<String,Intent>, IDictionary<String,Object>, String, Sentiment) |
Prediction()
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
- intents
- IDictionary<String,Intent>
- entities
- IDictionary<String,Object>
- alteredQuery
- String
- sentiment
- Sentiment
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.