I'm using adaptive card to show an content to user in node js.
My Adaptive card format:
"type": "TextBlock",
"text": 'Hi ' + conversationId + '!\n\n I’m Max I am new & still learning, but happy to help as best as I can!\n\nPlease select subject which you are interested in or type your question.',
"size": "medium",
"wrap": true,
"weight": "default",
"color": "green" ,
"isSubtle": false } ]
I'm not able to see the content inside the bot window. Is there a way i can wrap the content inside the bot window. enter image description here