Template for msteams(urgent query)

template for msteams
below template for msteams is not working

var message=
{
“text” : “message”;
}
print(JSON.stringify(message);

Please provide a sample for the above type which can work for msteams
Please do provide the exact if asked to check in msteams documentation as that is not helpful otherwise.

If the bot was to a send a basic text template, you need not even do a channel override unless you need the bot to send a different text message.

For taking advantage of the templates offered by Channels to enhance UX, the channel specific override on the bot builder will be handy for the developer.

Please refer to below link for more details on templates supported on MS teams

Thanks for the prompt response!