I am actually building a bot using C#, but I need speech support in that, then came to know that we can customise the chat window using this repo. Though, I have no idea about nodejs, as mentioned in the steps to follow, I have installed npm and was able to enable the speech functionality by following these steps.
Build the project: "npm run build" Start a web server: "npm run start" Aim your browser at "http://localhost:8000/samples?[parameters as listed below]" My query is whether we can publish and use the customised changes, or the above steps have to be done all the time.