Is it possible to show a customize bot name in msteams , when mouse will be hover,
I already read https://learn.microsoft.com/en-us/microsoftteams/platform/resources/schema/manifest-schema, There have only "description": { "short": "Short description of your app (<= 80 chars)", "full":…
Issue with Whitelisting Azure IP Ranges for Bot Service
Hello, I am encountering an issue related to whitelisting Azure IP ranges. I work on a bot solution that utilizes the Azure Bot Service and Microsoft Bot Framework, which we deploy on-premises. Most of our clients deploy the service behind a firewall.…
Is the teams bot that auto calls and joins calls a paid service ?
Hi, just had a little confusion surrounding the bot that auto calls and joins calls. I try registering the bot I've created on azure but it asks for a subscription, hence requesting a confirmation.
How to reply on the same Slack Thread using Azure Custom QuestionAnswering
I would kindly ask you to help on this topic if possible. My Azure Bot based on Custom Question Answering is actually up and running: based on the knowledge fixed question I get the corresponding answer. This is the actual code I'm using within the…
Bot Not working after embedding it into our website using webchat iframe embed code
I developed a bot using Microsoft bot framework and tested it locally in the emulator. After that, I deplyed my code in the IIS server and configured Azure bot service with URL endpoint. Then utlized provided web chat iframe code for embedding into our…
best service to create new chat app
I want to create an internal chatbot for my company that dynamically adapts to the type of question it receives. For example, the chatbot should be able to: Call APIs: Prompt the user for required parameters before making the API call, make the api…
Accessing User Access Token in Bot Framework Python SDK for Teams Bot
A Teams Bot application has been developed using the Bot Framework Python SDK (v4.14.4), where BotFrameworkAdapter and an extended ActivityHandler class have been properly initialized. The bot is functioning correctly, allowing chat interactions and…
Character Limit Issue with Azure OpenAI Bot in Microsoft Teams
I am developing a bot using Azure OpenAI and Search service, which is deployed on Microsoft Teams. The bot works correctly in my local environment, but when I deploy it to Teams, the responses fail due to the character limit in the Teams channel (480…
Sending Slack Messages with Block Kit in Bot Framework V4
I'm currently using Bot Framework V4 and have successfully connected to a Slack workspace. I can interact with my bot synchronously. However, I'm trying to send an asynchronous message using continueConversationAsync, which works correctly when sending…
Error 400 - POST to upload file in bot framework emulator
I'm encountering an issue when attempting to upload large files (specifically, files of size 238MB and larger) in the Bot Framework Emulator. While smaller files are successfully uploaded and validated, attempting to upload files larger than…
I want to setup and test a basic & simple "Chatgpt-4o Voice-To-Voice App". I already have setup ChatGPT-4o-preview model in Azure AI Foundry, and I already have the API Key & the endpoint. I just want "THE CODE FOR THE APP"
I want to setup and test a basic & simple "Chatgpt-4o Voice-To-Voice App". I already have setup ChatGPT-4o-preview model in Azure AI Foundry, and I already have the API Key & the endpoint. I just want "THE CODE FOR THE APP"…
Azure bot type for a conversational AI agent for a public web page - multitenant or User-Assigned Managed Identity?
We are building an AI conversational agent for company that would be hosted on our Azure account. The users should be able to communicate via a chat widget to be put on the client's webpages, email and WhatsApp channels. We created a web app for an Azure…
Bot Service cannot reach out messaging endpoint
We are planning to use the Azure Bot Service in conjunction with Microsoft Teams. The bot is already set up in the Azure portal, the Teams channel is enabled, and we have specified a message endpoint that points to a web service located within our…
trying to create an azure bot service but getting Cannot create a v2 converged app error message
trying to create azure bot service but getting below error, validation is also passed .it's really annoying me now. In that subscription I have owner permission as well.
Random Words Detected by Azure Speech Recognizer in Silence
Hello Azure Support Team, I am currently using the Azure Speech Service to recognize speech inputs in my application. The setup of my speech recognizer is as follows: export const createSpeechRecognizer = () => { const speechRecognitionConfig =…
How to enable switching between multiple parallel chats with a bot in MS Teams private chats?
Hello, I am currently exploring a solution for a specific requirement in our AI chatbot, which we are developing for MS Teams. The goal is to allow end-users, who use private chats to communicate with the bot, to manage multiple parallel…
azure skype bot can't create conversation and send message to user
azure skype bot can't create conversation and send message to user. I post the https://skype.botframework.com/v3/conversations rest api, post data: { "isGroup": false, "bot": { "id":…
Bot Framework Adapter: sendConversationHistory Fails in Web Chat, Succeeds in Emulator.
This is a follow up question on this question about reopening a historic conversation In line with the chatinterface of ChatGPT I would like to allow users of a webchat interface to reopen historic conversation. What is working Conversation metadata…
Skype Bot Not Responding to Group Messages
I'm currently developing a bot using botbuilder, and I've successfully registered it on Azure with Skype as the channels. The bot is working fine in 1:1 conversations and with mentions in groups. However, I would like to explore the possibility of having…
Custom Adapter for Instagram in Azure Bot Framework
0 I am trying to connect an Azure bot to the Instagram channel. The bot works fine with a Facebook Business account. I have added the Instagram app to my Facebook page, but it is not working, and I am not receiving any responses from Instagram. Is there…