Slide 11
Slide 11 text
基本的なスキーマ
{
"type": "AdaptiveCard",
"version": "1.0",
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"body": [
{
"type": "TextBlock",
"text": "Hello Adaptive Cards!"
}
],
"actions": [
{
"type": "Action.OpenUrl",
"title": "show more detail",
"url": "https://adaptivecards.io",
}
]
}
11