Hi,
I working on getting conversation history directly after chat is over.
I am using this below api:
https://bots.kore.ai/api/public/bot/{{bot.id}}/getMessages?userId={{}}&sessionid={{}}
In auth JWT:
{
“appId”:“”,
“secret”:“”
}
I am getting “Invalid SDK credentials”.
I need the conversation history once the task or FAQ chat is over.
Please let me know what is the error here…