Forum Discussion
MS Teams Visibility Context
- 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
Thanks alexisconia, but when I do that, I can no longer access my form (Adaptive Card) at all, as it doesn't appear after clicking the "Actions and apps" + button (see screenshot):
Here is what it looks like with composeExtensions still in the manifest, after clicking the "Actions and apps" + button:
Thanks.
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
- JonnyBago82Sep 18, 2024Copper ContributorThanks alexisconia. I appreciate your help.