Forum Discussion

JonnyBago82's avatar
JonnyBago82
Copper Contributor
Sep 16, 2024
Solved

MS Teams Visibility Context

Hi there,    I am developing a Microsoft Teams bot application and am encountering an issue where the bot's visibility and functionality are not being restricted as specified in the app manifest. H...
  • alexisconia's avatar
    alexisconia
    Sep 18, 2024

    Hi JonnyBago82,

    If I understand your scenario correctly, you are using a compose extension to trigger a form and create an adaptive card in the bot conversation.

    Even though you have to specify the bot ID in each section, Compose Extension and Bot are two different capabilities.

    Compose Extension is available wherever you can compose a message (1:1 conversation with a user, a bot, or a channel). You can’t restrict it to show up only in one conversation.

    If you want to trigger the form in the bot conversation, I think the best way is to use an action from an adaptive card and a dialog. You can find more information in this documentation

Resources