I tried to deploy the bot in azure. Initially I created a web app bot in azure and then I download the code from azure. After that I added all the production files like .bot, .env, web.config files in my git repository. After that I added my git…
I make my web app bot in azure, then I download my code to work in that code with visual studio. when I decided to run that code, I realize it didnt come with a .bot file. So I dont have any way to test it in bot emulator.
I try to create my .bot…
I am creating a simple bot using Azure LUIS and this is my first one. I made some decent progress after doing some research and also now integrated with Slack as channel to test it.
The bot functionality is working fine, but I am looking to identify…
I am facing issue while sending message in my Chatbot. I had taken the below steps to create the Chatbot.
Created the bot using Bot framework SDK v-4 and published to Azure
Created the Bot Channels Registrations and registered the App ID
Included…
I am working on azure bot service,Bot is working properly. Once the chat is completed i need to send entire chat conversation to email as a transcript-or. How to achieve this?
With the following Url I found a way how to extract the secret keys of a webchat bot:
https://dev.botframework.com/api/bots/{bot_id}/channels/webchat"
It will return a JSON response like following:
webchat secret keys
This works well when I…
I am a beginner and got some tutorial videos based upon Bot framework v3 and was trying to implement Rich Cards with QnAMaker.
I have created Knowledgebase using "QnA Maker GA" and Bot using v3 QnAMaker template in Azure Bot Service.
Now the…
I'm using botframework with Node.js SDK version 4, and i'm try to send an HeroCard to Facebook Messanger.
If i send the card without all it works properly, but if i add some buttons i get a generic error in console that doesn't give me any…
I created a chatbot using Azure Bot Services and published it to the Cortana channel. It works on my Windows 10 PC, but not on my iPhone using the Cortana app 3.0.0.13220. I use exactly the same user account and invocation phrase.
Are custom skills…
Is there a possible way to integrate the speech services with bot? So i would like to know what is the process that goes in the integration of Speech Services with Bot?
How is it possible to do the integration with bot through the key that is…
Recently, I have been getting 405 response messages logged in Application Insights from the bot framework relating to "OPTIONS" message being sent.
How should my service be responding to these?
Who is making these requests?
I've created a chatbot using Node.js and the flow of dialogs works fine til the endDialog. Im having issues implementing a back option so it can jump back only to previous dialog. Can anyone please guide me how to solve that?
.reloadAction(
…
I'm able to successfully load test my bot server by getting the proper auth token from Microsofts auth URL (basically through this page)
I was wondering if this was a valid test on the service considering that we're not actually hitting the bot…
I would like to follow Azure best practices and utilize deployment slots for testing my chat bot. I have deployed 2 instances of my bot.
Production bot: https://[my-bot].azurewebsites.net
Staging bot: https://[my-bot-staging].azurewebsites.net
I…
The very first message from Azure bot framework is always slow.
Is there any way to optimise it?
Is possible to identify the connectivity of the bot?(for each user)
So that I can handle it from the HTML part.