PredictionGetSlotPredictionResponse type

包含 getSlotPrediction 作業的回應資料。

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