PredictionResponse 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
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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET