QueryPredictionsResponse type
Innehåller svarsdata för åtgärden queryPredictions.
type QueryPredictionsResponse = PredictionQueryResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: PredictionQueryResult
}
}