I want to make my Direct line chat bot (using MS bot framework v4 - c# code ) to be available in all pages of my SharePoint 2016 on premises site, I'd a thought to adding the script to my site's master page so that it will be available in all the pages of my SharePoint site.
Before heading to that plan, i want to get some expert ideas on the following,
- Is that a good idea or is there any other better idea.
- If anyone successfully achieved it, i want to know how it affects the SharePoint performance, since my chat bot's UI is customized using Jquery, bootstrap, fontawesome..etc. Hence i've this performance doubt.
- How easy is to revert the changes, if anythings goes wrong, since i've no test environment and i'm taking a risk of testing it in production.
please guide me with your ideas and experiences.