I'm trying to add identity management to my Cortana Channel, but when I hit save (Connect to Cortana) nothing happens. I'm able to update the name of the bot and invocation phrase, but the identity management section is still empty after a save. …
I want to set greeting meesage for my chatbot on Microsoft Bot service. I have already integrated chatbot to Microsoft Team. There is a documentation for setting greeting message but I do not understand where can I find all these files. Anyone can…
I am facing with the problem because I can not connect qna maker bot to azure bot service. On qna maker platform everything works good, but when I go to bot service and test in web chat it does not work, it just repeats message I typed. I have…
I've built a C# bot which has been working very well, but on Friday it stopped responding completely. I still get a 'bot is typing' message for a while then it goes away with no reply.
The bot works as expected in the Azure test chat, and also…
I want to try the demo on Add authentication to your bot via Azure Bot Service which based on the document https://learn.microsoft.com/en-us/azure/bot-service/bot-builder-tutorial-authentication?view=azure-bot-service-3.0, what i am using is…
i made a simple bot with Microsoft Bot Framework and i want to use my bot on unsopported channels(direct line channel) like twitter, instagram. So please help me to connect the bot to channels without Azure.
I've customized my web chat by cloning from the source here. No I want to deploy this to Azure and host it on one of my websites. I'm building the app based on the instructions in the above. When I try deploying, I either get a "You do not have…
I have created different Web App Bots in azure portal. I want to different users into azure portal and assign bot to each.
So when they login , they will only see the bot service assigned to them and they will work on it.
Bot Info
SDK Platform: Node.js
SDK Version: 3.0
Active Channels: Direct Line, etc.
Deployment Environment: Azure Bot Service, Azure App Service using rest APIs.
Issue Description
I'm using Azure bot rest APIs in my application using node.js. When…
I looking for the way to create a bot service for Yammer channel, but this channel isn't available, and you can't read or write on this application.
I found some pieces of information about AtBot logic, or the integration of Yammer in Teams, but…
I downloaded Azure bot template. right now my bot is working and replying an echo of what i said and how many characters it had when I run it with the bot framework emulator. but i want my bot to start a conversation. how do i do that? i want the…
How can I use the new authentification feature in Bot Builder with MS Teams?
There seems to be an issue with Teams (see Login user with MS Teams bot or https://github.com/Microsoft/BotBuilder/issues/2104), seems if this is not considered in…
I've a url which contains a hypen . This hypen breaks the way url is displayed and does not let the URL to be properly displayed in the markdown format as shown below
HTML
Please click here…
I am trying the adaptive cards with the Bot Builder v4 Python SDK. I am trying to gather feedback from the user using the Input.text field and then the Action.submit
{
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"type":…
A button like below will open up a contact in Skype for Business. We have a Web Chat bot hosted on Azure bot Service. I would like to utilize the buttons present in the Web Chat control to invoke Skype for Business contacts in a similar way. But I'm…