Freigeben über


PredictionResponse Konstruktoren

Definition

Überlädt

PredictionResponse()
PredictionResponse(String, Prediction)

PredictionResponse()

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

Gilt für:

PredictionResponse(String, Prediction)

Quelle:
PredictionResponse.cs
Quelle:
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)

Parameter

query
String
prediction
Prediction

Gilt für: