Compartilhar via


PredictionResponse Construtores

Definição

Sobrecargas

PredictionResponse()
PredictionResponse(String, Prediction)

PredictionResponse()

Origem:
PredictionResponse.cs
Origem:
PredictionResponse.cs
public PredictionResponse ();
Public Sub New ()

Aplica-se a

PredictionResponse(String, Prediction)

Origem:
PredictionResponse.cs
Origem:
PredictionResponse.cs
public PredictionResponse (string query, Microsoft.Azure.CognitiveServices.Language.LUIS.Runtime.Models.Prediction prediction);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Runtime.Models.PredictionResponse : string * Microsoft.Azure.CognitiveServices.Language.LUIS.Runtime.Models.Prediction -> Microsoft.Azure.CognitiveServices.Language.LUIS.Runtime.Models.PredictionResponse
Public Sub New (query As String, prediction As Prediction)

Parâmetros

query
String
prediction
Prediction

Aplica-se a