Getting module not found error in during site startup
I am trying to deploy an azure bot (python-echo-bot) to azure app service using arm templates https://github.com/microsoft/BotBuilder-Samples/tree/main/samples/python/02.echo-bot It build successfully but at the site starting process I get this error…
Azure AI Foundry -> Prompt Flow deployment always throws - Endpoint "[ProjectName]" creation failed error
Azure AI Foundry -> Prompt Flow deployment -> Always throws - Endpoint "[ProjectName]" creation failed erro****r. The complete log is added below. The request is invalid. Status: 400 (The request is invalid.) ErrorCode: BadRequest…
I need help or information on handling calls from CISCO UCCE using azure bot
I am trying to integrate azure bot with CISCO UCCE to handle the calls by voice bot. Need your help in setup and configuration.
Need to increase payload limit for slack channel - Bot Channel Registration
I created Azure bot (samsbot-prod), added Teams and slack in channel. When I try to send a file in teams it works, but in slack i’m getting below error “Error while capturing screenshot: RestError: The request content length exceeded limit of 262144…
Azure Bot works on all channels except Live chat widget
I've created a Multitenant Azure Bot using the python Echo Bot example provided by Microsoft in github. I'm hosting it as an app service and it works in the Emulator, Slack, and DirectLine. Today, we tried to integrate the Bot with Omnichannel and test…
Azure AI Studio - Prompt flow - "Flow is missing" error
I am trying to create a prompt flow in Azure AI studio, and I keep getting the "Flow is missing" when I try to open the flow after creating it. I have tried all types of flows i.e. standard, chat and evaluation. I am not able to proceed…
How to create a Chatbot with Question Answering
Hello, I'm trying to create a chatbot with Azure bot service. the problem is that QnA maker is being killed and replaced by a new service called Question Answering. When I tried using it I couldn't even find it. tried locations such as East US and Europe…
Unable to add Conversational Understanding Resource to BOT Composer BOT
I've created a BOT in BOT Composer. It now requires a Conversational Understanding Resource which I have created and deployed. The dialog in BOT Composer gives the error: "No existing Language Understanding resources were found in this…
Integration of MS Teams and Python Script
I need to integrate MS teams and Python script. The task is as follows: The user will send his query (it can be through chat or audio call) from the MS Teams to the bot (we need to understand which resource and what is the procedure for the same). The…
How to integrate Azure AI Studio Chatbot with Shopify
So I would like to know if there is any javascript embedding that we can paste after we have created our custom chatbot in Azure AI Studio, to integrate with my website on shopify
Execution failure in 'chat_with_context': TypeError for unsupported operand 'NoneType' and 'NoneType' in Azure AI Studio Chatbot Deployment
I have developed and deployed a chatbot using Azure AI Studio, but I encountered the following error during execution: Error Message: Execution failure in 'chat_with_context': (TypeError) unsupported operand type(s) for +: 'NoneType' and 'NoneType' This…
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…
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…
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.
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…