QueryPredictionsResponse type
Bevat antwoordgegevens voor de bewerking queryPredictions.
type QueryPredictionsResponse = PredictionQueryResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: PredictionQueryResult
}
}