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}" } } - */ + } } }