The LUIS url location is fixed to `westus`: `const LUISURL = "westus.api.cognitive.microsoft.com";` My LUIS app is setup on `eastus2` so I got an API key error. Shouldn't `LUISURL` should be a configurable parameter?
The LUIS url location is fixed to
westus:const LUISURL = "westus.api.cognitive.microsoft.com";My LUIS app is setup on
eastus2so I got an API key error.Shouldn't
LUISURLshould be a configurable parameter?