microsoft / botbuilder-tools

Welcome to the Bot Framework Tools repository, which is the home for a set of tools for developers building bots with the Microsoft Bot Framework
https://github.com/Microsoft/botframework
MIT License
444 stars 262 forks source link

LUIS v3 is Severely lagged in its resolution of a dispatch create or refresh via a restful API call #1423

Closed xtianus79 closed 4 years ago

xtianus79 commented 4 years ago

I don't know if this is the right place to report this but LUIS Dispatch refresh and or create has a severe lag of what is trained and published vs what can be resolved in the botframework itself.

Here is a screen shot of the LUIS train vs even the LUIS Rest api call correct but still technically lagged

luisChildappCorrect

Rest call here is severely lagged behind the real published version

luisChildappWrong

[bug]

cleemullins commented 4 years ago

Hi @xtianus79, the tooling in this repo is largely deprecated. Please use the CLI Tooling found in https://github.com/Microsoft/botframework-cli

The newer "bf" CLI tools are the currently supported and maintained set of tooling.