From 382cbf38303c47eed6d954028c88ee177e1e7b9b Mon Sep 17 00:00:00 2001 From: rahul1841999 <135045059+rahul1841999@users.noreply.github.com> Date: Wed, 4 Oct 2023 15:51:50 +0530 Subject: [PATCH] Update LiveChat.js bot names --- LiveChat.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LiveChat.js b/LiveChat.js index e6142ae6..5ef6b3dc 100644 --- a/LiveChat.js +++ b/LiveChat.js @@ -1,5 +1,5 @@ -var botId = "st-f82726cb-4cd6-5ec4-bd35-7f5542b616dc"; -var botName = "AgentTransferDemoBot"; +var botId = "st-a482bd38-c5bd-5045-b771-b1ba8df0438e"; +var botName = "demo SDK bot"; var sdk = require("./lib/sdk"); var request = require('request'); var Promise = require('bluebird');