microsoft-teams

Refresh Teams Bot icon + name

≯℡__Kan透↙ 提交于 2020-12-16 03:43:02
问题 I updated the name + icon of my Bot Framework Bot. In Teams I don't see a way to get it updated.. I remember having to remove some cache folders in program files manually but wonder whether there's an easier way (+ bot in Teams from Web has little to do with my local cach and also that one doesnt refresh). How do I refresh my bot name + icon in Teams deskop + web? 回答1: Unfortunately, MS Teams does not provide an easy way to 'refresh' a bot icon, but it is doable. The first thing is to realize

MS Teams bot deploy rejects auto-generated manifest.json

谁说我不能喝 提交于 2020-12-15 19:16:41
问题 I redeployed my (sideloaded) Teams app that implements a very simple bot that auto-messages rooms every day. This was working for a long time, and I made a slight change so I needed to redeploy, remove from the Teams room, and add it back. After I removed and tried to add it back (without changing any of the settings) I now get an error telling me "Manifest Parsing has failed" I also get the following errors in my console log: Manifest is below. This was 100% generated within Teams, and is

MS Teams apps added though the graph are sometimes deleted

萝らか妹 提交于 2020-12-13 03:11:10
问题 I have an issue concerning MS Teams when using the Graph API. This problem might be difficult to reproduce since it does not happen all the time. Basically, we have a test set up that uses a source team that has a couple of apps and creates a copy of that team. To do that with must add the same apps as the source team so we use: https://graph.microsoft.com/v1.0/teams/{id}/installedApps Right after the POST, which return a 201 Created which is successful if we look at the doc, we use the GET

MS TEAMS Chatbot: Can I restrict my MS Botframework Chatbot to only work with my MS Teams Tenant ID without requiring additional Authentication [closed]

不羁岁月 提交于 2020-12-12 05:38:09
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 9 days ago . Improve this question Problem Statement: We have created a FAQ Chatbot using MS Botframework V4, QnA Maker and LUIS. The Client's Information security team suspects if, anyone gets hold of the MicrosoftAppId of the chatbot then, anyone would be able to publish the Chatbot on any

MS TEAMS Chatbot: Can I restrict my MS Botframework Chatbot to only work with my MS Teams Tenant ID without requiring additional Authentication [closed]

点点圈 提交于 2020-12-12 05:37:31
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 9 days ago . Improve this question Problem Statement: We have created a FAQ Chatbot using MS Botframework V4, QnA Maker and LUIS. The Client's Information security team suspects if, anyone gets hold of the MicrosoftAppId of the chatbot then, anyone would be able to publish the Chatbot on any

MS TEAMS Chatbot: Can I restrict my MS Botframework Chatbot to only work with my MS Teams Tenant ID without requiring additional Authentication [closed]

守給你的承諾、 提交于 2020-12-12 05:37:14
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 9 days ago . Improve this question Problem Statement: We have created a FAQ Chatbot using MS Botframework V4, QnA Maker and LUIS. The Client's Information security team suspects if, anyone gets hold of the MicrosoftAppId of the chatbot then, anyone would be able to publish the Chatbot on any

Microsoft Graph API Creating Event no longer returning conferenceId

假装没事ソ 提交于 2020-12-06 12:46:49
问题 We have been using the Graph API to create meetings in PHP using the Model\Event::class. It's been fine for many months. As part of the event packet we include onlineMeeting => true. This would return (as per the Graph API documentation) an onlineMeeting json section in the returned json response properties. This would include (as per the documentation here https://docs.microsoft.com/en-us/graph/api/resources/onlinemeetinginfo?view=graph-rest-1.0) various useful bits of information like the

Microsoft Graph API Creating Event no longer returning conferenceId

泪湿孤枕 提交于 2020-12-06 12:45:18
问题 We have been using the Graph API to create meetings in PHP using the Model\Event::class. It's been fine for many months. As part of the event packet we include onlineMeeting => true. This would return (as per the Graph API documentation) an onlineMeeting json section in the returned json response properties. This would include (as per the documentation here https://docs.microsoft.com/en-us/graph/api/resources/onlinemeetinginfo?view=graph-rest-1.0) various useful bits of information like the

Microsoft Graph API Creating Event no longer returning conferenceId

好久不见. 提交于 2020-12-06 12:45:00
问题 We have been using the Graph API to create meetings in PHP using the Model\Event::class. It's been fine for many months. As part of the event packet we include onlineMeeting => true. This would return (as per the Graph API documentation) an onlineMeeting json section in the returned json response properties. This would include (as per the documentation here https://docs.microsoft.com/en-us/graph/api/resources/onlinemeetinginfo?view=graph-rest-1.0) various useful bits of information like the

Teams UpdateActivity events difference when you test in newly created teams

こ雲淡風輕ζ 提交于 2020-12-02 06:49:09
问题 We have a Teams bot that posts messages in MS Teams. The first activity of a new conversation is always an adaptive card and once in a while, we update that with a new card. This worked OK until I made a new Team with this bot. The update we are trying with UpdateActivityAsync, return NotFound. After some troubleshooting, I noticed the following: The new team has a different name: 19:...@thread.tacv2 as opposed to 19:...@thread.skype. When I use an older team, it works as expected. When I