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…
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…
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 >…
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…
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
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…
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…
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:
{
…
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…
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,…
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…
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…
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…
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…
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…