Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to tag the response message from the bot to the request from the user in skype #4725

Open
Ragu27ag opened this issue Aug 13, 2024 · 1 comment
Labels
bug Indicates an unexpected problem or an unintended behavior. needs-triage The issue has just been created and it has not been reviewed by the team.

Comments

@Ragu27ag
Copy link

Ragu27ag commented Aug 13, 2024

I am using botbuilder sdk for developing the skype bot and when the user sends any thing to the bot the bot responds but the response is not a part of the conversation thread created by the user.

const replyActivity = {type: "message",text: params.message,recipient: context.activity.recipient,serviceUrl: context.activity.serviceUrl,conversation: { isGroup: true, id: context.activity.conversation.id, conversationType: context.activity.type, name: context.activity.name },replyToId: context.activity.id,};

`      await context.sendActivity(replyActivity);`

Here in the above code , i am sending the reply activity object as the response for the request from the user

Even after adding the replyToId parameter its not getting tagged or not part of the conversation thread as a response to the request from the user.

@Ragu27ag Ragu27ag added bug Indicates an unexpected problem or an unintended behavior. needs-triage The issue has just been created and it has not been reviewed by the team. labels Aug 13, 2024
@Ragu27ag
Copy link
Author

Ragu27ag commented Aug 13, 2024

hi @tracyboehrer any update?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Indicates an unexpected problem or an unintended behavior. needs-triage The issue has just been created and it has not been reviewed by the team.
Projects
None yet
Development

No branches or pull requests

1 participant