
Hi, I am using Direct line api to communicate with bot.
But some time I get empty data in call below api
https://directline.botframework.com/v3/directline/conversations/abc123/activities?watermark=0001a-94
It give empty data when I fetch data from Database in PVA bot.
But If I call same api after some delay then it give me proper data.
Is there any way to send response back to getActivities api when bot got data from database.