Поделиться через


PredictionGetSlotPredictionResponse type

Содержит данные ответа для операции getSlotPrediction.

type PredictionGetSlotPredictionResponse = PredictionResponse & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: PredictionResponse
  }
}