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

How to define two different entity roles for the same prebuilt Entity (number) in LUIS

I am looking to build a bot that typically requires two numbers with a different meaning (role) in the same utterance. Let's take the example of a StockMarket order assistent (fictional, as example) Some example utterances: Buy 100 MSFT stock at…
3
votes
2 answers

MS Teams App: There was a problem reaching this app

The users on MS Teams desktop reported multiple issues with our MS Teams app. They see the following error on MS Teams Desktop App: There was a problem reaching this app. The screen is attached below. However everything is working (chat, search…
3
votes
1 answer

Bot Framework Composer - Publish profile

I'm using the Bot Framework Composer to create a bot and now I'm trying to publish is to an Azure Function App. The piece I'm lost on is where to get the "accessToken" for authenticating the Function App. I've tried to do this via the Function App >…
3
votes
0 answers

Teams Bot - The tenant admin disabled this bot, error when getTeamsDetails

As mentioned in the title, I'm getting "Tenant admin disabled this bot" as an exception error and also in the bot registration "msteams" channel warning errors. I'm able to chat with a bot but it fails in action task in message extension which is…
3
votes
1 answer

Can an adaptive card used in an adaptive dialog in a templated fashion?

I would like to return an Adaptive card via SendActivity in an Adaptive Dialog. The code to do this looks like: new OnIntent("Help") { Actions = new List() { new SendActivity("${Help-Root-Dialog()}") } }, But, I'd like…
Irwin
  • 12,551
  • 11
  • 67
  • 97
3
votes
1 answer

Add skype bot to a group

I have created a Skype bot using the Microsoft Bot Framework and published it with Azure bot channel registration. I can chat with the bot and it works fine. But I'm not able to add this bot to any group conversation. I've made sure that Enable…
3
votes
2 answers

Allow multiple Microsoft App IDs for chat bot

I have a chatbot that works on localhost, and it's working great. I then added a new Bot Channels Registration on Azure for testing, and that works fine too. I did it by taking its Microsoft App ID and password and putting it into my…
AskYous
  • 4,332
  • 9
  • 46
  • 82
3
votes
1 answer

Can't display item in Carousel Hero Card

Currently I want to convert the JSON to Carousel HeroCard, When I debug, The error shown is: System.ArgumentException: Can not convert Array to String. at Newtonsoft.Json.Linq.JToken.op_Explicit(JToken value) Here with my JSON: { …
Eng Soon Cheah
  • 257
  • 1
  • 10
  • 42
3
votes
1 answer

How to test Conversation bot localhost

I am currently following Teams Conversation Bot sample. I have followed it to the letter as far as i can see. What works. When i talk to the bot though the web view I can see it hitting the code on my localhost. protected override async Task…
Linda Lawton - DaImTo
  • 106,405
  • 32
  • 180
  • 449
3
votes
0 answers

Proactive bot triggers waterfall

I’ve developed the bot which assists the user to book the meeting room and is available only in Teams channel for 1 to 1 conversations. I’ve developed the waterfall dialogs to gather the data (preferred room, floor, number of the participants, date,…
piotr
  • 71
  • 5
3
votes
1 answer

Stopping the infinite dialog loop

In short I want to know how to stop the multi-prompt example on the Microsoft sample git repo looping forever. I've been looking over the V4 documentation and I am unable to find anything that's hinted at the solution here. Microsoft have published…
3
votes
1 answer

MS Bot Framework V3 web chat/direct line issue - Internal Server Error 500

I am new to C# and the Bot Framework (V3) and have been asked to begin testing an existing bot on a project I have joined. The bot itself works fine on the Bot Emulator and when hosted on Skype, but for some reason the web chat on Azure does not…
3
votes
1 answer

How do I send out notification messages to skype groups using the azure bot framework?

I am new to the Azure Bot Framework and I am trying to do something that I think is quite simple. I have a Node application that a few times a day needs to send notifications to various skype groups. I have been using skype-http for a while, but it…
Andrew Eisenberg
  • 28,387
  • 9
  • 92
  • 148
3
votes
0 answers

Botframework SDK v.4 - A prompt step within a waterfall dialog results in an object within the storage no longer being able to be called

Currenty, I am trying to develop a Chatbot using the SDK v4 of the Bot framework and I have the following problem: Based on the BasicBot template from Microsoft I tried to build my own waterfall dialogue. Within the function…
Tobias C.
  • 61
  • 1
  • 8
3
votes
3 answers

How to host BOT Framework V4 BOT on IIS

I am hosting my BOT Framework V4 BOT on IIS. Server Configuration is as below Windows Server 2012 R2 IIS 8.5 I have also installed dotnet-hosting-2.2.1-win.exe which is essential in order to host BOT V4. I have set application pool as No Managed…
Amol Pawar
  • 251
  • 1
  • 15
1 2
3
63 64