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

[SharePointActivityHandler]: fix responseType serialization #6702

Merged

Conversation

AJIXuMuK
Copy link
Contributor

@AJIXuMuK AJIXuMuK commented Nov 2, 2023

Fixes #6613

Description

The PR fixes serialization of responseType property for the HandleActionResponse.

Specific Changes

Newtonsoft does not serialize inherited property without a setter. So the property has been changed to private readonly field with initialization from child classes using constructor's parameter.

Testing

Full flow test using locally served bot and SharePoint Online
image

@AJIXuMuK AJIXuMuK requested a review from a team as a code owner November 2, 2023 13:47
@tracyboehrer tracyboehrer added the Automation: No parity PR does not need to be applied to other languages. label Nov 2, 2023
@tracyboehrer tracyboehrer merged commit e4afa43 into microsoft:main Nov 2, 2023
12 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Automation: No parity PR does not need to be applied to other languages.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The bot builder framework should support SharePoint bot driven ACEs
2 participants