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
12
votes
5 answers

Can we build Skype bots for "Skype for Business"?

I've seen examples of bot programming that work with "Skype". Is it possible to develop enterprise bots that run on "Skype for Business" using Microsoft's Bot/Cognitive service tools/framework?
9
votes
2 answers

Send an image rather than a link

I'm using the Microsoft Bot Framework with Cognitive Services to generate images from a source image that the user uploads via the bot. I'm using C#. The Cognitive Services API returns a byte[] or a Stream representing the treated image. How can I…
Martin Kearn
  • 2,313
  • 1
  • 21
  • 35
8
votes
2 answers

Find Username of skype from Microsoft Bot Framework Channel

I have implemented bot application for Skype using Microsoft Bot Framework (version 3.0.0.59). I implemented how to retrieve the Skype Name & Id but I'm not being able to retrieve the username of the Skype account. How can I get username of my Skype…
maddy7781
  • 157
  • 1
  • 3
  • 8
7
votes
1 answer

What are bot Standard/Premium channels in Microsoft bot connector?

Can anyone explain what are the standard/premium channels in microsoft bot connector? Is Skype, Skype for business, Slack, Kik - Standard/premium channels?
6
votes
2 answers

Skype bot built with skype-sdk in Node.js is not running correctly?

I am trying to build skype bot. I followed documentation given by skype-sdk but failed to create it using that. Can not get reply from bot. const fs = require('fs'); const restify = require('restify'); const skype = require('skype-sdk'); const…
vikrant
  • 141
  • 1
  • 12
4
votes
1 answer

Azure function Skype bot output binding

I'm building a bot which should receive message from azure function and display that message to the user. In this page there is the documentation for bindings of all azure services, but the bot output binding isn't documented. I know that the output…
4
votes
1 answer

Record Calls, Messages & Video using Skype For Web SDK

Everyone, Was searching over the net but didn't find any article describing the information. Can any please tell me whether I can record calls, videos & messages using Skype For Web SDK ? Sorry I didn't demonstrated any code cause I didn't find…
4
votes
1 answer

text formatting in bot framework

I am trying to format the text that is sent from the bot to the user like change font color,size etc. Below are some of the methods that I tried to format the text. text = "

" + text + "

"; text = "
Dipumon
  • 149
  • 2
  • 16
4
votes
1 answer

Upload image to Skype BOT

I have a bot develop with Microsoft Bot Framework, and in Debug run correctly After the install on Skype, after the upload the image I have a link like…
daniele3004
  • 13,072
  • 12
  • 67
  • 75
4
votes
2 answers

How to obtain authorization token for skype bot apis?

I want to create a skype bot and am referring to https://developer.microsoft.com/en-us/skype/bots/docs/api/chat , for authorization the doc refers to https://azure.microsoft.com/en-us/documentation/articles/active-directory-v2-protocols-oauth-code/…
3
votes
1 answer

Add skype bot to a group

I have created a Skype bot using the Microsoft Bot Framework and published it with Azure bot channel registration. I can chat with the bot and it works fine. But I'm not able to add this bot to any group conversation. I've made sure that Enable…
3
votes
2 answers

Azure, Microsoft Bot Framework error: Application with identifier **** was not found

Just happened with my skype bot: nlsql Nothing was committed or changed, in one moment I got an error: Application with identifier **** was not found in the directory botframework.com\r\nTrace ID Probably some new Azure changes for bot framework?…
Den Brown
  • 310
  • 1
  • 2
  • 9
3
votes
1 answer

Bot can handle request from Skype desktop app, but not from Skype store app

I have written a small chat bot using the MS bot framework. I added the Skype and Web channels, and host the bot on Azure with the smallest pay-as-you-go plan. The bot itself is working nicely, both through the web chat and in Skype conversations,…
Ralf Stauder
  • 145
  • 1
  • 7
3
votes
1 answer

skype bot searchable issue

I have created a skype bot and the bot is published. But I cannot add the skype bot in to my contacts because it will not appear while I searching in skype. How can I get my bot in skype search?
joe
  • 365
  • 1
  • 5
  • 16
3
votes
1 answer

Use slash commands in Slack with Bot Framework?

I'm just getting started with the Bot Framework and can't find any reference to supporting slash commands with it? Is this supported for Slack and other clients?
Brian Vallelunga
  • 9,869
  • 15
  • 60
  • 87
1
2 3 4 5 6 7 8