Prediction Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
Prediction() | |
Prediction(String, IDictionary<String,Intent>, IDictionary<String,Object>, String, Sentiment) |
Prediction()
Prediction(String, IDictionary<String,Intent>, IDictionary<String,Object>, String, Sentiment)
- Origem:
- Prediction.cs
- Origem:
- 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)
Parâmetros
- topIntent
- String
- intents
- IDictionary<String,Intent>
- entities
- IDictionary<String,Object>
- alteredQuery
- String
- sentiment
- Sentiment
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET