Virtual agent html bot response i'm not able to add the onclick event
Hi All, i need to switch topic on click on a text i tried the below code on click event is not triggered <html> <body> <script> function click(){ vaSystem.switchTopic('Contact Live Agent'); } </script> <span onclick="click()" style="color: blue;...
