bot service
10 TopicsHow to add a Teams Media Bot in an online meeting.
I am currently developing a Teams Media Bot designed to join Microsoft Teams meetings, record sessions, and perform subsequent analysis. The bot is intended to participate as a visible attendee in meetings. Below is an overview of the development environment and the key issues encountered: Current Implementation: Graph API with Application Permissions: The bot joins meetings as an application. Azure Bot Service: Facilitates communication between the bot and Microsoft Teams. Deployment: Hosted on an Azure VM. Note: No resource account is currently associated with the bot. Issue #1: Delayed Join Scenario The bot successfully joins and appears as a participant when it initiates the meeting and other participants join afterward. However, if participants are already present and the bot attempts to join later, the logs indicate successful entry, but the bot does not appear in the participant roster, nor does it begin recording. Interestingly, the bot becomes visible only after all other participants leave the meeting. The root cause of this behavior remains unclear. Issue #2: External User Access Constraints When the bot is active in a meeting and the lobby bypass setting is not configured to "Everyone," external users encounter difficulties joining. Although they receive meeting invitations and can initiate a join attempt, they are redirected to a new meeting instance instead of entering the ongoing session. This issue resolves once all participants leave the meeting, allowing external users to join successfully. Attempted Resolution: I explored creating a resource account and assigning the bot’s application ID to that account. However, I encountered authentication challenges when attempting to authorize the bot on behalf of the user account. Request for Guidance: I would appreciate any insights or recommendations to address these issues, particularly regarding the bot’s delayed visibility and the constraints affecting external user access.17Views0likes1CommentREST API to send an adaptive card in MS Teams Bot
I want to send an adaptive card to a user, who has the bot that I am building on MS teams, by triggering an API whose body will have conversationId for the bot so that the card is sent only to that user. Would be of a great help if somebody can help me out with this.737Views0likes0Comments[Teams] Adaptive card opens outlook email template
Hello! I'm currently developing a command bot that would display some information after the user types a command. I've successfully deployed my bot to azure environment via the teams-toolkit 5.0 at the moment I'm seeking to add some extra functionality. Feature to add: Sometimes my information would contain and email address and I would like to use that email address to open Outlook and create an email template, like we do when we call "mailto:email address removed for privacy reasons". I've done some research in the documentation and I'm not sure if this is even possible?: https://learn.microsoft.com/en-us/microsoftteams/platform/task-modules-and-cards/cards/universal-actions-for-adaptive-cards/overview? If someone has an example of this working that would be greatly appreciated!!Solved2.6KViews0likes3CommentsWho bot not working!
Hello everyone.In my organization we use the "Who" bot of Teams to obtain information about users but since 2 days ago the following message appears: Do this also happen to someone else? Is there any information on when it will work again? Thank you!Solved1.7KViews0likes2CommentsTime out, Image send, Email track adding to bot framework composer
I have developed a chatbot for IT Support team in our company, running on MS Teams using Bot Framework Composer. I have integrated it with Azure logic apps to send emails to IT Support team. I want to know how to; Get user's email address in MS Teams (We can get user's name using ${turn.activity.from.name} telemetry track event) Set a timeout period Send a Image to using HTTP request in JSON format (Then users can upload the screenshot of their issue)1.1KViews0likes0Comments“Schedule appointment” and “Benefits Inquiry” scenarios no longer showing up in Health Bot Service
We have a team working with customers and making platform recommendations for AI elements that best align with the use cases they are seeking to enable. Not too long ago, the Microsoft Healthcare bot showed “Schedule appointment” and “Benefits Inquiry” as scenarios that were coming soon to the health bot service, but today they are no longer showing up in the same screen. These particular scenarios are required for what and we are seeking help in understanding why they are no longer there. Co Is there anyone here who can help us understand if these scenario templates are actually coming soon, and if so, when they may be available?709Views0likes0CommentsMission Hack- Cognitive Services, Bots, IOT and gaming fun
First published on MSDN on Feb 20, 2018 Guest blog by team Mission Hack from Cambridge Hack by Johannes Goslar Microsoft Student Partner at Oxford UniversitySo the idea In the beginning, we had a motivated team of 4 randomly mixed together people, set out on a mission to not cure cancer, but visually identify different skin conditions, we built a hardware prototype and reduced the cable clutter of a raspberry pi when attaching a camera, speakers and a microphone.730Views0likes0CommentsCan I create a new Bot Service without access to Azure Panel?
Hello, This is my case: I own a panel to manage customers and other things, so, I allow my users to create chatbots through this panel to attend his customers (these are bots shape developed with Bot Framework). At this moment, I pick all requests by my users, then I go to Azure panel and set up new services manually. Could do this proccess automatically by an API or something else? Thank so much! Regards Manuel1.1KViews0likes1Comment