microsoft-teams

How to send private message in Microsoft Teams using bot on behalf of user in Teams?

旧时模样 提交于 2020-01-25 06:45:09
问题 We can send private messages from a Microsoft Bot to a Teams user. It appears as a chat between bot and a user. But I need a functionality where a bot can send message on behalf of user in Teams and it would exactly appears as a 1:1 chat of two users in Teams, not as a chat between bot and a user. Thanks 来源: https://stackoverflow.com/questions/58691032/how-to-send-private-message-in-microsoft-teams-using-bot-on-behalf-of-user-in-te

How to acquire call information from Teams call in a separate application in real time?

我是研究僧i 提交于 2020-01-24 01:28:30
问题 We're trying to find a way to acquire information about a currently occurring call in Microsoft Teams - Phone number and direction of the call in particular - in a separate C# application. In other words while a Teams call is active the separate application, running on the user's machine, should be able to capture and log the remote party and direction of the call. There doesn't seem to be a straight forward way to do this in the Graph API that we've been able to find. 来源: https:/

Bot Framework v4 - Bot Initiate Conversation

孤者浪人 提交于 2020-01-24 00:47:07
问题 I am developing a bot for Microsoft Teams using the Bot Framework SDK v4 for NodeJS. Is there a way that the bot can automatically initiate a conversation in a channel, rather than user initiating the conversation? My bot works fine when the user initiates the conversation. Any suggestions on how I can proceed with this? 回答1: MS Teams calls that a "Proactive Message" (note: Bot Framework generally defines a "proactive message" as sending a user a message not related to current conversation,

Microsoft Bot Framework - The Bot State API is deprecated. Please refer to https://aka.ms/I6swrh for details on how to replace

冷暖自知 提交于 2020-01-24 00:20:45
问题 I installed the teams bot from this link https://github.com/OfficeDev/BotBuilder-MicrosoftTeams/tree/master/Node/samples inside of Teams and when I start testing the bot by messaging with " hello " in Teams I get the error below; The Bot State API is deprecated. Please refer to https://aka.ms/I6swrh for details on how to replace with your own storage. Error: GET to 'https://state.botframework.com/v3/botstate/msteams/conversations/19%3A2771d14b8fa2450ca52f97b941c3652f%40thread.skype

Microsoft Bot Framework - The Bot State API is deprecated. Please refer to https://aka.ms/I6swrh for details on how to replace

给你一囗甜甜゛ 提交于 2020-01-24 00:20:31
问题 I installed the teams bot from this link https://github.com/OfficeDev/BotBuilder-MicrosoftTeams/tree/master/Node/samples inside of Teams and when I start testing the bot by messaging with " hello " in Teams I get the error below; The Bot State API is deprecated. Please refer to https://aka.ms/I6swrh for details on how to replace with your own storage. Error: GET to 'https://state.botframework.com/v3/botstate/msteams/conversations/19%3A2771d14b8fa2450ca52f97b941c3652f%40thread.skype

listing Microsoft Teams tabs always returns 404

心不动则不痛 提交于 2020-01-23 13:22:59
问题 I've been trying this scenario on a couple of different tenants so far: use an existing team or create a new one through the UI add a tab (let's say OneNote) to a channel query the list tabs endpoint (through graph explorer) I always get a 404 response. If I replace in my query tabs by messages I get the messages. In terms of permissions I have the default graph explorer one + Group.Read.All. Here is the latest request Id I got 2a180611-b637-4aa4-be27-9e42cbb27ab9 on tenant dev2tolead12 . (

listing Microsoft Teams tabs always returns 404

老子叫甜甜 提交于 2020-01-23 13:22:29
问题 I've been trying this scenario on a couple of different tenants so far: use an existing team or create a new one through the UI add a tab (let's say OneNote) to a channel query the list tabs endpoint (through graph explorer) I always get a 404 response. If I replace in my query tabs by messages I get the messages. In terms of permissions I have the default graph explorer one + Group.Read.All. Here is the latest request Id I got 2a180611-b637-4aa4-be27-9e42cbb27ab9 on tenant dev2tolead12 . (

AadHttpClient fails when loading SP page with SPFx webpart in MSTeams Desktop Client

佐手、 提交于 2020-01-23 03:40:06
问题 I added a Personal Tab in MS Teams which references a SharePoint Page with on it an SPFx webpart using AadHttpClient . In the MS Teams Web Client the page loads as expected, and the AadHttpClient calls work. However, in the MS Teams Desktop Client (on windows) the AadHttpClient does not work. Looking in Fiddler, I can see the following happening (only on the dekstop client): A call is made to /sites/MyDevSite/_api/Microsoft.SharePoint.Internal.ClientSideComponent.Token.AcquireOBOToken

How to Add image/logo for Bot in MS Teams

放肆的年华 提交于 2020-01-22 02:52:04
问题 I have created a Bot and uploaded it to MS teams. I have already added the icons in the manifest.The uploaded icons appear only at the heading but not in the conversation. 回答1: I've heard this is apparently a "bug" that the relevant Microsoft team is dealing with, but, basically, you need to ALSO set the icon in the Azure portal, in your bot registration. Go to the Settings screen, and there's an option to upload an icon - you can use the same one you used in your Teams manifest of course.

Simple example to store array data in card

半腔热情 提交于 2020-01-16 17:08:47
问题 I would like to understand how to read/write data with Adaptive cards. I can read the data from a submit action, and reply as text, but not sure how present the input data in the card. First place, I would like to add the shootValue to an array that I can carry trough the lifecycle of the card. Can somebody please let me know how to do this? The goal of this question is to understand how to keep existing responses from the card. Like in Battleship, I shoot "A1", type it in an input box,