Describe the issue
In the #XXX the LUIS API is being replaced with a custom client which uses request. In order to make it browser compatible it's necessary to use node-fetch instead of request.
Posible solution
Update the custom LUIS client to use node-fetch