User283571144 posted
Hi Naga Varma,
It's possible, but you should write the codes to achieve connecting to the webchat( or other client) by yourself.
For example, if you want to use bot in a web chat, you should write the custom direct line and use the web chat library to achieve your requirement.
If you use azure bot serivce, the azure bot service has already written the codes, so you could use it direcytly.
More details about what is direct line and how to build it, you could refer to below codes:
https://docs.microsoft.com/en-us/azure/bot-service/rest-api/bot-framework-rest-direct-line-3-0-concepts?view=azure-bot-service-4.0
Best Regards,
Brando