Relative Content

Tag Archive for botframeworkmicrosoft-teamsteams-toolkit

How to gracefully handle a user that has blocked a bot when sending AdaptiveCards

My team has created a simple teams bot that sends adaptive cards to inform users on updates regarding our platform. When the bot gets a ping from our service’s api, it uses the data sent over in the request to send a simple adaptive card to the targeted user(s). However we recently stumbled across the issue where a user may have the bot blocked. This scenario leads to the bot defaulting to the default botAdapter.onTurnError where it posts 2 messages in the bot’s installed channel — stating the error and to fix the source code.

How to install bot when using message extension action

I have a message extension app with bot in it. When I add the app in personal. And when in the teams channel, if I used the message extension. It should pop up for installation. For that I have used this bit of code from the github repo.
But when I click the button. It’s give Unable to reach app. Please try again.

How to Add Owners to Bot in Teams App When Developer Portal Doesn’t Reflect Changes?

I have created teams app using teams toolkit. So registering everywhere is done by the toolkit itself. Now I want to add owners to my app and bot. I can add the owner to my app using the developer portal. But there is no option to add owner in the developer portal to the bot. I have mention owner using dev.botframework.com but that is not reflecting into account Please assist how can i do.

How to Add Owners to Bot in Teams App When Developer Portal Doesn’t Reflect Changes?

I have created teams app using teams toolkit. So registering everywhere is done by the toolkit itself. Now I want to add owners to my app and bot. I can add the owner to my app using the developer portal. But there is no option to add owner in the developer portal to the bot. I have mention owner using dev.botframework.com but that is not reflecting into account Please assist how can i do.

Unit Test MS Teams Bot

I have created a Teams Bot/Message Extension App in typescript. I want to unit test its functionality. Like the the onMessageActivity or handleTeamsMessagingExtensionFetchTask. Please Help on this.