Agent Transfer - cannot send message from livechat to kore

Good day everyone,

I am working with agent transfer of kore.ai and encountered some bug.

I successfully established a connection between kore.ai bot and livechat but after a couple of minutes, while sending message to test both kore.ai and livechat, kore.ai bot didn’t received the messages I sent from livechat but livechat can still received messages from kore.ai bot. And there’s no error showing either.

image

Have anyone encounter the same scenario? Please help. Thanks.

1 Like

Hi @anthony.briones

We see that the problem can only be seen when the chat is left unattended at Livechat agent. This is happening due to the session timeout at the platform.

The function sdk.extendRequestId can be used at bot kit to extend the session from the platform.

Here is the documentation link for the same:

https://developer.kore.ai/docs/bots/sdks/functions-for-the-botkit-sdk/#sdkextendRequestId

We will continue working with you offline regarding the example for extending the session.

Thanks,
Ajay