On my Windows 10, I installed Microsoft Azure Bot Framework Emulator from the here (I had used botframework-emulator-setup-4.0.15-alpha.exe from the GitHub link that Microsoft Article provided).
But when I run the Emulator, configure a bot and send…
Looks like BOTS which are migrated to Azure as (Bot Channels Registration) are not working. I have hosted them on Azure app service and I see Forbidden while accessing from Cortana. However, there is no trace of error while calling bot from MS team.…
I am developing a chatbot using Microsoft Botframework. Bot works fine when I run it locally with emulator. How ever when I deploy it on Azure as a bot service and try to access it using webchat channel it start giving 502 error.I am tried following…
I have a Chat Bot and already have a Slack channel and works fine.
When I try to Save an Email I am getting the following error:
Error:
Unable to save. The Operation did not complete within the specified timeout.
Based on the documentations I am…
I have created a Web App bot (Node.js) in Microsoft Azure and am able to deploy successfully. But I can't find any css file or scss file in the code provided or even in the online code editor.
Does anyone have any experience in this?
Thank you
How do I send a request in the form of json format and get back an answer?
I tried sending a post request but I keep getting "The resource you are looking for has been removed, had its name changed, or is temporarily unavailable."
Is there a…
I am looking for Continuous integration (Version control support) from LUIS and QNA Maker which helps me in Staging environment Eg: Moving my code from development to production environment. Do you have any feature like this currently? If not is…
I am developing a location-based recommender system, which uses a chatbot which:
Situation
Gets the users current location via a channel such as telegram/facebook messenger or other
Uses the chatbot, which shares this location with a backend azure…
I am trying to enable Cortana channel to my Azure Bot Service. I am getting below message-
The bot was created by my official MSA ID under a subscription. I checked the publish profile and it seems the username and password is different and…
I am pretty new to Hangout concept.
I have implemented various bot using Microsoft Bot framework.
This time I need to implement and publish a Google Hangout Bot using this link.
As Azure yet not provide Google hangout channel for Bot.
As per this…
I am working on a project that uses Microsoft Bot Framework. I have added Skype for Business channel to it. Now I want the bot to be discoverable by only selective users in the Skype for Business tenant. How to achieve that? If anyone can tell me…
I'm working on a chatbot built using the Microsoft Bot Framework that fetches its answers from Azure Table where it's stored as JSON objects. Once the Node.js code runs, it fetches everything from an answers table and stores it in an array. The rest…
I've recently discovered it's possible to send location in all of skype new client apps.
I tried to send it proactively as a user to the bot and it worked (received the geolocation through the message entities)
My question is whether it's possible…
Dear Stackoverflow community,
I've got "Sad bot is sad because An error occurred processing the request. Please resubmit Slack credentials." issue during Slack authorization of my NLSQL application created on Azure Bot service (Please find also…
I am building a bot for Twilio (SMS) channel. When I send a Simple plain SMS to a number in US, it gets delivered with status in twilio message log as Delivered.
But when I attach any image to the message to send MMS, the message never gets…