widget-chatbot 2.0.1 → 2.0.2-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -662,7 +662,12 @@ function ro() {
|
|
|
662
662
|
return mn || (mn = 1, process.env.NODE_ENV === "production" ? lt.exports = to() : lt.exports = no()), lt.exports;
|
|
663
663
|
}
|
|
664
664
|
var t = ro();
|
|
665
|
-
const oo = "2.0.1
|
|
665
|
+
const oo = "2.0.1", Vn = "chat_session", so = "user_uttered", io = "bot_uttered", ao = "ehelp_bot_uttered";
|
|
666
|
+
JSON.stringify({
|
|
667
|
+
enabled_agents: ["Alice", "Maria", "Jani"],
|
|
668
|
+
default_active_agent: "Alice"
|
|
669
|
+
});
|
|
670
|
+
const co = "https://sfchatbot.dataon.com", lo = [
|
|
666
671
|
{
|
|
667
672
|
label: "Didn’t address my question",
|
|
668
673
|
value: "Didn’t address my question"
|