We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We are currently sending Activity.Ids IF the user has provided one in the Activity. The spec states:
A2031: Clients and bots SHOULD NOT include an id field in activities they generate.
ref: https://github.com/microsoft/botframework-sdk/blob/master/specs/botframework-activity/botframework-activity.md#id
ideal fix also change .js to add ResourceResponse.Id to activity after sent (if present, of course)
[bug]
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
We are currently sending Activity.Ids IF the user has provided one in the Activity. The spec states:
ref: https://github.com/microsoft/botframework-sdk/blob/master/specs/botframework-activity/botframework-activity.md#id
ideal fix also change .js to add ResourceResponse.Id to activity after sent (if present, of course)
[bug]
The text was updated successfully, but these errors were encountered: