Delen via


PredictionGetSlotPredictionResponse type

Bevat antwoordgegevens voor de bewerking getSlotPrediction.

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