PredictionResponse Constructors

Definition

Overloads

PredictionResponse()
PredictionResponse(String, Prediction)

PredictionResponse()

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

Applies to

PredictionResponse(String, Prediction)

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

Parameters

query
String
prediction
Prediction

Applies to