Added functionality to append actions to a message. Actions will be additional elements that will be rendered with the message if the user plans to add additional functionality to the message.
Implementation Description
Added actions property to Message
Passed this to Message component to be rendered in the UI
Any new dependencies Introduced
How Has This Been Tested?
Locally
PR Checklist:
[x] I have implemented all requirements? (see JIRA, project documentation).
[x] I am not affecting someone else's work, If I am, they are included as a reviewer.
[x] I have added relevant tests (unit, integration or regression).
[x] I have added comments to all the bits that are hard to follow.
[x] I have added/updated Documentation.
[x] I have updated the appropriate changelog with a line for my changes.
Motivation and Context
Added functionality to append actions to a message. Actions will be additional elements that will be rendered with the message if the user plans to add additional functionality to the message.
Implementation Description
Message
Message
component to be rendered in the UIAny new dependencies Introduced
How Has This Been Tested?
Locally
PR Checklist:
Screenshots (if appropriate):