glamorous-vase-99412
08/08/2023, 9:35 PMdocument.getElementById('showAndTrigger').addEventListener('click', function() {
console.log("showing bot...")
window.botpressWebChat.sendEvent({ type: "show" })
window.botpressWebChat.sendEvent({ type: 'trigger', payload: {flow:"llm"} })
console.log("triggering bot...")
});
based on the jsfiddle for triggering events.
Any help would be appreciated, we basically want to set a var that controls the initial conversation routing
https://cdn.discordapp.com/attachments/1138586256528384151/1138586256725512303/image.png▾
early-farmer-86334
08/08/2023, 10:20 PMglamorous-vase-99412
08/10/2023, 7:56 PM