I am working on a requirement where I have created a custom speech model for Azure Chatbot. I have uploaded some audio files in https://speech.microsoft.com , created a model and then deployed it manually for getting model id and speech recognition endpoint id. I have done all these steps manually in speech studio, but I want to know if there is any way to automate this process for updating the files.
I have used swagger API https://westus.dev.cognitive.microsoft.com/docs/services/speech-to-text-api-v3-0/operations/CreateModel but when I create datasets and models using this API, I will have to click on "Connect" in speech studio every time I create anything new as below. So, I want to know if adding new files, creating new models and deploying models can be automated with out manually clicking Connect as below, because unless I click Connect the new files are not reflecting in the portal.
