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?
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…
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…
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…
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…
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…
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?
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…
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…
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.
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…
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)=>{
…
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…
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…
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