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…
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…
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…
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…
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…
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:
…
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.…
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?
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…
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…
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 =…
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…
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…
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',
…