Does Bot Framework Support Slack BlockKit Actions for Interactivity?
I currently have a Slack app with Interactivity enabled. I have connected the Slack app with Azure Bot successfully. I can send messages, and if a user reacts with an emoji, I can get that reaction on my backend. Now I have added action buttons to my…
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.
CLU throwing exception message "xxxxxx" is not a valid CLU subscription key from BOT framework
The sample code provided in the below documentation was tried but end up receiving the error "xxxxxx" is not a valid CLU subscription key. The project is built in Bot framework using core bot sample. As mentioned in another solution, tried all…
Providing an identity to Azure bot service
Requirements: I am creating a teams bot wherein the bot’s logical part/bot is not being hosted on Azure. Current Problem: To get the data from teams my understanding is that Azure Bot Service is utilized wherein an endpoint is provided to it, where it…
AI chat bot on a public website
Hi. I am looking for solutions to add a chatbot to our public website. The bot would response to questions based on the website content. Which Microsoft technologies would be involved for this solution? Please recommend a spectrum of solutions from…
publish from bot composer succeed but the azure portal webchat is empty
I created a simple bot with bot composer (no LUIS). It works well locally. I provisioned a profile then publish it using the documentation steps. The publish step succeed but in the webchat of the azure portal, the bot don't react to message (the window…
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.…
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…
How to connect a bot created in Copilot Studio to Azure using different microsoft accounts?
Thank you in advance for your guidance!I’m trying to create a voice bot to test its functionalities and evaluate if Microsoft is the right choice for my company. I’m currently using my personal Azure account and my company account in Copilot Studio. From…
Unable to Connect CLU Project with Bot Framework Composer
A chatbot has been created using the Bot Framework Composer, and a CLU project with a trained model has been deployed. The goal is to integrate CLU with the bot. When attempting to run the app in the emulator, the following error…
How can I move trained bot from Test to Production
I have a question and answer bot that I setup in our test environment. Once I have it working, I export the QnAs to a TSV file, import them into our production environment, and deploy that project. I never make changes directly to the production…
Wrong geolocation in application insights
We have integrated Azure Application insights with our bot built using Azure bot framework using node.JS and typescript. Everything looks fine and we can see telemetry data flowing in. The city and country names are shown wrong for users. Please see…
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…
Is it possible to show a customize bot name in msteams , when mouse will be hover,
I already read https://zcusa.951200.xyz/en-us/microsoftteams/platform/resources/schema/manifest-schema, There have only "description": { "short": "Short description of your app (<= 80 chars)", "full":…
How to get BOT_AZURE_APP_SERVICE_RESOURCE_ID
I want to deploy Azure Bot to App service. It requires BOT_AZURE_APP_SERVICE_RESOURCE_ID. How to get the specific ID in App Service? Also, I would like to know if it is necessary to deploy my custom Teams Extension in order to use it in Teams? Thank you.
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…
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…
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…
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"…