Forum Discussion
How to send a message to a thread (reply) using botbuilder 4.0 SDK
@ituser1n03v
To reply to an existing message, call ReplyToActivity in .NET or session.send in Node.js. The Bot Builder SDK handles all the details.
If you choose to use the REST API, you can also call the /v3/conversations/{conversationId}/activities/{activityId} endpoint.
Thanks,
Nivedipa
----------------------------------------------------------------------------------
If the response is helpful, please click "Mark as Best Response" and like it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.
- Nivedipa-MSFTJan 18, 2023
Microsoft
ituser1n03v
Session.send is not available for Bot Builder Typescript SDK 3.0.
We will test the REST API and update you soon.- ituser1n03vJan 19, 2023Copper Contributor
Nivedipa-MSFT
I think you meant "Session.send" is not available for Bot Builder Typescript SDK 4.0.- Nivedipa-MSFTJan 19, 2023
Microsoft
ituser1n03v - You have used wrong service URL.
In your screenshots I have seen the service URL is https://smba.trafficmanager.net/apac.
You have used the https://smba.trafficmanager.net/apis.
Please use correct service URL and check again?
We have tested using REST API. But this one is not look like as reply.
This is by design behaviour.
You can suggest this feature here: Microsoft Teams Community