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

Botframework v4 on Functions

I'm trying to figure out if I can run botframework v4 on Azure functions. Current azure functions page shows only v3 sdk. Anyone has any idea if we can run v4 on functions or not? Thanks.
3
votes
1 answer

.BOT file not getting deployed to Azure Bot Service v4

Using Azure Bot Service with C# Bot Builder SDK v4 v4.0.7 (the GA version released September 2018). I'm using the BOT file to store configuration settings for a GenericService and so have changed the BOT file from the default that was provided with…
Martin Kearn
  • 2,313
  • 1
  • 21
  • 35
3
votes
2 answers

Compose extension is throwing error : V3 agent not found

I am new to creating Compose Extensions in Teams and am facing an issue when I add it to my Teams. All the configurations are in place, from registering the Bot to hosting it as a Bot Service on Azure and handling the compose extension query in the…
Aniket
  • 110
  • 1
  • 12
3
votes
3 answers

How to Publish an Azure Bot

Just learning how to use Azure Bot Service and Azure Bot Framework. I created a Bot in Azure portal following this Official Azure tutorial. Does this bot need to be published somewhere? I read somewhere that you Build-->Test-->Publish-->Evaluate.…
nam
  • 21,967
  • 37
  • 158
  • 332
3
votes
0 answers

Bot Service Migration: 500 Server Error

I've received multiple emails to migrate my bot, but every attempt I've made to upgrade using the Migrate link spends a ton of time processing, then fails with the error: "An error occurred: 500 An internal error occurred at the server." The bot in…
C. Platz
  • 41
  • 5
3
votes
2 answers

Resume Bot Framework dialog when triggered by external service

The Scenario I have a bot built using the Bot Framework with a series of dialogs. One of these dialogs gives the user the option of inputting some complex data via a web page by presenting a button to them. Clicking the button they are then taken to…
James Mundy
  • 4,180
  • 6
  • 35
  • 58
3
votes
1 answer

Azure Bot Framework, QnA Maker API, How to get query text in QnA Dialogue

In QnA Maker API, when no result found, it returns some default message or we can change that message, But I want to run a function/method when no result fount. Below is the code. public QnaDialog(): base( new QnAMakerService(new…
3
votes
1 answer

BOTS Framework, Null properties cannot be encrypted

All of sudden my BOT started failing with this exception today: Null properties cannot be encrypted. Please assign a default value to the property if you wish to encrypt it. The error happens when trying to set conversation data and this is the…
3
votes
1 answer

Microsoft Bot Framework - Development Environments

I started learning Microsoft bot and coming across different environments to build and test. I am trying to understand the exact purpose of all environments. Bots can be developed using Visual Studio using c# or Node.js in our local machine after…
3
votes
2 answers

Authenticate user in Microsoft bot framework

I am building a Banking Bot and I need to authenticate the user before providing any details to him. If the Bot is idle for 5 min, I need user to re-authenticate before proceeding further. I am using Microsoft Bot framework and LUIS for BOT…
3
votes
1 answer

Can't figure out how to generate & view logs for nodeJs bot on Bot Service

I deployed my nodeJs bot to Bot Service recently, and i can't seems to figure out how to generate and view it's logs. when i try to enable logging, i constantly getting an unknown error Looking at the log files on the server, there is no file who…
3
votes
1 answer

Setting up slots or multiple environments for Azure Bot Service

I am working on developing a Microsoft Bot using Azure Bot Service, in that want to set up different environments or slots for QA, Dev, Staging like how we do in azure app services. In settings I did not find Deployment Slots option but under…
narendramacha
  • 550
  • 6
  • 24
2
votes
1 answer

MS Teams Notification Bot installations are not persisted in Azure blob storage

I followed this tutorial to build a notification bot in Teams. I added a blob storage as described here. The blob storage container is created automatically, however it remains empty. My code: -> When I try to send notifications via…
2
votes
1 answer

How to integrate custom question answering (FAQ) bot into an existing azure bot in composer

I have made a chatbot that performs different actions using bot composer. Its showing an error while integrating a custom QNA bot into my existing project in composer . I was able to integrate the Custom QNA bot as new project in composer ,but…
2
votes
1 answer

How to Update a Microsoft Teams Bot Messaging Endpoint with code?

Currently there are two portal options to update the endpoint for a Teams Bot: https://dev.teams.microsoft.com/bots (works intermittently) https://dev.botframework.com/bots How can we update this from the command line / with code? I'm aware of the…
Robin
  • 1,602
  • 3
  • 16
  • 24