Questions tagged [azure-bot-service]

Questions related to the Azure Bot Service

Tag is used for questions related to the Azure Bot Service (https://azure.microsoft.com/en-us/services/bot-service/)

956 questions
0
votes
2 answers

Microsoft Azure Bot Framework Emulator is not sending message

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…
nam
  • 21,967
  • 37
  • 158
  • 332
0
votes
0 answers

Bot service fails with status code:Forbidden

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.…
0
votes
1 answer

Error (502) Bad Gateway: When trying to access chatbot deployed on Azure using WebChat channel

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…
0
votes
0 answers

Adding Email Channel to Microsoft Bot Framework Shows Timeout errors

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…
Aram
  • 5,537
  • 2
  • 30
  • 41
0
votes
3 answers

Not able to find a way to edit the styling of Microsoft Azure Web Bot

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
Shagun Mistry
  • 41
  • 1
  • 9
0
votes
2 answers

Azure QNA Maker HTTP POST

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…
0
votes
1 answer

Continuos integration support in LUIS and QNA Maker

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…
0
votes
1 answer

Building telegram azure bot to deliver dynamic questionaaires, along with location sharing

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…
coderAce
  • 13
  • 6
0
votes
0 answers

Enabling Cortana channel in Azure Bot service

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…
Souvik Ghosh
  • 4,456
  • 13
  • 56
  • 78
0
votes
1 answer

Hangout bot is not available to Users after Publishing

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…
0
votes
1 answer

How to make your bot visible to specific users in a channel

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…
0
votes
1 answer

Fetching everything from a table and storing it in an array

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…
robert
  • 187
  • 2
  • 10
0
votes
1 answer

Prompt for user location on Skype bot

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…
Amit be
  • 469
  • 3
  • 13
0
votes
1 answer

MS Azure bot service Slack bot integration issue

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…
Den Brown
  • 310
  • 1
  • 2
  • 9
0
votes
0 answers

Twilio MMS status is always remains Sent when sent using Bot framework

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…