user
@kalinwulxdesign
Combine several AI chatbot into 1 storyline file
I want to combine several chats in the same storyline. Each AI has been assigned a specific task or character, but I found that when I import, the AI doesn't work since the variables are all messed up ,. Could you advise on what I should do? Thank you.
reply
Reply
user
@support
Hi,

Just changing the variable clabsAnswersWidgetID and setting it to the id of the new chatbot should be enough to switch to a different chatbot.

One note that depending on your use case, you might not want the new chatbot to see the message history the user previously had with other chatbots in this course. If that's the case, also run this JavaScript trigger to clear the message history:

clabsChatbotRecorder.clearSession = true;

reply
Reply