I have recently started creating a Azure Bot in Node js. I want to add a hyperlink in one of the bot response and send a proactive response after user has clicked on it. Something like:
Please click this link to complete the payment
.
and the link should be a hyperlink that will redirect to an endpoint.
I have tried finding a way to achieve it but so far, I haven't been able to achieve. I have seen the following link:
Can some one suggest me the way to achieve this.