過去の検索履歴
2026/06/21 11:07:49 正規表現[{ "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", "type": "AdaptiveCard", "version": "1.3", "body": [ { "type": "TextBlock", "text": "【確認】", "weight": "Bolder", "size": "Medium" }, { "type": "TextBlock", "text": "${SubText}", "wrap": true }, { "type": "TextBlock", "text": "追加質問をしますか?", "wrap": true } ], "actions": [ { "type": "Action.Submit", "title": "はい(追加質問)", "data": { "action": "add" } }, { "type": "Action.Submit", "title": "終了", "data": { "action": "end" } } ]}]のjson文法をチェックしました