Machine Learning Private Endpoint for shared compute resource
Hello everyone, How can I create ML private endpoint for any shared compute resources using ARM bicep template? I have to created shared endpoint vm across all the azure bot apps. Could someone please guide me on how to achieve this? Any insights or…
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 =…
User management when using WebChat for bot services
I am considering WebChat connection for Bot Service. I could not find the following information from the documentation and would like to know is there any way to set UserID and SessionID? Is there any way to get the conversation history from the ID?
About the channels available for bot services.
Is there anything like OpenAPI among the channels available for bot services?
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…
Does microsoft teams supports displaying images in GCC environment?
I have an adaptive card which includes images and my bot send that adaptive card using Bot Framework REST API in Teams conversations. If i use - https://smba.trafficmanager.net/teams as serviceURL to send messages then card images appear correctly. But…
ErrorCode: SystemError
"Something unexpected happened. We’re looking into it. Error code: SystemError. Conversation ID: 14621791-7b20-4262-912f-4a32b6ecdb73. Time (UTC): 10/14/2024 5:04:20 PM." i've been having this problem for over a month now, and my chatbot still…
Is any API available to add a specific bot to the team's chat
Hi Team, We have a feature that allows initiating a chat with a Teams bot. In our scenario, the bot has never been used by the user before, and we only have the user’s email address, Microsoft App ID and password for the specific bot app. Is it possible…
Is there any way to add hyperlink to bot message?
I am looking for a way to add a hyperlink in bot response and send a proactive message after user has clicked on it : Please click this link to register. I went through a lot document but have no idea, please help.
Follow up prompts is not showing in Azure ChatBot (type - Azure Bot)
I am facing issues in display my chatbot in azure Chatbot( type - Azure bot). I had deployed my knowledge base in language service or language studio(type - language) and from its endpoint, displaying Q n A in Azure bot. As there is an option in…
An error occurred validating the Microsoft App Id and Microsoft App Password.
Hi, I have a problem, when deployd my bot in composer: no fount my tenant and AppId and PasswordID: 09:17:48 PM]POST400/v3/directline/conversations/21aecf1b-6e71-4423-88d3-230615bf76be%7Clivechat/activities An error occurred validating the Microsoft App…
issues with Bot deployment
Hi, I am trying to create a bot for the first time, I am here https://language.cognitive.azure.com/questionAnswering/projects/bot1/deploy So the language studio. When i press deploy i get this error "bad gateway" on the summary and below…
How to connect Skype to a Azure Bot
I try to connect Skype (NOT Skype for Business!) to a Azure Bot. It is shown as available. The bot generally works (tested on Web and Telegram). Trying to add Skype leads to an error: Oops, something went wrong at our end Sending one of our engineers to…
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…
Help with Deploying AI Agents to Microsoft Teams Chats
Hello, I need help with deploying AI Agents (bots) to Microsoft Teams chats. Here's my current setup: I have a REST API endpoint that processes user queries and provides LLM-based responses. Users on my platform can create custom AI assistants. What…
Assistance Needed: Deploying AI Agents to MS Teams Chats
I am looking for guidance on deploying AI Agents (bots) to Microsoft Teams chats. Here’s what I have so far: I have developed a REST API endpoint that processes user queries and provides responses based on a language model (LLM). Users on my website…
How to fix a deprecated function in Microsoft Bot Framework
Hi, I am facing an issue with Microsoft Bot Framework. I'm working with a legacy project built on dotnetcore3.1 and Microsoft.Bot.Builder Framework 4.8.3. Right now, I'm trying to upgrade the vulnerable packages detected by our Code Scan Tool. When…
azure bot and whatsap channels implementationn
You may know that WhatsApp is not one of the communication channels supported by the QnA Bot in Azure. Many other are supported but not WhatsApp. What I found is that I download a function from github that should be able to communicate with Azure bot,…
"Unable to reach app." error with successful login for MS Teams using the Bot Builder Framework
When using Python with the BotBuilderFramework to display the OAuthPrompt, the Authentication Sign In Card is displayed. This card is part of Microsoft's python botbuilder-dialogs==4.14.2 and is used to handle all the Oauth authentication. The…
update-schema.ps1 dependency - unable to install node js botframework-cli, orchestrator-core not found
Trying to set up a custom action that can be used from a Bot Framework Composer generated project. The update-schema.ps1 fails. Following instructions from: https://www.youtube.com/watch?v=QZJRtyYP0hY. (Which follows one of your Microsoft…