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
9
votes
3 answers

ChatBot did not work in Web Emulator but work well in Local Bot Framework emulator

I developed the ChatBot that integrates with SharePoint On Premise. When I debug the ChatBot in emulator, it work. But When I debug on Web Emulator in Azure and Website Hosted in Company Website by using DirectLine, it did not work. Does anyone know…
9
votes
1 answer

Dependency Injection for Azure chat bot middleware?

I am working on a new chat bot using Azure Bot Service and QnAMaker. We are using BotBuilder middleware, including custom middleware, to tailor the bot behavior. One of the middlewares will be calling an Azure function and I would like to use the…
8
votes
2 answers

How to access VS code deployed on Azure

How can I access all the files that are deployed from Visual Studio into Azure? I am creating a bot using bot framework which I then publish. But, when I go to review the code online I can't see all the files via the App Service Editor/Kudu/etc. The…
7
votes
3 answers

Where do I find the IDs needed for Bot Framework?

The IDs to use for Bot Framework are in most cases easy to find, because you receive them in the "Activity" object that is sent to the bot when the user initiates contact. However, I am trying to use the Create Conversation endpoint, which means I…
7
votes
2 answers

Difference between Functions Bot, Web App Bot & Bot Channels Registration in Microsoft Azure?

What's the difference? I couldn't find specific information about all three services here or on Microsoft Azure or on Azure Bot Service...
IAmBotmaker
  • 322
  • 5
  • 15
7
votes
1 answer

Plans to support .NET Core in Bot Framework SDK?

Is there any plan to support .NET Core in the near future? I mean, without refactoring my bot code. There are still components not compatible with it.
Cabuxa.Mapache
  • 762
  • 1
  • 7
  • 19
6
votes
1 answer

Sending acr_values when using GetOauthSignInLinkAsync

I am implementing a teams bot and are using Identity Server as authentication that we set up in the Bot Channel. It works fine when using var signInLink = await (turnContext.Adapter as IUserTokenProvider).GetOauthSignInLinkAsync(turnContext,…
6
votes
3 answers

Azure Bot Framework Bot with LUIS and WaterFall Dialogs executing in abnormal manner. Unexpected dialog flow

I am working on hacking up the GitHub 'CoreBot' sample code for Bot Framework V4 (with LUIS) for my own purposes, and have hit a snag in the way the responses and waterfall dialog steps are being executed. I have a top level dialog. My expectation…
6
votes
2 answers

How to find Knowledge base ID (kbid) for QnAMaker?

I am trying to integrate QnAmaker knowledge base with Azure Bot Service. I am unable to find knowledge base id on QnAMaker portal. How to find the kbid in QnAPortal?
Andy
  • 2,493
  • 6
  • 37
  • 63
6
votes
3 answers

Bot Service is not working with Node.js . Error cannot find module 'botbuilder'

I created a Bot Service through 'Azure Portal' with Node.js and LUIS. When the Bot is created, i can see the 'Chat interface' loading forever with a message 'Loading chat interface'. Bot developer interface So I opened Bot through 'My bots' in…
Babu Chaganti
  • 83
  • 2
  • 5
6
votes
1 answer

Why is Azure "Unable to find the bot with the specified id" when attempting to open a Bot Service that very much exists in the Azure Portal?

I'm having a problem that I cannot find any information on anywhere on the Internet. I'm sharing an Azure directory with a number of my cohorts, and as such, any number of us might be working on a Resource in the Portal. However, when anyone creates…
ConJoJohn
  • 151
  • 7
6
votes
3 answers

Difference between Microsoft Bot Framework and Azure Bot Service?

I want to create a bot, but I am confused what is exactly Bot Framework and Azure Bot service? Can anyone explain in detail?
amit patil
  • 235
  • 3
  • 7
5
votes
2 answers

How do you handle CardAction Button Clicks in Bot Framework .NET for Teams?

I built a bot using the Microsoft.Bot.Builder.Azure 4.12.2 connected to MS Teams via the Azure Bot Service. I have a message with a Hero Card attachment containing a set of buttons. When a user clicks on a button, the value of the card is sent back…
Haacked
  • 58,045
  • 14
  • 90
  • 114
5
votes
1 answer

which bot solution I should use, Botframework or Composer tool or Power Virtual Agent? Is Power virtual agent costly?

I already use bot framework using c# and hosted in azure. Our bot is integrated with LUIS and use a SharePoint list to answer FAQs. We want to upgrade our bot and we see now many new bot solutions like power virtual agent and composer. Is it worth…
5
votes
2 answers

Phone Number not clickable using Azure Bot Framework Web Chat

Setup I created a Azure QnA Web Chat Bot using QnAMaker, Azure Bot Service, and the Bot Framework Web Chat client in JavaScript. Here's an example of how I'm initializing the bot with HTML + JS:
axbeit
  • 853
  • 11
  • 35
1
2 3
63 64