Setting Up Welcome Message for Microsoft Teams

Hi ,

We included Microsoft Teams channel as a new channel for our bot. In the event/welcome Intent we have configured the welcome message for teams. However we are getting the proper response in web . But teams is taking only Plain Text . If we configure the Javascript message, the messages are not shown in teams. Could anyone help me out with this . IS there any message format which needs to be configured for teams ?

Regards

Hi @dushyantk2,

As mentioned in the ticket, Generally, The javascript that you have written for all channels is a generic way of displaying the data.
But for few specific channels, it depends on the channel and how it renders the data.
Hence the code template will not be the same for all channels.
Please get the sample code template that is accepted by Microsoft teams from the developer page of the channel.

Please refer the following link that gives examples of code in various scripting languages:

Regards,
Yoga Ramya.