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…
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…
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…
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…
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…
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…
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 =…
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…
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…
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…
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…
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…
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…
My bot has the following FormBuilder:
public static IForm BuildForm()
{
return new FormBuilder()
.Field(new FieldReflector(nameof(Os))
.SetType(null)
…
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…