Questions tagged [skype-bots]

Questions regarding the Skype Bots SDK (C# or Node.js).

All questions regarding the Skype Bots SDK (C# or Node.js).

108 questions
0
votes
1 answer

Skype bot not showing response from webhook but shows correct result for embedded custom payload in api ai

Hello I'm building a bot in skype using api.ai, or dialogflow, as it is called now. Anyway, this is my custom payload: { "skype": { "type": "", "attachmentLayout": "", "text": "", "attachments": [ { "contentType": "", "content": { …
Jacob Celestine
  • 1,758
  • 13
  • 23
0
votes
1 answer

REST API SkypeBot suggested actions

Trying to make REST API skype bot but have a problem with a suggested actions message. I prepare JSON with code like this: $message = [ "type" => "message", "from" => [ "id" => $clientid, ], "conversation"…
0
votes
1 answer

Skype REST API python starting conversation

Just added my bot Jessie to contacts. Now trying to start conversation and nothing is works import requests import requests.auth as auth import json url = "https://login.microsoftonline.com/botframework.com/oauth2/v2.0/token" headers =…
Bohdan Bessonov
  • 408
  • 7
  • 21
0
votes
0 answers

MS Bot framework - Linking Message Controller and Calling Controller

I'm working on a Skype bot using the Microsoft Bot Framework. I have a MessageController and CallingController. I'm trying to somehow link the information obtained from the MessageController with a function within the calling controller. e.g. Within…
Stephen Pefanis
  • 305
  • 1
  • 3
  • 16
0
votes
1 answer

Chatbot web plugin - A web alternative to Facebook messenger and friends

I'm looking for a way to simulate our chatbots on a web page and not inside Facebook Messenger / Slack / Telegram etc... Does any one knows of such project? Someone needs to open an open-source project for a chatbots browser.
TBE
  • 1,002
  • 1
  • 11
  • 32
0
votes
0 answers

How to display the data in table HTML format in Skype Bot Node.js SDK

I have already done with the example given for Node.js SDK here but no luck. In Skype client it showing text not the table formatting. bot.dialog('message_with_table', function (session) { var tableHTML = '
Mukesh S
  • 367
  • 5
  • 19
0
votes
0 answers

Images in Hero card inside carousel of bot framework rarely loads

I am using Bot Application Framework of C# to build a skype bot. I do some processing on image and then send it back to user in carousel of hero cards. https://dev.skype.com/bots I am following the constraints of the hero card, I am resizing image…
0
votes
1 answer

how to connect and send massage to skype bot via php?

i want to bild a simply skype bot via php for send and recive massage im tired for serch but cannot find any true sdk or complated sample for this im need help after get token from…
Milad.biniyaz
  • 496
  • 5
  • 10
0
votes
1 answer

Node - Export in the same file

Don't know how it is possible, but some how I'm trying to use the function that I am exporting in the same file. exports.OnefunCall = function (session, builder, properties) { var request = require("request"); request(url, function (error, response,…
Mukesh S
  • 367
  • 5
  • 19
0
votes
1 answer

Muliple choice option in skype channel botframework [node.js]

I'm searching solution form last week but no luck. Can user select the multiple options in skype Nodejs SDK. I'm looking for the solution where user can be able to select the more than one option from the choice list. Let's say I wanted to…
Mukesh S
  • 367
  • 5
  • 19
0
votes
0 answers

apply listStyle to Prompts.text() in bot framework

I'm updating my question. I have requirement to subscribe the multiple items from list. I was searching on internet for the same but no luck and no option to select multiple option by using choice prompt with botframework nodejs SDK. I guess if we…
Mukesh S
  • 367
  • 5
  • 19
0
votes
1 answer

treemodel + skype-bots Cannot read property 'model' of undefined

I'm working on skype bot app. I have issue with read the node from tree-model. Tree-model example follow the children node but my node has diff tab to read by system. XML example-
Mukesh S
  • 367
  • 5
  • 19
0
votes
0 answers

Can we create a Skype bot which multiple clients can use on their Sype for Business accounts?

We are a B2B serving company and want to create a Chat Bot. A good portion of our clients use Skype for Business. Can we create such a Chat Bot?
0
votes
1 answer

Skype Bot Authentication

So recently, I set up a NodeJS bot to link messages between a Discord chat and a Skype chat. Now, I'm pretty new to Javascript, and entirely new to NodeJS, so luckily for me, there's a framework already made called Spype. The discord side works by…
0
votes
1 answer

Skype Converting Item Numbers to Emoji

My bot is displaying in Skype, but the 6 and 8 appear as emoji. This is just a normal FormFlow form: public class WeightsForm { public Weight FromUnitType { get; set; } public double Amount { get; set; } public Weight ToUnitType { get;…
Joe Mayo
  • 7,501
  • 7
  • 41
  • 60