Trying to output my Teams messages to an endpoint. I choose the Message Body which says it's text only, but ends up coming along with the markup anyway. It says it was text, so I didn't think I would have to parse it. Works otherwise.

Here's my response output:
{
"response": {
"outputSpeech": {
"text": "Here's what's going on in Teams: {\"Message\":\"<div><div>Testing a Flow</div>\\n</div>\"}
"type": "PlainText"
}
},
"version": "1.0",
"Content-Type": "application/json"
}