From c24e416bcbf3c9254e5260f2125870892e155b6f Mon Sep 17 00:00:00 2001 From: mahatsandeep <42459938+mahatsandeep@users.noreply.github.com> Date: Tue, 9 Jul 2024 22:25:14 -0700 Subject: [PATCH] Update index.js --- public/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/index.js b/public/index.js index 40575d3..74b1414 100644 --- a/public/index.js +++ b/public/index.js @@ -115,7 +115,7 @@ function initBotConversation() { jsonWebToken: jsonWebToken, // Use the following activity to proactively invoke a bot scenario - /* + triggeredScenario: { trigger: "{scenario_id}", args: { @@ -124,7 +124,7 @@ function initBotConversation() { myVar2: "{custom_arg_2}" } } - */ + } } }