Recommended pattern to reopen historic conversations in Bot Framework (NodeJS) with WebChat?
Solutions like ChatGPT, Perplexity and Copilot all offer ways for users to reopen older conversations. Last year I built a RAG-type chatbot for internal use for a company using Bot Framework v4 and webchat as the agent. I am currently using…
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…
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.
Chat Bot with integration into Teams
I'd like to create a chat bot for internal use that will integrate with Teams. I tried to use CoPilot studio but publication of the bot was blocked. What's the best way to create a simple chat bot and integrate into Teams? P.S. I am not a developer so…
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 capture Hyperlink click
I have designed an adaptive card Where I have defined a link Click on the link to get more detail . It will open in new tab . Action to capture if someone has clicked on the link How It can be done ? Here is Payload for Adaptive card : { …
How to integrate my microsoft bot framework (depoyed on azure) with whatsapp using twilio?
Hello, I want your help, I developed my microsoft bot framework and tested it on the bot framework emulator and worked perfectly (the dialog's flow's logic), and deployed the bot on azure as well. Now I am trying to integrate the deployed chatbot on…
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…
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…
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…