
Announcements
{
"type": "AdaptiveCard",
"body": [
{
"type": "TextBlock",
"size": "Medium",
"weight": "Bolder",
"text": "text test stestes"
},
{
"type": "ColumnSet",
"columns": [
{
"type": "Column",
"width": "auto"
},
{
"type": "Column",
"width": "stretch"
}
]
},
{
"type": "ActionSet",
"actions": [
{
"type": "Action.Submit",
"title": "Acknowledge",
"isEnabled": true,
"data": {
"action": "acknowledge",
"uid": "uniqueId"
}
},
{
"type": "Action.Submit",
"title": "Resolve",
"isEnabled": false,
"data": {
"action": "resolve",
"uid": "uniqueId"
}
},
{
"type": "Action.Submit",
"title": "Close",
"isEnabled": false,
"data": {
"action": "close",
"uid": "uniqueId"
}
}
]
}
],
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"version": "1.6"
}