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

Azure Bot Channels Registration with Channel section blank

I have a problem with "Bot Channels Registration" service on Azure portal. After the service creation, the "Channels" section not load, only stay blank. Screenshot: Any help?
0
votes
1 answer

Having trouble configuring bot channels in Azure Portal

I am using a Visual Studio Dev Essentials, and I am trying to set a new QnaMaker bot avaiable on skype and webchat. I was doing all right during the preview, but since bot general availability, every time I try to create a new QnAmaker Bot I get the…
0
votes
1 answer

Rollback of bot migration is only available for one out of three bots

As many other owners of Bot Framework bots I was advised to "migrate MS Bot Framework bots to Azure". In documentation I also found information about rollback In my case I ended up with three bots successfully migrated and working fine however only…
rudolf_franek
  • 1,795
  • 3
  • 28
  • 41
0
votes
0 answers

Error creating new Azure Bot Service instance?

I'm trying to create a bot service on Azure following the quickstart on docs but clicking on "NEW" button nothing happens. The page seens to loading indefinitely. In fact, none is working in the dashboard. When click on config button a lot of…
Rônel
  • 1
  • 1
0
votes
1 answer

Azure bot service creator not giving me QnA template

I've been having issue with trying to create a bot service on the Microsoft Azure package. What I aim to do is link up my QnA bot with the azure bot service so that I can link a web app up to my website. I have already created the QnA bot and…
0
votes
0 answers

Impossible to choose any channel in Azure Bot Service

Since the new Azure Bot Service (released GA 2017-12-13), I've created a "WebAppBot" named "SanoBot" and I can't choose any channel to plug it for another services like Telegram: the page is empty when I click on "Channels". I've done a little…
0
votes
1 answer

Azure Bot Framework - resizable FormFlow window

I am trying to build a simple dialog with the FormFlow but the options I want to display are quite long and are cut off. Any idea how I can make the dialog window resizable?
KeykoYume
  • 2,497
  • 6
  • 24
  • 48
0
votes
1 answer

Creating a bot service via an httptrigger in Azure (nodejs)

I have created a bot in Azure Bot Service, but I am trying to transfer it into an httptrigger than I can call. However, I am struggling with formatting the data and how this would work. Within a queuetrigger, I would like to call the httptrigger and…
JDT
  • 965
  • 2
  • 8
  • 20
0
votes
0 answers

After JSON.parse the result shown is "Object"

I've created a bot using azure bot service, when I give it an api call, my bot replies "Object" instead of the output required. I have also tried json.stringify(), it doesn't show any output in the online test chat and shows an error on the channels…
user8933621
0
votes
1 answer

Azure Bot Service: "An internal error occurred at the server."

I'm testing bot services. I created bots the last week and all were normal but yesterday the service was unavailable. Error internal Hope someone can help me.
0
votes
0 answers

Issue testing bot in Azure portal : "Unable to determine function entry point"

I am developing a chatbot using the Microsoft Bot Framework. I have been developing my bot in my local environment using the bot emulator and it works fine. However, when I try testing in in the Azure portal, it gives the error message: "Exception…
0
votes
0 answers

Intercept user intent with `routing` middleware

I'm trying to intercept messages to send to my analytics server. I'm looking to send it some data such as: messages,intent,resulted dialog. I tried to use the routing middleware of universalBot in this fashion: bot.on('routing',(session)=>{ …
Amit be
  • 469
  • 3
  • 13
0
votes
1 answer

Splitting locale index.json into separate files?

I'm expanding a working Azure Bot Service prototype (on an App Service Plan) that contains all of its prompts in ./locale/en/index.json. Is it possible to split that into multiple files and programmatically determine which file we check for prompts…
C. Platz
  • 41
  • 5
0
votes
1 answer

Azure Bot Service code update with continues developmemt

We had set up a bot service with LUIS in c# for a few months, now on we want to enable continues development with VSTS. we had set up the project in VSTS and commit the source without problem. And the bot service is configured with VSTS and able to…
0
votes
0 answers

Where do I put the root dialog for a Microsoft Bot Service

I am a complete N00b when it comes to creating a bot service. I have generated my bot using the Basic Template. In the template code the run.csx file starts the code with the public static async Task Run(HttpRequestMessage req, TraceWriter…
Joel Parker
  • 295
  • 1
  • 4
  • 17