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
2 answers

There was an error sending this message to your bot: HTTP status code NotFound

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…
Prakash
  • 591
  • 3
  • 9
  • 28
2
votes
1 answer

Why bot file missing from azure web app bot?

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…
2
votes
2 answers

How to get the user id from Slack to bot service

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…
2
votes
1 answer

Directline/Web chat channel error: HTTP status code Forbidden

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…
Souvik Ghosh
  • 4,456
  • 13
  • 56
  • 78
2
votes
1 answer

How to get chatbot conversation

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?
Sagar Patil
  • 469
  • 9
  • 20
2
votes
1 answer

How to get the webchat bot secret keys?

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…
jyfa
  • 93
  • 7
2
votes
2 answers

azure bot framework v4 vs v3

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…
Zia Haque
  • 21
  • 2
2
votes
1 answer

Node.js Botframework 4 - Hero Card with buttons doesn't work on Facebook Messanger

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…
2
votes
0 answers

Cortana Skill works on Windows 10, but not on iOS

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…
Nils Breitmann
  • 647
  • 1
  • 4
  • 16
2
votes
1 answer

Integrating Azure Bot with Azure Speech Services

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…
2
votes
1 answer

Bot Framework sending OPTIONS message

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?
NiteLordz
  • 597
  • 2
  • 18
2
votes
2 answers

ChatBot back to previous dialog

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( …
migena22
  • 21
  • 2
2
votes
2 answers

How to properly test an azure bot service

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…
Jayaram
  • 6,276
  • 12
  • 42
  • 78
2
votes
1 answer

Point Microsoft Bot DirectLine API to slot instance

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…
2
votes
1 answer

Why very first message from Azure bot framework is always slow

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.