Questions tagged [microsoft-skype-bot]

The Skype bot API from Microsoft.

The Skype bot API from Microsoft.

35 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?
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
4
votes
1 answer

Skype Bot OAuth error that wasn't happening before

I previously had a Skype bot able to post messages using the API. But on 11/17/17 I started getting this error on every attempt, and as a result, no message gets posted. I haven't changed anything. requests.exceptions.HTTPError: 401 Client Error:…
twasbrillig
  • 17,084
  • 9
  • 43
  • 67
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…
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
2 answers

Microsoft bot framework review process

I have been trying to publish my Skype bot to Microsoft Bot Directory, it has been almost two weeks and it is still in review. My questions are: Do they have a list of must haves for the bot so that they can only accept it if it fulfills these…
tahsintahsin
  • 994
  • 8
  • 18
2
votes
0 answers

Record Microsoft.Skype.Bots.Media AudioMediaBuffer to a wave file

I am trying to record the incoming buffer data on Microsoft.Skype.Bots.Media audioSocket.AudioMediaReceived. As per findings till now it might be like saving incoming buffer data to the disk and use tools like ffmpeg to convert that buffer data…
2
votes
1 answer

Skype conversation uri doesn`t work in card button

Well, in the beginning I have to describe that kind of case I want implement: I implementing a skype bot that will be create and send conversation link to users as basic card with button. I need to create invitation link into a conversation for…
2
votes
1 answer

Microsoft.Bot.Connector.BotState. - Operation returned an invalid status code 'Unauthorized'

I keep getting this exception after my bot is already active for hours. I'm not using any state API, and I've replaced the data store with one from Azure extensions Conversation.UpdateContainer(builder => { var store =…
Medion
  • 81
  • 1
  • 6
2
votes
3 answers

Skype bot can not be added to group chat

I'm developing a bot for Skype and enabled setting that allows to add this bot to Group Chats. However, when I click to "Add People" button, I can see only the real people, but Skype Bots are hidden there (even the official ones). There is an…
2
votes
1 answer

Skype chat bot framework - node.js

I'm new to the bot framework and working on the skype chat bot by using node SDK. I have JSON tree array which provide me the id and names for tree data. treeName = tree.parse({ "id": 1, "title": "menu", "children": [ { …
Mukesh S
  • 367
  • 5
  • 19
2
votes
0 answers

How to verify Skype Bot Connector JWT token?

I am trying to verify Authorization token from Microsoft Bot Framework Channel Emulator according to the documentation. I retrieve OpenId metadata document from https://api.aps.skype.com/v1/.well-known/openidconfiguration and download keys from…
skoval00
  • 629
  • 5
  • 7
1
vote
1 answer

Integrations skype and facebook messenger not responding with fulfillmenttext

except for google assistant app, all of my integrations are responding with static default response instead of custom fulfillment that i hosted on my server. i already checked request and response json from dialogflow to my server, they are fine...…
1
vote
0 answers

LUIS bot does not take in account singular / plural intent

We are creating a bot and using LUIS as an interface, which is a requirement. On LUIS we have implemented intents and utterances. We are facing a problem for achieving a scenario on usability. To be precise there are utterance created for each…
1
vote
0 answers

bot framework skype hyperlink

I have a formflow bot which has following fields: Site Name Parent Site URL (need to pass hyperlink) Site Owner There is no regex used for the hyperlink. Whenever I run from webchat channel, it works as expected. But in Skype bot, passing in a…
user64870
  • 47
  • 5
1
2 3