ModelDeleteIntentFeatureResponse type
Contiene datos de respuesta para la operación deleteIntentFeature.
type ModelDeleteIntentFeatureResponse = OperationStatus & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: OperationStatus
}
}