Share via


QueryPredictionsResponse type

queryPredictions 操作の応答データを格納します。

type QueryPredictionsResponse = PredictionQueryResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: PredictionQueryResult
  }
}