We are looking at creating a LUIS conversation app using the 'bf luis:build' 'bf luis:convert' etc CLI.
We have .lu files that we convert to JSON, use the CLI to create the LUIS conversation app.
The .lu file seems to allow for setting various settings like the following.
!# @app.luis_schema_version = 7.0.0
> !# @app.settings.NormalizePunctuation = true
> !# @app.settings.NormalizeWordForm = true
> !# @app.tokenizerVersion = 1.0.0
But we could not find any documentation on an app setting related to the 'Make endpoints public' setting.
Anyone aware of how to set that setting using an .lu file 'directive'. I came across REST API way of doing it https://docs.microsoft.com/en-us/rest/api/cognitiveservices-luis/authoringv2.0/apps/update-settings. But, looking for using the .lu file for accomplishing the same.
Thank you
Regards
-Athadu
