Conversations
ReplyToActivity
This method allows you to reply to an activity.
This is slightly different from SendToConversation().
- SendToConverstion(conversationId) - will append the activity to the end of the conversation according to the timestamp or semantics of the channel.
- ReplyToActivity(conversationId,ActivityId) - adds the activity as a reply to another activity, if the channel supports it. If the channel does not support nested replies, ReplyToActivity falls back to SendToConversation.
Use ReplyToActivity when replying to a specific activity in the conversation.
Use SendToConversation in all other cases.
post/v3/conversations/{conversationId}/activities/{activityId}
Path parameters
conversationIdstring required
Conversation ID
activityIdstring required
activityId the reply is to (OPTIONAL)
Request body
Response
An object will be returned containing the ID for the resource.