-
Notifications
You must be signed in to change notification settings - Fork 494
Teams Adaptive Card Tabs #5111
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
Teams Adaptive Card Tabs #5111
Conversation
@chrimc62, could you please this? |
@johnataylor to review this. |
/// <summary> | ||
/// Envelope for cards for a Tab request. | ||
/// </summary> | ||
public partial class TabResponseCard |
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.
partial [](start = 11, length = 8)
Why is this partial? #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.
Many/most of the .schmea files are partial classes, and have a CustomInit which can be called during construction. I think this is part of the ServiceClient pattern. #Resolved
libraries/Microsoft.Bot.Schema/Teams/Generated/TabResponseCard.cs
Outdated
Show resolved
Hide resolved
libraries/Microsoft.Bot.Schema/Teams/Generated/TabResponseCards.cs
Outdated
Show resolved
Hide resolved
libraries/Microsoft.Bot.Schema/Teams/Generated/TaskModuleCardResponse.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.
Fixes #5081