Forum Discussion
joseFaustinos
Aug 08, 2023Copper Contributor
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...
- 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.
Prasad_Das-MSFT
Microsoft
Aug 08, 2023joseFaustinos - Does your app has only Bot capability or is there any other capabilities like Tab or ME integrated?
- joseFaustinosAug 10, 2023Copper Contributor
Prasad_Das-MSFT The Bot is the only capability for my app