Forum Discussion

joseFaustinos's avatar
joseFaustinos
Copper Contributor
Aug 08, 2023
Solved

Change name of Bot tab in Teams application

Hello!  I'm constructing a Teams app with a bot service. When I add it to Teams, it shows the bot interaction under a tab named "Activity"  I would like to change it to display the name "Chat...
  • Prasad_Das-MSFT's avatar
    Prasad_Das-MSFT
    Aug 11, 2023

    joseFaustinos - We have noticed that if your bot is notification-only bot i.e. if "isNotificationOnly": true, the tab shows as 'Activity'.

     

    and if your bot is interactive (two-way communication) i.e. if "isNotificationOnly": false, the tab shows as 'Chat'.

     

     

     

    Thanks, 

    Prasad Das

    ------------------------------------------------------------------------------------------ 

    If the response is helpful, please click "**Mark as Best Response**" and like it. You can share your feedback via Microsoft Teams Developer Feedback link.