microsoft-teams

SharePoint page not loading in personal tab of static app (MS Teams desktop client)

邮差的信 提交于 2020-04-05 06:49:53
问题 When adding a SharePoint page as a static tab in my custom personal app , the added SharePoint page is not loaded in the MS Teams desktop client, but works as expected in the web client. Also , when switching to Developer Preview the tab starts to work. Even when switching out of Developer Preview the web page still loads as expected. Steps to Reproduce Create a page in SharePoint online Create a new MS Teams app (e.g. in App Studio's Manifest editor) Add a new Personal tab, linking to the

SharePoint page not loading in personal tab of static app (MS Teams desktop client)

半世苍凉 提交于 2020-04-05 06:49:10
问题 When adding a SharePoint page as a static tab in my custom personal app , the added SharePoint page is not loaded in the MS Teams desktop client, but works as expected in the web client. Also , when switching to Developer Preview the tab starts to work. Even when switching out of Developer Preview the web page still loads as expected. Steps to Reproduce Create a page in SharePoint online Create a new MS Teams app (e.g. in App Studio's Manifest editor) Add a new Personal tab, linking to the

Limit a teams bot to my organization

∥☆過路亽.° 提交于 2020-03-27 16:08:34
问题 I'm using the MSFT Bot Framework to build a team bot but my bot is only relevant to my organization. Actually I don't want anyone outside my organization to be able to talk to it. I've been looking how to limit my bot to a specific Office 365 organization but can't find how to do it. The only thing I can find is using the other party userstring to see in which org they live. My question: Is ther a way to limit my bot to a single O365 organization? Thanks Bram 回答1: Its been 2 years but there's

Limit a teams bot to my organization

廉价感情. 提交于 2020-03-27 16:08:13
问题 I'm using the MSFT Bot Framework to build a team bot but my bot is only relevant to my organization. Actually I don't want anyone outside my organization to be able to talk to it. I've been looking how to limit my bot to a specific Office 365 organization but can't find how to do it. The only thing I can find is using the other party userstring to see in which org they live. My question: Is ther a way to limit my bot to a single O365 organization? Thanks Bram 回答1: Its been 2 years but there's

How do I return a Typing activity from my v4 Bot

十年热恋 提交于 2020-03-23 11:38:03
问题 I'm trying to add a Typing activity to a long-running action in my bot, but I keep getting a "BadGateway" error. Most of the samples I've found seem to be for bot framework v3, so the types or methods don't appear any more, and I've tried a few options for v4 (using C#), like the following: await turnContext.SendActivityAsync(new Activity() { Type = ActivityTypes.Typing }); or var typingActivity = new Activity() { Type = ActivityTypes.Typing //RelatesTo = turnContext.Activity };

How do I return a Typing activity from my v4 Bot

我只是一个虾纸丫 提交于 2020-03-23 11:34:31
问题 I'm trying to add a Typing activity to a long-running action in my bot, but I keep getting a "BadGateway" error. Most of the samples I've found seem to be for bot framework v3, so the types or methods don't appear any more, and I've tried a few options for v4 (using C#), like the following: await turnContext.SendActivityAsync(new Activity() { Type = ActivityTypes.Typing }); or var typingActivity = new Activity() { Type = ActivityTypes.Typing //RelatesTo = turnContext.Activity };

How to add a mention in Teams alongside an adaptive card using Bot Framework

只愿长相守 提交于 2020-03-05 06:04:44
问题 I'm trying to send an activity with an adaptive card attachment and include a mention to the user who created the post. From reading online I found you can't currently include mentions in adaptive cards. Is there a way to mention someone when sending the activity, for example in another attachment?. I have tried setting the activity.Text = mention, this works however it creates two posts, the first with the mention and then another post with the adaptive card as a separate message. I feel

signin/verifyState is not invoked after notifySuccess

与世无争的帅哥 提交于 2020-03-04 15:33:31
问题 notifySuccess doesn't fire signin/veriyState event. My TeamsMessagingExtensionQuery handler returns something like this: ... return { composeExtension: { type: "auth", suggestedActions: { actions: [ { type: "openUrl", value: "https://something.com/login/", title: "Sign in to this app" } ] } } } as MessagingExtensionResponse; ... This response shows the searchCmd extension with a sign-in message correctly. On clicking the sign-in, the prompt shows the login page correctly as well, according to

MSBot not responding on on opening the bot. No Welcome messaged received

て烟熏妆下的殇ゞ 提交于 2020-02-14 02:24:12
问题 I have created and deployed bot using a sample bot Welcome-Bot example given in Azure portal docs. This bot shows a welcome message whenever the bot is joined or started. It shows welcome message when I test it on emulator. But when I deploy it to Azure and test in Test Web App chat or Teams it doesn't show me Welcome message. It show me the welcome message when I query something, i.e. it gives two responses : one is the welcome message and other one is the reply of the query asked . 回答1: For

Bot works on one Microsoft Teams Account but not on the other

我的未来我决定 提交于 2020-02-06 19:04:26
问题 I have 2 different Microsoft Teams Accounts that are not linked in any way. On one account I was able to sideload my bot and if I chat with my Bot in an Teams Channel my bot does Answer. Also it answeres me if I private message it. On the other account I also sideloaded my bot but my Bot does not react if I message him in an Teams Channel. But it answeres me if I private message it. I created both bots via App Studio in Teams. Now I've noticed a difference in App Studio and I think this is