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
5
votes
1 answer

Storing/Sending information from a skill to the Microsoft virtual Assistant

I’m using the Microsoft Bot framework ( 4.x) and we have the virtual assistant set up along with a few skills. We are currently trying to have a user interrupt their current dialog in a particular skill and jump to a new one. We want to add…
39fredy
  • 1,923
  • 2
  • 21
  • 40
5
votes
2 answers

"Updates to converged applications are not allowed in this version" exception thrown when trying to remove azure bot password

I registered a bot using Bot Channels Registration on Azure portal. I then generated a password for the bot. Now my requirement is to be able to update this password programmatically. I tried removing the password using this powershell api and also…
5
votes
1 answer

Error when creating Facebook Messenger Channel for Azure Bot

I'm getting this error when configuring Facebook Messenger Channel for a Azure bot. May be because of recent Facebook Platform changes. Is there any solution for this error?
Akila
  • 123
  • 6
4
votes
0 answers

Microsoft Teams Channel / Amazon Lex integration

I have a working Amazon Lex bot that I am trying to integrate into an MS Teams channel, such that a user can converse with the bot from within the MS Teams channel. I have created a simple echo bot in Azure and ca access it in MS Teams chat, and am…
4
votes
2 answers

Microsoft Teams returning error when file is uploaded in bot application using Team's attachment button

We have an bot created on bot framework and enabled for Microsoft Teams channel. In the bot, the attachment functionality is enabled and user can send files to bot using Teams and it was working perfectly fine. But from past few week it stops…
4
votes
1 answer

Reply to message as threaded response in MS Teams using Azure Bot Sevices

I have been referring to docs like this and this to send a reply to a proactive message as threaded message. But, I am only able to send each message as independent message and not as reply message. I want to have a reply like this: I am pretty…
4
votes
1 answer

Bot Channels Registration - Azure Bot Framework

When I tried to integrate my bot with Authentication at starting of the doc I have found about Bot Channels Registration Later I have searched for this in Azure Docs I haven't found about this Can anyone please explain me what is the use of…
4
votes
1 answer

Customise Azure bot framework in NodeJs using DirectLine JS

I am looking for a solution which has Customised Azure bot in website. I am not looking for an iFrame integration, As i have already explored. I need a solution which gives me an option to make UI changes in the bot window and invoke Live agent Chat…
4
votes
2 answers

Issue:Test In Web Chat in Azure Bot Service

I am working on Microsoft Bot Framework, I am created the bot through Azure Bot Service in Azure Portal. When I am running my bot application in local emulator its working fine after that published into Azure Bot service. Here my issue is whenever…
sateesh
  • 605
  • 6
  • 16
4
votes
5 answers

How to add a delay to bot responses, so it feels more real in Microsoft Bot Framework Node.js?

Is there a way to add a bit of a delay to the responses? So the bot feels more real, like if it was typing? Just a little bit. Right now the reaction from testers has been that it’s too fast. Which is great, but… feels too “cold”. With a little time…
Vigneswaran A
  • 562
  • 7
  • 18
4
votes
0 answers

Issues when creating bot with Language Understanding Intelligent Service Template

After I input App ID and password, I selected Language Understanding Intelligent Service Template and clicked create button, it's showing loading page and then get stuck on this step forever. Can someone advise why this happened? Thanks, Jack
4
votes
3 answers

Cortana skill not working on Windows 10 or iOS

I have added a Cortana skill using Microsoft Bot Framework. My invocation phrase is "My Skill". When I tried to talk to Cortana in iOS or Windows, it doesn't invoke the skill. Instead, it keep directing me to Bing results. Here are the sentences I…
anIBMer
  • 1,159
  • 2
  • 12
  • 20
4
votes
0 answers

Why can't I open my Azure Bot Service in Visual Studio?

Okay, so this problem is kinda complicated, but I'll try to make it as simple as possible. So I have this Bot Service created in Microsoft's Azure platform. It's been hooked up to BitBucket with the continuous integration option. Then, I tried…
4
votes
1 answer

Creating Azure Bot Service using ARM template

I have tried creating with the Azure Bot Service and using the default ARM template generated in Azure, but it is just creating the resource. Can I create an ARM template which will also configure Azure Bot Service with the following? Language to…
3
votes
0 answers

Azure Bot Service: Failed to forward request to application

We have developed a bot using the Bot framework and it is deployed on Azure and running on the Azure Bot service. Currently, there are two channels: Slack and MS Teams. The bot is built using a waterfall model and we have a predefined structure for…
Fawkes
  • 401
  • 1
  • 8
  • 20
1
2
3
63 64