PredictionGetSlotPredictionResponse type

Contains response data for the getSlotPrediction operation.

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