Dana V
Dana V
> from botbuilder.core.teams import TeamsActivityHandler, TeamsInfo > > missing this import in above code snippet. Did this solve it for you?
Are you still experiencing this problem?
Please run the following commands and report what is returned: - `npm -v` - `node -v` Also, if you try and run the command on its own, does it work?...
Hi all. - What version (if any) of Yeoman do you have installed? (`yo -v`) - Please try the nightly build of Composer https://github.com/microsoft/BotFramework-Composer-Nightlies/releases/tag/v2.1.3-nightly.364675.1a93f21 @ArturMarins777 Are you able to run...
Are you still experiencing this problem?
Be aware that the node runtime is still in preview. What version of `botbuilder-dialogs-adaptive-runtime-integration-express` are you running?
I assume this is in Microsoft Teams? And that [this issue](https://stackoverflow.com/questions/78766585/how-to-gracefully-handle-a-user-that-has-blocked-a-bot-when-sending-adaptivecard) is the same? Can you please give more information about the repro steps? I assume when you say "to...
> 2. Have "User A" in this specific General Channel > 3. Have "User A" block the bot you installed in the General Channel I'm not able to accomplish this...
This is expected behavior for the openUrl action (open the URL and remove the suggested actions). Currently investigating to see if there is a way to override this or somehow...
One approach would be: Using a `postBack | messageBack | imBack` that would also display the action selected (for example, 'Credit Card'). Then, when this activity is received by the...