"messageBody": "{\n \"$schema\": \"http://adaptivecards.io/schemas/adaptive-card.json\",\n \"actions\": [\n {\n \"type\": \"Action.Submit\",\n \"title\": \"Submit Answer\",\n \"style\": \"positive\",\n \"id\": \"submit\"\n }\n ],\n \"body\": [\n {\n \"type\": \"TextBlock\",\n \"size\": \"large\",\n \"weight\": \"bolder\",\n \"text\": \"Select Detections To Download Pcap File\",\n \"horizontalAlignment\": \"center\",\n \"style\": \"heading\",\n \"color\": \"accent\",\n \"fontType\": \"Default\",\n \"wrap\": true,\n \"id\": \"heading\"\n },\n{\n \"type\": \"TextBlock\",\n \"text\": \"Entity ID = @{variables('entity_id')}\\n\\nEntity Type = @{variables('entity_type')}\",\n \"wrap\": true,\n \"style\": \"default\",\n \"color\": \"accent\",\n \"separator\": true,\n \"id\": \"x\"\n },\n {\n \"id\": \"detection-choice\",\n \"type\": \"Input.ChoiceSet\",\n \"choices\": @{variables('detections')},\n \"isRequired\": true,\n \"label\": \"Please select detections to download pcap.\",\n \"isMultiSelect\": true,\n \"separator\": true,\n \"errorMessage\": \"Select atleast one detection.\"\n }\n ],\n \"type\": \"AdaptiveCard\",\n \"version\": \"1.3\"\n}",
0 commit comments