I need to use custom data.
I have checked how can we pass this custom data to bot from application. Right now, I am passing customData inside botOptions -> botInfo from index.html of Kore web sdk.
The customdata passed like this is sent to bot only once when index.html is loaded.
My customData is something which changes after some time interval. Index.html is not loaded again and again to send updated customData.
Is there any way I can send this customData to bot when user interacts with bot?
Only this way, updated data can be passed to bot.