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 add active learning to Azure Chat Bot with C# .net

I have made a chat bot with LUIS and QnA, but now I want to add active learning to the QnA, but the problem is I'm only able to found documentation for node.js, whereas my project is in c# and .net framework. Kindly provide some useful links where I…
-2
votes
1 answer

Can't create a web bot on azure

The screen is stuck with the "Create Blade" message. Tried both on Chrome and Edge
-2
votes
1 answer

Replace BotState with custom implementation for saving user data

Previously I was saving the UserData using the StateClient object but since this will be deprecated I have implemented a solution that saves the ConversationData in a private database. The UserData was set outside a dialog context using the…
Sebastian
  • 617
  • 2
  • 10
  • 30
-2
votes
1 answer

Federation enabled on-premises Skype for Business support in Bot Framework?

I have a bot that is successfully running on localhost and also with ngrok and webchat. I know that Skype for business channel can only be enabled for Skype for business online and office 365 online. Now I want to now, can federation enabled…
niklodeon
  • 1,320
  • 5
  • 20
  • 51
-2
votes
2 answers

Setting up Build Pipeline for Azure Bot Service/Azure Functions solution in VSTS Build

I have an Azure bot service solution, which is in my VSTS Git repository. I am using Task Runner in visual studio to compile, run and debug code on my local machine. Similarly, I want to build and compile the code in my VSTS build pipeline, like…
-3
votes
1 answer

Migrating from bot framework V4 preview to V4 stable(4.0.8)

I have developed bot application using Microsoft bot framework V4 preview(4.0.1 Preview) Now i want to migrate to new stable version (4.0.8) Can anyone tell me what are the breaking changes and how to fix those..
Utkarsh Patel
  • 305
  • 2
  • 8
-3
votes
1 answer

A interview bot using azurebot service with cosmos db for questions

I want to create an interview bot using azure bot service and want to use cosmos db for interview questions can it possible?Need help and suggestions for this.
-4
votes
1 answer

Bot Authenticate user Seamlessly in Microsoft Teams?

Can the Bot Authenticate user Seamlessly in Microsoft Teams by using Microsoft Graph? For Example, The user no need to click Sign in again. I had look so many example in Microsoft Docs, still does not had any example. I had go through the sample…
1 2 3
63
64