I have a legacy chatbot that was built prior to XO Platform in 2019. The chatbot contains a knowledge graph with intents that trigger a dialog task. The dialog task has a script node that reads context.faqInfo.parentFAQPathTraversed to determine which intent was recognized by the bot.
When I import this chatbot into XO platform, it gives me the option to upgrade the dialog task to “Conversation Driven Dialog Builder”. If I do not upgrade, I have no issues with reading context.faqInfo.parentFAQPathTraversed. However as soon as I upgrade the dialog task, context.faqInfo.parentFAQPathTraversed is returned as empty. Is this a known issue? Is there a solution of workaround for this issue?