Hi,
my current js code is as it follows:
chatbotJsonObject = JSON.parse(chatbotData);
m_Int = parseInt(chatbotJsonObject.m_Int);
I'm trying to parse data similar to the events below, which work fine.
Any pointers of what I'm doing wrong would be really helpful, thanks!