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

How to deploy botbuilder sample as Azure Function

I'd like to deploy one of the dotnetcore botbuilder samples as an Azure function and point the bot service registration at the Azure function. I've found a few posts that describe this sort of thing but they seem to refer to v3 of the SDK. Is this…
2
votes
2 answers

Bot registration vs application registration in Azure

I'm trying to understand the difference between a bot service registration & application registration in Azure. I'd assumed that a bot registration was all that was required (to get the app id & secret) to test out a bot, but then came across the…
Wonboyn
  • 43
  • 2
2
votes
1 answer

How to connect Bot framework composer with Azure app configuration to read value from there

I am new to bot composer. I have gone tutorial from this link Weather tutorial to build a weather bot. Here to get the weather report, it is sending Http request to some weatherbot url. Instead of hardcoding that url in composer itself I want to…
V.Dev
  • 167
  • 1
  • 15
2
votes
1 answer

How to deploy a bot framework app to azure using a zip file and an ARM template?

We're trying to deploy a prebuilt bot artefact into tenants via ARM deployments kicked off with REST APIs. We're struggling to replicate the actions of a gui based deployment from vs code / visual studio given that all the docs use the az cli. A…
2
votes
1 answer

How to authenticate a user using a teams bot using my own custom authentication service?

I have created a bot on azure and registered it in bot registration channel. Now I want to authenticate the user using the bot using my own custom authentication service hosted like https://domainname/auth. I have no idea how to do it. I have read…
2
votes
1 answer

onMembersAdded event is not firing when installing Teams Bot app from zip

I would like to send the user a welcome message when they install my MS Teams Bot app. All the samples and documentation point to using the ActivityHandler onMembersAdded event. Unfortunately I can't get this event to fire. I also noticed that…
Tyler
  • 1,019
  • 12
  • 27
2
votes
0 answers

View previous user messages on Azure Bot

How do I show the previous user messages in Azure Bot service ? I have them fetched from the database,I can print them on my console. Lets say I have message U1 from user 1 and B1 the reply of bot to this message.How do I make the bot send…
2
votes
0 answers

Virtual Assistant unable to dispatch new QnA maker knowledge base

I am creating a virtual agent from the BOT framework virtual assistant template and created a new QnA maker knowledge base. Added the new kb to the cognitivemodels.json and ran the update_cognitive_models script with -remotetolocal paramter. I can…
Kaileb
  • 21
  • 2
2
votes
0 answers

Cannot perform 'set' on a proxy that has been revoked

I am very new to the JS/Node js. I am having this issue with bot framework pleas help me with this. TypeError: Cannot perform 'set' on a proxy that has been revoked at D:\Bot\Archi-bot-src\node_modules\botbuilder-core\lib\turnContext.js:360:40 …
2
votes
1 answer

What is the benefit of the using cosmos db as a storage of state in bot framework instead of using memory storage

I am little confused with the use of comosdb or any other storage for user state in bot framework other then memory storage. As I read in the documentation that memory storage will be deleted after refresh.and it will remain in cosmos db. But how to…
2
votes
3 answers

Send a adaptive card with data in python using 1.2 version

Based on the below, I have a card template and data separately as json. https://adaptivecards.io/samples/FlightItinerary.html But i am not sure how to send data through python for the below card. I cant find a documentation examples for template and…
dhanush-ai1990
  • 325
  • 4
  • 20
2
votes
1 answer

Adding MS Graph API Oauth in Azure Bot Services using REST API

I am using REST API for Azure Bot Services and GRAPH API for creating MS Teams Bot. I have been using two different oauths for my application since I require my bot to get details from GRAPH…
2
votes
1 answer

Not able to create a Web App Bot through Azure portal, getting ServiceError: CreateAppOnlySteps

I am trying to create a Web App Bot in Azure, getting error ServiceError: CreateAppOnlySteps https://i.stack.imgur.com/8ayNW.png
shatakshi
  • 31
  • 5
2
votes
0 answers

Azure QnA Bot ServiceError: CreateAppOnlySteps

While following this tutorial, the step that creates the web app bot in Azure results in an error. After clicking Create Bot in QnA Maker, accepting all of the default values in the new Azure window, and clicking the Create button to create the web…
crayden
  • 2,130
  • 6
  • 36
  • 65
2
votes
1 answer

Microsoft Bot authentication using Azure Active Directory v2

I am using this sample (Botframework V4) [https://github.com/microsoft/BotBuilder-Samples/blob/master/samples/javascript_nodejs/18.bot-authentication][1] for performing authentication in my bot. I need few thoughts to implement this authentication…
Arulvelu
  • 79
  • 1
  • 7