共用方式為


ModelDeleteIntentFeatureResponse type

包含 deleteIntentFeature 作業的回應資料。

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