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

Chat bot for .net core application

I want to create a chat bot which will guide users as per their choice. Which bot framework should be good for .net core web application? Is it possible to integrate a Python chat bot in .net core application? If yes then how? Which are some free…
JK1990
  • 37
  • 2
  • 9
-1
votes
1 answer

How we can customize send icon and add microphone to a azure chat bot framework? (w.r.t. nodejs or javascript)

This code works for me botframework v4, but can there are options to customize azure chat bot? i want to add microphone button , also integrate map option as well. webchat channel has been used with LUIS const styleSet =…
-1
votes
1 answer

How to get a token for specific userid and connectionname without turncontext

I am doing some work in background tasks and have userid (that was extracted from activity.from.id) and connectionname available with me. How do I get the user token from bot service? - turncontext is not available.
AbiSinghal
  • 30
  • 6
-1
votes
1 answer

How do we import question data from HTML files to QnA Maker?

We have html files placed within folders. Structure of the directory is as below. Is is possible by any way to import these html in Q&A maker?
Oxygen
  • 831
  • 4
  • 17
  • 42
-1
votes
1 answer

cortana custom skill not working on Windows phone

I have created a custom cortana skill using bot frame work.My channel name or invocation phrase is "S********O".When I tried to invoke Cortana skill in Windows Phone, it doesn't invoke the skill. Instead, it keeps directing me to Bing results. I…
-1
votes
1 answer

Azure Bot Service Slack Integration

I'm currently evaluating Azure Bot Service using Azure Function as a Slack bot. It works fine with direct and group messages, but I'm having troubles to make it work with app_mention events, the azure function is not getting fired at all. Also, i'd…
-1
votes
1 answer

How to add local images in azure bot framework. I am using node js

I have created a folder and uploaded all images in the azure bot framework. Now i want to use that image for the hards(Hero, Thumbnail). I am using node js. Kindly help me on the same
-1
votes
2 answers

Scripting for LUIS and QNA Maker

We are planning to do scripting for updating the LUIS and QNA Maker for Dev/testing/production environment. Is there any possibility of doing it in the current version of LUIS and QNA Maker?
-1
votes
1 answer

Issue in creating bot service in Azure- Error while creating microsoft App id and password

I am trying to create a bot service using Free Trail Subscription in Azure Portal. While clicking on create Microsoft Appid and Password button, it directs to a page. Instead of showing me up with name and id in Generate App ID and password page,I…
-2
votes
1 answer

"Unable to reach app. Please try again" on Adaptive card

I am using bot framework SDK in Python for Teams channel . Bot showing "Unable to reach app. Please try again" in adaptive card even my whole process is completed successfully and I got back the responses properly. error I also go through…
sagar
  • 1
  • 2
-2
votes
1 answer

When i enter "mention me" in Bot Emulator its throwing an error

I am just working around with the Azure Bot with C#, when i run the sample code and enter the text like "mention me" in the Bot Emulator its throwing an error: "Operation returned an invalid status code 'NotFound'" I am using the below sample code…
-2
votes
1 answer

Change appName and logo for a published app in Microsoft teams

I would like to change the app name and logo for a published app in Microsoft teams. Do the users need to reinstall the app when appName and logo are changed in app-studio? and do the users need to reinstall the app when appName and logo are changed…
-2
votes
1 answer

Wake up the bot on a Hi and should start with same functionality

How to wake up the bot on "Hi"? Actually I am in a dialog which has a prompt containing an adaptive card. I just want that after clicking on that adaptive card it goes directly to the main dialog and begins with the same functionality as when the…
-2
votes
1 answer

Can we develop a functional or process bot using azure service

I'm looking for a solution where my bot can understand users request(may be with LUIS this can be achieved) and verifies/validates the user/requirement with master data. If all good, then connect to my native database(Siebel CRM via API) to perform…
Anand
  • 11
-2
votes
1 answer

Bot Framework - Way to find the question for which bot has answered and user has reacted with buttons?

In Sample 9 (available here) of webchat example, we are providing the user an ability to react to the answer, is there a proper any find the question user has asked for which bot has answered and the user has reacted. Currently, the way I am doing…
1 2 3
63
64