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

How to read/access sentiment analysis results from luis

I am using azure bot framework with LUIS. I am able to get the intent, and entity in the backend(node js). Similarly are we able to get sentiment analysis as well? Here below the LUIS result. intents 0 intent "Management Team" score …
2
votes
1 answer

Bot Framework - basic, new bot project throwing HTTP Error 403.14 - Forbidden when debugging locally?

Title says it all - I have a brand new C#/.NET Bot Framework project (Basic bot template), downloaded from the Build pane of a new Azure Web App bot, that when I try to debug locally on my Surface Pro 4 with VS 2017, it consistently throws HTTP…
Rob
  • 25,984
  • 32
  • 109
  • 155
2
votes
1 answer

Conditional Fields in FormFlow

I am currently developing a simple chat-bot application using the Azure Bot Framework, implemented using C# and formflow, and testing in Bot Emulator V4. I have been OK thus far, using mostly intuition and a few online resources, but I've recently…
camlep
  • 23
  • 1
  • 4
2
votes
1 answer

Microsoft Teams azure botframework ICON

I'm looking way to change icons of my bot (botframework botbuilder c# azure web app) using manifest.json (https://learn.microsoft.com/en-us/microsoftteams/platform/resources/schema/manifest-schema) they work like a charme for green icon and doesn't…
Sanpas
  • 1,170
  • 10
  • 29
2
votes
4 answers

How to create a LUIS Application

I do not understand the difference between creating a LUIS App from https://www.luis.ai/ and creating it directly from my azure. I created a bot application in visual studio. I have tested this app using the Bot Emulator. I now want the app to talk…
Sam
  • 149
  • 2
  • 15
2
votes
1 answer

response to conversationUpdate on Skype for Business

I intend to send a greeting message from the bot on Skype for Business when the user initially opens the chat window. To achieve this I'm trying to respond to the conversationUpdate event from the bot. When I respond to the conversationUpdate event,…
Vijay
  • 1,030
  • 11
  • 34
2
votes
1 answer

Image is replaced with URL when I send MMS via Twilio channel in Bot Framework nodejs

I am configuring a Twilio channel for BOt. I want to send MMS using this Bot to user. But Image which is attached in Bot framework, is replaced with a URL . Here is How I'm sending the MMS. fs.readFile(attachmentUrl, function (err, data) { …
2
votes
1 answer

How to pass value to hero card of bot framework and not show in UI?

I am using bot framework to display hero card. Scenario : I want to show list of tasks in UI as Hero Cards . Each task has an ID linked to it.I dont want the task ID to be displayed in the card . when user selects the card i want to get the ID of…
user9463688
2
votes
2 answers

Unauthorized Bot Service from Web Chat

Using Microsoft Bot Framework, I created a Chat Bot and I am able to test the Bot using local Emulator. Bot service also deals with LUIS and everything again works just fine. My Bot Service has MicrosoftAppId and MicrosoftAppPassword in…
Sandy
  • 11,332
  • 27
  • 76
  • 122
2
votes
1 answer

How to track quota usage per end-user for LUIS service?

For a Microsoft Bot Framework app made using C#.NET I would like to track the usage of LUIS AI for each end user. I would like to know if there is any in-built option available in Azure, LUIS service, Application Insights, Microsoft Bot Framework…
2
votes
1 answer

Bot Service Migration - 'failed to find any Azure subscriptions for the current user.' error message

I have tried to migrate some bots from the Bot Framework Portal (dev.botframework.com) to the Azure Bot Service but I keep getting the 'failed to find any Azure subscription for the current user.' message. To give some context on this: I have an…
Manu
  • 166
  • 1
  • 2
  • 14
2
votes
0 answers

Messaging endpoint is not updating in Bot Channels Registration nor Bot Channels Registration is deleting

Messaging endpoint is not updating, there are a lot of console errors saying "Failed patching resource entity", "Failed refreshing resource entity", I tried deleting the bot channel registration, delete is also not working it says "Failed to delete…
Abdul Mateen Mohammed
  • 1,864
  • 1
  • 12
  • 21
2
votes
0 answers

skype recieve message not working , getting 403

we used this sample to create a bot to respond to images, but from today, the receive image is not working and is giving 403. https://github.com/Microsoft/BotBuilder-Samples/tree/master/CSharp/core-ReceiveAttachment It was working till yesterday.…
2
votes
2 answers

Microsoft Azure LUIS app emulator no reply

Just set up a Azure Bot essentially following this tutorial https://learn.microsoft.com/en-us/azure/cognitive-services/luis/luis-nodejs-tutorial-build-bot-framework-sample and the code works fine when I test it in the online web chat - intent is…
caridina
  • 131
  • 1
  • 7
2
votes
1 answer

How to post to a webchat using direct line in Microsoft Bot Service?

In the test web chat in azure portal, I get the bot to speak back to me the conversation id by getting it from session.message.address.conversation.id. I wish to then view activities for this conversation id using the method described…
JDT
  • 965
  • 2
  • 8
  • 20