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

Why I can't save and retrieve bot data in Azure Tables in Skype channel?

I've been working with bot for the lat three months, my Bot is finished in Webchannel,direct line, telegram and now I'm working on Skype channel, everything is fine except save and retrieve data from Azure Tables, I'm geting the error "Unknown…
0
votes
1 answer

Identify when a user is using the skype web control - on botframework

I'm looking for a way to identify whether a user is sending a message with the Skype web control and not through the standard client. Is there any parameter attached to the session object or any other way to do so? Or maybe a ref parameter like…
Amit be
  • 469
  • 3
  • 13
0
votes
1 answer

Compare string with user input from skype chat

So I wanted to create a skype bot that replies to certain phrases sent to me. A particular phrase or text will have a different reply. The problem is that I am stuck with comparing the user input with the particular string. For some reason the…
Shine Cardozo
  • 489
  • 5
  • 16
0
votes
1 answer

Upload a text file as attachment using Bot framework not working in Skype channel

I am unable to upload a text file as an attachment using the Bot framework (Bot.Builder v3.11.0), when trying in the Skype channel. It worked in the Bot framework emulator though. Following is the code which uploads a file and to returns the…
Nitin K
  • 287
  • 3
  • 7
0
votes
1 answer

Prompt for user location on Skype bot

I've recently discovered it's possible to send location in all of skype new client apps. I tried to send it proactively as a user to the bot and it worked (received the geolocation through the message entities) My question is whether it's possible…
Amit be
  • 469
  • 3
  • 13
0
votes
1 answer

How to record audio & video of user in skype real time media calling?

I want to ask questions to the user and record his response, like a IVR bot but I want to record both audio and video of the user. Is it possible to do that with real time media calling? I had gone through the samples, but I did not understand on…
Anita George
  • 1,145
  • 6
  • 18
0
votes
1 answer

Unable to send file attachment to user/hyperlink url of file location in Skype

I have a requirement for a bot to send a file as a downloadable to the users in Skype. The files are in physical path. Below is the code: public async Task SelectedOptionAsync(IDialogContext context, IAwaitable argument) { var message =…
Naveen Prasath
  • 539
  • 1
  • 3
  • 23
0
votes
0 answers

How to export logged data into text or db using Microsoft framework?

I have a Skype bot active. How do I export the logged chat from Skype with my bot into text or Db? I don't know where to start. please send me a guide or something, can add in my code to export the logged data from Skype. This is my dialog.cs…
0
votes
2 answers

Passing an external user ID through MS Bot Framework

I am working on a Skype bot, using Microsoft's Bot Framework. I have an external website, where a user can create an account, obtaining a userID. I would like to have a button on my website that allows me to link their account to a Skype…
0
votes
1 answer

Skype BotFramework answer calls automatically

I am using Node.js to create Skype bots. I want my bot to answer calls automatically from selected contacts and create a group voice chat consisting of bot, caller, and me. I couldn't understand the documentation much. Is there a way to do it? If…
Ege Elgun
  • 53
  • 7
0
votes
1 answer

Skype Bot sending message (not a reply)

Trying to create a Skype Bot, but I have a problem. Please, help me. I use PHP so I use REST (not NodeJS or C# SDK). The task: I have to send data from html form on my website to Skype (so I don’t have to reply to a message, but just send). Well, I…
0
votes
1 answer

Not able to receive an attachment from Skype in BotFramework

On BotFramework (NodeJS), I was trying to replicate the demo available at https://learn.microsoft.com/en-us/bot-framework/nodejs/bot-builder-nodejs-send-receive-attachments . It actually works well. Code in case ms article change: // Create your…
Nordes
  • 2,493
  • 2
  • 21
  • 30
0
votes
0 answers

How do I add a bot to a Skype groupchat thru skype api

I created a bot. Then I have to add it to my contact manually before I can add it into a group. Is there any way I can add this bot to a group through skype api ? I just can't find it nowhere. What I want is, using the api with param like group_ip…
Randy Lam
  • 579
  • 5
  • 11
0
votes
1 answer

How to use thumbnail cards when defining dynamically values in FormBuilder

My bot has the following FormBuilder: public static IForm BuildForm() { return new FormBuilder() .Field(new FieldReflector(nameof(Os)) .SetType(null) …
0
votes
1 answer

c# bot is responding differently on one or more channel

i have deployed my bot on azure,which is running on two channel "Skype" and "Web chat " for testing purpose i have integrated both channel in sample html file screen shot with problem description i have used this code in ConservationUpdate , my…
Shadab Ali
  • 45
  • 6