Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
0 answers
34 views

I have a custom Teams app with a custom bot that is distributed in our organization through an organization-wide manifest import (not published in the public store). The bot is used only for ...
Filipe Lisboa's user avatar
0 votes
0 answers
46 views

We’re trying to implement the “seen” feature in our Microsoft Teams bot built using the Bot Framework. Our use case is to send proactive messages to users and track whether they have seen those ...
Devesh Tiwari's user avatar
0 votes
0 answers
86 views

I'm trying to set up a Microsoft Teams app with Python. This app has an AI with internal knowledge answering in chat. For now I'm learning how these systems all work, so I wrote a small app that ...
arjan_w's user avatar
0 votes
1 answer
81 views

I already have a Microsoft Teams app uploaded with a working manifest. Now I’m trying to update the app (just changing the version number and replacing the icons). My Manifest is similar to { "$...
Zartaj Asim's user avatar
0 votes
0 answers
79 views

I'm deploying a bot backend in an AKS pod using a User Assigned Managed Identity (UAMI). The bot backend can access Azure services like KeyVault and AppConfiguration using this UAMI without issues. ...
luisNET's user avatar
  • 49
0 votes
1 answer
145 views

I've spend a week trying to figure out how to do this to no avail. I've seen a lot of potential solutions online which might have worked in the past but no longer do with the latest version of @...
tonycdp's user avatar
  • 348
0 votes
0 answers
91 views

I have an MS teams bot made with the C# bot framework SDK. The implementation is similar to this code sample. My goal is to use SSO and fetch the token silently using the OAuthPrompt. However, I ...
Patrik Hampel's user avatar
0 votes
0 answers
65 views

I am trying to build a bot application with M365 Agents SDK. I need to set up auth with a certificate that is in Key Vault, but in the sample it only allows adding certificate from local. I was able ...
Medha Gupta's user avatar
1 vote
1 answer
855 views

I’ve gone through the response from Microsoft in the following thread in Stack Overflow and Microsoft Community, but they don’t clearly outline how the deprecation of multi-tenant support will affect ...
Rajeesh Menoth's user avatar
1 vote
1 answer
174 views

I'm building a bot with FastAPI that uses the Microsoft Bot Framework. The bot is registered in Azure and connected via the Microsoft App ID. My goal is to return a simple "Echo" message ...
user29297718's user avatar
0 votes
0 answers
59 views

We are experiencing a recurring issue with our Teams bot that affects our customers periodically. In our service, whenever a notification event occurs, we send an alert message to the customer’s ...
Hyunsu Kim's user avatar
0 votes
0 answers
45 views

I'm trying to add an MS Teams bot to the meeting. But I'm not able to — in each case the Graph API fails and returns an error. The meeting was created like this: async createTeamsMeeting( ...
Gopika Singh's user avatar
0 votes
0 answers
71 views

While developing a bot for Microsoft Teams using Python, based on the official Microsoft sample code from Microsoft-Teams-Samples/samples/app-hello-world. The bot works initially and can receive and ...
Muhammad-Ali's user avatar
0 votes
0 answers
143 views

I have a bot that I'm building for Teams. The bot is running in an Azure web app. It sends a welcome message and receives messages fine in the "Test in Web Chat" client within the Azure bot ...
Hilton Giesenow's user avatar
0 votes
1 answer
55 views

I have being using sample Minimizable-web-chat sample on github and added my own customization. I tried adding nub to it but it seems to be overloaded on the chat bubble content. Is there anyway to ...
Manish Chitre's user avatar
0 votes
1 answer
104 views

I'm trying to implement sso in my teams bot quite like this example here https://github.com/OfficeDev/teams-toolkit-samples/tree/dev/bot-sso But I'm not about to show any dialog or prompt user to sign ...
Gopika Singh's user avatar
0 votes
0 answers
69 views

I have the following adaptive card that is getting rendered by a custom react web chat. When I have required fields they are blocking the submit, even though there are values in the fields. { &...
Nick's user avatar
  • 1
0 votes
0 answers
45 views

I have been developing chatbots using Microsoft Bot Framework and integrating it with Azure Language Studio, but it seems the format of the key has changed. The key works well in the portal but it ...
Manish Chitre's user avatar
0 votes
1 answer
418 views

First off, I'm new to Microsoft Teams (and the larger office/365/azure ecosystem), and have been a bit overwhelmed at the complexity needed to perform what seemed like a simple action. I have a webapp ...
brakeley's user avatar
  • 302
0 votes
0 answers
177 views

In OnMessageActivityAsync, I am getting an API response, adding feedbackLoop to channelData and calling SendActivityAsync. var replyText = $" {APIresponse} "; var seperator = "--------...
Deepika's user avatar
  • 65
1 vote
1 answer
489 views

I'm developing an MS Teams bot for the first time, which will be used in a Teams channel within my company. The goal is to eventually migrate the functionalities of our existing Slack chatbot to this ...
Bomteyer's user avatar
0 votes
1 answer
62 views

Description I'm having an issue when using the DirectLine Speech adapter in my Web Chat integration. I adapted a template that previously worked with the standard DirectLine (text) channel and ...
Victor Muñoz's user avatar
0 votes
1 answer
345 views

I am creating a chatbot using Azure Bot resources with a node JS application. I use the botbuilder package to create an adapter. credentialsFactory = new MsalServiceClientCredentialsFactory( 'APP_ID'...
thchp's user avatar
  • 2,474
1 vote
1 answer
274 views

Gave a look into quite some forums/questions already but the answers were never able to solve my issue. Adaptive cards worked perfectly well with the old webhooks but I just can't figure out what I'm ...
sh_cy's user avatar
  • 70
0 votes
0 answers
125 views

I haven't seen any examples yet of this being done. I have a traditional Bot Framework Teams bot (C#) where I'm trying to enable some of these new enhancements. Are there any restrictions in getting ...
johnborges's user avatar
  • 2,563

1
2 3 4 5
195