Forum Discussion
member11
Oct 31, 2019Copper Contributor
How To Send A Message From User To Bot In Microsoft Teams App?
Hi. I'm able to send messages from Bot to user in Microsoft Teams app via Microsoft Bot's "botbuilder" Node.js SDK: session.send(message); How can I send the message on the other dire...
Gousia_Begum
Oct 31, 2019Former Employee
member11 You could directly send a message to the bot using Teams client. What is that you are looking for? Could you please elaborate?