ModelDeleteIntentFeatureResponse type

Contains response data for the deleteIntentFeature operation.

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