I implemented a dispatch bot using LUIS and QnA Maker, .NET SDK V4.
On my local folder, I run the dispatch refresh command line to update my LUIS application whenever I add a pair of question/answer in my QnA service.
My goal is to automate this process: I want to schedule the command dispatch refresh --dispatch file.dispatch
to run every day.
My dispatch bot is hosted on Azure DevOps. I just want to run the command independently from the build process.
How can I do this ? Is there a way we can automate this without using the Azure DevOps pipelines ?