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.
- aimantahir1225Aug 18, 2023Copper ContributorExpected behaviour is not achieved in both ReplyToActivity and REST API.
- Nivedipa-MSFTAug 23, 2023
Microsoft
aimantahir1225 - There is an already feature request raised for this issue.- ragunath27Mar 12, 2024Copper Contributor
Nivedipa-MSFT is there any updates regarding this feature?
- ituser1n03vJan 18, 2023Copper Contributor
- 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.
- ituser1n03vJan 18, 2023Copper Contributor
Nivedipa-MSFT
REST API is also not working... getting service error - ituser1n03vJan 17, 2023Copper Contributor
Nivedipa-MSFT
I am using Nodejs and clicking on 'https://learn.microsoft.com/en-us/javascript/api/botbuilder-core/TurnContext?view=botbuilder-ts-latest&viewFallbackFrom=botbuilder-ts-3.0#sendactivities&preserve-view=true' take me to a page where there is no reference to it.
The requested page is not available for Bot Builder Typescript SDK 3.0. You have been redirected to the newest product version this page is available for.