-
Notifications
You must be signed in to change notification settings - Fork 493
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
YunnyChung
left a comment
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
YunnyChung
left a comment
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
YunnyChung
left a comment
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 |
YunnyChung
left a comment
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 <yingdu@microsoft.com>
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.