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

Azure BotBuilder - How to get the user information of the OAuth Connection Settings

I've created a Azure Web App Bot and added a OAuth Connection Setting which takes the user to Salesforce. Everything works well, I'm able to authenticate the user through my bot and also, I can get the access token from Salesforce. Problem Can…
moustacheman
  • 1,424
  • 4
  • 21
  • 47
0
votes
1 answer

Cannot publish Bot to Azure using npm in VS Code

I'm trying to publish my chatbot application to Azure as instructed in the Azure Portal build menu: Screenshot of instructions I successfully download the code zip file, and it runs fine in VSCode and the Bot Emulator. However, when I do npm run…
smbukhari
  • 1
  • 3
0
votes
0 answers

Chatbot not visible in Microsoft Teams people list

Previously, I had published my Chatbot using MS bot framework in Skype for Business. However, later I realized that buttons, cards and carousels are not supported in the SFB. So, I gave up troubleshooting on that and went on to publish the same bot…
Khushi4.net
  • 329
  • 1
  • 15
0
votes
1 answer

Can't sign user in using OAuth Office 365

I've been stuck on this for 3 days now. I wish there are error messages or something that can tell me where to go. I followed this tutorial on how to create a bot and authenticate users. I used Azure v2 for authentication. I registered my app on…
AskYous
  • 4,332
  • 9
  • 46
  • 82
0
votes
1 answer

How to mimic the reception of a message?

I am using botbuilder for Node.js to build a chatbot (Zoe). The issue I am facing now is that i want to mimic the reception of a message. The use case is: The client speaks in english Zoe speaks in english with him The client send a message in…
Ghassen Rjab
  • 683
  • 7
  • 20
0
votes
1 answer

Azure LUIS Bot using a Base64 string as image url not working

can anyone figure out why my Bot Hero Card isn't displaying an image (provided as Base64 string)? It just shows as a broken image. Not sure what I'm doing wrong. I obtain the base64 string from an external function, then use it as per the below: …
JamesMatson
  • 2,522
  • 2
  • 37
  • 86
0
votes
1 answer

IBM conversation still works with botframework?

I followed this tutorial chatbot with watson conversation + botframwork to build a chatbot using bot framework with watson conversation. It worked just fine in the emulator, however when I add the Microsoft App Id and Password it stops responding.…
0
votes
1 answer

How to create seperate files for each set of Dialogs in Azure bot framework - Node.js

I am having 5 different categories of dialogs. I wanted to keep each of them in seperate files like - Dialog1.js, Dialog2.js, and so on. Could some one help me on the same?
0
votes
2 answers

How to add Typing indicator for bot framework in node js for SFB channel

When bot was fetching the data from web services, that time i need to say bot is typing to the users.
0
votes
1 answer

user receiving same message twice from Skype bot

I was trying to send skype-bot message to skype-user using REST API in nodeJs, but user receives bot-message two times of that single message. I am sending the message with HTTP POST request only single time using a single activityId. Is there any…
user404
  • 1,934
  • 1
  • 16
  • 32
0
votes
0 answers

Cisco Jabber integration with MS azure bot service

I created a chatbot using MS Azure Bot Service framework. I am using Bot Builder v3.12.2.4 and I do have a direct channel to my chatbot. I would like to integrate this existing bot into jabber. Has anyone already implemented such a solution? Using…
0
votes
1 answer

Unable to create azure bot service using powershell

I am trying to create a bot service using command New-AzureRmResource i have a resourcegroup create - testRG properties: @{ Location = "global" Properties = @{ MsaAppId = <>} ResourceName = "test" ResourceType =…
0
votes
0 answers

Bad request from redirect url setting up a new authentication connection setting for Instagram on Azure Bot Service

I am trying to set up a new connection setting for Instagram on Azure as described on this tutorial (https://channel9.msdn.com/Shows/AI-Show/Conversational-AI-and-Authentication) at time 2:30 to OAuth with a Card in Skype The issue seems to be with…
JDT
  • 965
  • 2
  • 8
  • 20
0
votes
1 answer

Microsoft Bot Service - setting up greeting message

Today, I wanted to implement greeting message to my chatbot when users enter chat. I looked to some tutorial and saw that it seems to be easy. The chatbot works when I run on WebChat on Microsoft Azure Bot Service. Here is the screenshot picture…
Dusan
  • 47
  • 1
  • 1
  • 7
0
votes
1 answer

Fetch particular username from JSON array and Display in BOT interface

I am able to call site24x7api to fetch all the customers details (E.g user_id, name, zaaid) in terminal with the help of .js file INPUT : var request = require('request'); var headers = { 'Content-Type': 'application/json;charset=UTF-8', …
SMshrimant
  • 638
  • 9
  • 15