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
1
vote
1 answer

The team bot did not appear in a team meeting

We are using a Microsoft sample code to join the team meeting and start the recording. The problem which we are facing is When we hit the post method from the postman to join the call using this link in postman…
1
vote
1 answer

Skype will no longer be accepting new Bot registrations?

Find notification at Azure/ Skype chanel seting "As of October 31, 2019 the Skype channel will no longer be accepting new Bot registrations. Current Skype bots will continue to run uninterrupted." Does it mean my current bot will not work after…
1
vote
1 answer

Bot framework v4 hero card share button

I am working on building bot using v4 of bot framework. I have the functionality to share the hero card within the channel. i.e If the bot is deployed in facebook we need to share within the contacts same for skype too. How can I achieve…
1
vote
0 answers

Skype Call recording

I want to record skype calls with the help of any skype client/module. I searched a lot on all forums but all solutions are outdated and mostly don't work. I want to make my code flexible in such a way that it can automatically detect ongoing call…
1
vote
1 answer

How to initiate an audio call from bot to user?

Is it possible to initiate an audio call from Bot to the user? If yes, Could you please provide the sample code where i can refer.
Srilekha
  • 57
  • 1
  • 2
1
vote
0 answers

Skype Calling integration with dialogflow

I created a test bot with Dialogflow and integrated it with skype as per instructions here . The text bot appears to work perfectly fine. But i am not able to call my bot. The dialogflow bot is Enterprise edition(V2) and it allows voice…
1
vote
0 answers

Forword Message From Microsoft Bot

My Bot works as an Intermediate channel between users -skype users-, In other words, one of its work to catch a message from one user and forward this message to another one, Currently, I can get the text and photo message and forward it without any…
Ayham
  • 11
  • 2
1
vote
0 answers

Microsoft Bot DirectLineClient v 3.0

I have embedded a Skype chat control in my ASP.NET application, and configured it to use a data-bot-id.
user977606
  • 95
  • 2
  • 11
1
vote
1 answer

Skype: Not able to send file attachment to user

I am not able to send file attachment from a bot to a user in Skype. I am using bot builder version 3.5.0. Below is my code. ConnectorClient connector = new ConnectorClient(new Uri(activity.ServiceUrl)); Activity reply =…
poovarasan
  • 21
  • 2
1
vote
0 answers

Not able to get skype group chat as well as bot messages

When call this API then getting below error https://skype.botframework.com/v3/conversations/29%3Adg_yugtechno/activities {"error":{"code":"BadArgument","message":"Failed to decrypt conversation id"}}
dharam
  • 51
  • 7
1
vote
0 answers

Auto complete in Bot Framework

Is there any way to do autocomplete (from a database or JSON) in the Bot framework emulator? Currently I am using the Bot Framework emulator and I want to know if there is any possible way of using @symbol to populate (autocomplete) data. Finally I…
1
vote
0 answers

Error:Delivery failed in skype channel

Hi I am working on bot like by using latest update in azure I created web app bot suessfully, After that I tested the bot in test in web chat option in azure web app bot, There its working fine. I added the skype channel to the same bot so, when I…
sateesh
  • 605
  • 6
  • 16
1
vote
0 answers

Skype channel not working, others do

I'm trying to get started with the botframework and I managed to get my bot to work on 2 channels so far, but when I try to add skype it does not respond. I have tested it on kik and webchat, both works smoothly and fast but when I try to add a…
Shaked Dahan
  • 402
  • 5
  • 22
1
vote
1 answer

Skype Bot webhook - receive nothing

I am developing a bot for Skype in Java. Right now, I only want the bot to authenticate (get bearer token) and to echo received messages. I did last test on 31st July 2017 and it worked fine. But, since August, the strangest thing is happening: The…
frege
  • 21
  • 2
1
vote
0 answers

How to stop Skype bot from converting ' to its ascii character?

I have made a SKYPE bot using QnA Maker. I have also used liststyle button in QnA Maker tool to show users as options buttons to choose if there are more than one match to the queries keyword. In that button text if there is '(apostrophe) then in…
Ravi Sharma
  • 244
  • 2
  • 14