9,710 questions
-1
votes
0
answers
34
views
Existing Teams bot installations not receiving activities after endpoint correction
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 ...
0
votes
0
answers
46
views
Using Bot Framework “Seen” Feature with RSC Permissions — Installation Restrictions Issue
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 ...
0
votes
0
answers
86
views
`Unauthorized` - setting up MS Teams app, app service can't connect with bot service
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 ...
0
votes
1
answer
81
views
Error updating existing Teams app: new manifest file won’t import
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
{
"$...
0
votes
0
answers
79
views
Bot Framework fails to obtain token with User Assigned Managed Identity from AKS pod
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. ...
0
votes
1
answer
145
views
Unable to add Notifications Bot to multiple channels of the same Team
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 @...
0
votes
0
answers
91
views
Bot Framework - using TeamsSSOTokenExchangeMiddleware prevents OnTeamsSigninVerifyStateAsync from being called
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 ...
0
votes
0
answers
65
views
Authenticating with Key Vault Certificate in M365 Agents SDK
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 ...
1
vote
1
answer
855
views
The deprecation of multi-tenant applications is causing issues for customized chatbot solutions built using the Bot Framework [closed]
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 ...
1
vote
1
answer
174
views
Bot Framework (FastAPI): No response in Web Chat and Emulator, despite 200 OK and correct activity schema
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 ...
0
votes
0
answers
59
views
Teams Bot fails to send messages after a while — findAllChannels missing expected channels
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 ...
0
votes
0
answers
45
views
Not able to add teams bot to an online meeting. The graph api returns call not found error
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(
...
0
votes
0
answers
71
views
ConnectionResetError when sending messages to MS Teams Bot after inactivity period
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 ...
0
votes
0
answers
143
views
Teams bot not receiving messages sent from within Teams
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 ...
0
votes
1
answer
55
views
Custom Web Chat - bubble nub size getting overloaded on front
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 ...
0
votes
1
answer
104
views
Not able to show the sso dialog in teams bot as nothing happens after begin dialog step
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 ...
0
votes
0
answers
69
views
Adaptive Card filled required fields blocking submit
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.
{
&...
0
votes
0
answers
45
views
CLU Key is Invalid of Azure Language Studio
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 ...
0
votes
1
answer
418
views
Microsoft Teams Bot: send a message to a Teams User via REST API calls
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 ...
0
votes
0
answers
177
views
How to link feedback to the response message in Teams Bot - Bot Framework SDK
In OnMessageActivityAsync, I am getting an API response, adding feedbackLoop to channelData and calling SendActivityAsync.
var replyText = $" {APIresponse} ";
var seperator = "--------...
1
vote
1
answer
489
views
Issue with MS Teams Bot Authentication (AADSTS700016: Application Not Found in Directory)
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 ...
0
votes
1
answer
62
views
DirectLine Speech: No Welcome Message or Bot Activities Rendered
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 ...
0
votes
1
answer
345
views
ClientAuthError: network_error: Network request failed - ConfigurationBotFrameworkAuthentication
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'...
1
vote
1
answer
274
views
Mobile version of MS-Teams doesn't fully render adaptive card
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 ...
0
votes
0
answers
125
views
Using AI Generated Messages in Traditional Bot Framework C# Bot
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 ...