ModelReplaceIntentFeaturesResponse type

包含 replaceIntentFeatures 作業的回應資料。

type ModelReplaceIntentFeaturesResponse = OperationStatus & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: OperationStatus
  }
}