Integrate BotKit SDK with Web/Mobile SDK

I have a use case where I need to get a feedback response from the user and run a dialog task after the Knowledge graph answer, Will the OnEvent call provided by BotKit SDK help, If yes then how to integrate it with the web sdk which i have already deployed

Hi @madhur.gupta5,

Please check the “End of conversation” event and let us know if it suffices your requirement,

https://developer.kore.ai/docs/bots/advanced-topics/event-based-bot-actions/#End_of_Conversation

Also, you can use the onEvent method in BotKitSDK.
The botKitSDK will be integrated in the bot builder and you can publish the bot with web/mobile client channel(webSDK).
Please refer the below links:

https://developer.kore.ai/docs/bots/sdks/installing-the-botkit-sdk/

https://developer.kore.ai/docs/bots/sdks/sdk-events/#onevent

Let us know if you need any further clarification.

Regards,
Yoga Ramya