-
Notifications
You must be signed in to change notification settings - Fork 484
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
Fix class structure for meeting notification feature extensibility #6579
Conversation
2779c8c
to
6ab06ca
Compare
6ab06ca
to
605d6bd
Compare
libraries/Microsoft.Bot.Schema/Teams/NotificationRecipientFailureInfo.cs
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
First PR review :)
libraries/Microsoft.Bot.Schema/Teams/BotMeetingNotificationChannelData.cs
Outdated
Show resolved
Hide resolved
libraries/Microsoft.Bot.Schema/Teams/BotMeetingNotificationChannelData.cs
Outdated
Show resolved
Hide resolved
libraries/Microsoft.Bot.Schema/Teams/TargetedMeetingNotificationValue.cs
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Additional comment for my own learning :)
libraries/Microsoft.Bot.Connector/Teams/TeamsOperationsExtensions.cs
Outdated
Show resolved
Hide resolved
66bbed4
to
c7e4058
Compare
…s pass, manual tests pass
c7e4058
to
e9fc060
Compare
libraries/Microsoft.Bot.Schema/Teams/BotMeetingNotificationChannelData.cs
Outdated
Show resolved
Hide resolved
libraries/Microsoft.Bot.Schema/Teams/MeetingNotificationResponse.cs
Outdated
Show resolved
Hide resolved
libraries/Microsoft.Bot.Schema/Teams/MeetingNotificationResponse.cs
Outdated
Show resolved
Hide resolved
libraries/Microsoft.Bot.Schema/Teams/NotificationRecipientFailureInfo.cs
Outdated
Show resolved
Hide resolved
libraries/Microsoft.Bot.Schema/Teams/TargetedMeetingNotification.cs
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few follow ups
libraries/Microsoft.Bot.Schema/Teams/BotMeetingNotificationChannelData.cs
Outdated
Show resolved
Hide resolved
libraries/Microsoft.Bot.Schema/Teams/NotificationRecipientFailureInfo.cs
Outdated
Show resolved
Hide resolved
libraries/Microsoft.Bot.Schema/Teams/TargetedMeetingNotificationValue.cs
Outdated
Show resolved
Hide resolved
libraries/Microsoft.Bot.Schema/Teams/TargetedMeetingNotification.cs
Outdated
Show resolved
Hide resolved
457649f
to
4ddab23
Compare
7999537
to
8f29579
Compare
8f29579
to
2e4b4ae
Compare
✔️ No Binary Compatibility issues for Microsoft.Bot.Builder.dll |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me! Thank you :)
…6579) * draft PR check remote build * Fix class model, update reference, unit test, and comments. Unit tests pass, manual tests pass * Addressing comments --------- Co-authored-by: Ying Du <[email protected]>
Fixes #6580
Description
This PR fixes the extensibility issue for the Teams bot meeting notification feature by updating on model classes.
Specific Changes
Update classes to support different types of meeting notification, surface type, and content type.
Update reference and unit tests.
Testing
Update and pass unit tests.
Pass manual testing via personal test bot.