NLU.DevOps
NLU.DevOps copied to clipboard
Allow customization of the LUIS domain
We hardcode the LUIS domain: https://github.com/microsoft/NLU.DevOps/blob/master/src/NLU.DevOps.Luis.Shared/LuisTrainClient.cs#L19-L20
We should allow users to target arbitrary LUIS v2 or v3 endpoints.
We should validate that this works as expected with a container deployment of LUIS.