25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 

32 satır
971 B

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <title>Document</title>
  8. </head>
  9. <body>
  10. <script>!(function () {
  11. let e = document.createElement("script"),
  12. t = document.head || document.getElementsByTagName("head")[0];
  13. (e.src =
  14. "https://cdn.jsdelivr.net/npm/rasa-webchat@1.x.x/lib/index.js"),
  15. // Replace 1.x.x with the version that you want
  16. (e.async = !0),
  17. (e.onload = () => {
  18. window.WebChat.default(
  19. {
  20. customData: { language: "en" },
  21. socketUrl: "http://localhost:5005",
  22. // add other props here
  23. },
  24. null
  25. );
  26. }),
  27. t.insertBefore(e, t.firstChild);
  28. })();
  29. localStorage.clear();
  30. </script>
  31. </body>
  32. </html>