Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 

24 wiersze
800 B

  1. <html>
  2. <body>
  3. <script>!(function () {
  4. let e = document.createElement("script"),
  5. t = document.head || document.getElementsByTagName("head")[0];
  6. (e.src =
  7. "https://cdn.jsdelivr.net/npm/rasa-webchat@1.x.x/lib/index.js"),
  8. // Replace 1.x.x with the version that you want
  9. (e.async = !0),
  10. (e.onload = () => {
  11. window.WebChat.default(
  12. {
  13. customData: { language: "en" },
  14. socketUrl: "https://rasa-chatbot-1234.herokuapp.com",
  15. // add other props here
  16. },
  17. null
  18. );
  19. }),
  20. t.insertBefore(e, t.firstChild);
  21. })();
  22. </script>
  23. </body>
  24. </html>