locked
Content is not wrapped inside bot window. RRS feed

  • Question

  • 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. 


    https://social.microsoft.com/Forums/getfile/1277499 - image

    Thursday, May 31, 2018 11:55 AM