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
0
votes
0 answers

Problems adding Identity Management

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. …
0
votes
1 answer

How to set greeting message in Microsoft Chatbot service

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…
Dusan
  • 47
  • 1
  • 1
  • 7
0
votes
1 answer

Can not connect QNA maker to Azure Bot Service

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…
Dusan
  • 11
  • 2
0
votes
0 answers

Bot no longer responding in Teams chat

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…
0
votes
0 answers

Cannot Add authentication to your bot via Azure Bot Service

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…
zero
  • 11
  • 4
0
votes
1 answer

can i publish my chatbot on twitter without azure ?(MS Bot Framework)

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.
0
votes
1 answer

Deploy customized Bot Framework web chat to 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…
0
votes
1 answer

Adding different users to azure bot service

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.
Murugesh
  • 1,009
  • 1
  • 12
  • 34
0
votes
1 answer

Unable to receive correct response in Get call after post call in azure bot rest API in nodejs

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…
0
votes
1 answer

Azure Bot service for Yammer Channel

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…
MIKAPWEL
  • 11
  • 1
0
votes
1 answer

Azure Bot template - BotApplication

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…
0
votes
3 answers

Using MS Teams as Channel: Authentification Dialog (GetTokenDialog class from Microsoft.Bot.Builder.Dialogs) doesn't popup

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…
Ilona Tag
  • 31
  • 4
0
votes
1 answer

hypen breaking URL in markdown url - webchat botframework

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…
Vijay
  • 1,030
  • 11
  • 34
0
votes
1 answer

Action.Submit on Adaptive Cards not working with Input.Text Python SDK

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":…
Vijay
  • 1,030
  • 11
  • 34
0
votes
0 answers

Invoke Skype for Business from Web Chat control

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…
Vijay
  • 1,030
  • 11
  • 34