Share via


PredictionGetSlotPredictionResponse type

Contiene datos de respuesta para la operación getSlotPrediction.

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