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

Skype bot cannot send messages to some group from special day although it works fine before

We have implement a Skype bot using Bot Builder 4. And this bot run smoothly around 2 years. But from recent days some specify groups cannot receive proactive message from the bot. We have traced both production & development environment to narrow…
Quinn
  • 11
  • 4
0
votes
1 answer

Talk to an Azure Cognitive services bot with a phone

I created an Azure bot with cognitive services, and enabled the direct speech client and skype channels. I can talk to the bot using the Direct Speech Client application, but I would like to talk to it from my phone, via Skype. I mean place a call…
0
votes
1 answer

Endpoint don't receive a request from skype channel but it's ok in webchat

My API endpoint don't receive any signal from Skype bot service but it's as expected with Web chat when i deploy my code into production. This API using: - .net core 2.2 - Bot builder v4.5.2 - host in IIS 7.5 The API is work fine in both 2 channels…
Quinn
  • 11
  • 4
0
votes
1 answer

How to proactively initiate an audio call to user?

I want to initiate an audio call to users by triggering through API or by a link. I've tried doing it like below but it doesn't call the user. var connector = new calling.CallConnector({ callbackUrl: my_callback_url, appId: my_app_id, …
kurapika
  • 166
  • 1
  • 12
0
votes
1 answer

Skype channel proactive message request get 500 (Internal Server Error) after some time

I am developing a bot for Skype channel, which can send proactive messages. I followed the example project https://github.com/Microsoft/BotBuilder-Samples/tree/master/samples/csharp_dotnetcore/16.proactive-messages , and this works for my need. I…
ahmet kocadogan
  • 127
  • 1
  • 13
0
votes
1 answer

Set up Skype business on local network

Can we use the skype business solution on the local network only? The purpose is that the complete set up will be placed on local network and users within a local network be able to make calls and share the desktop screens. I was exploring the…
TalaT
  • 943
  • 2
  • 12
  • 20
0
votes
2 answers

MS Skype bot isn't responding

I use Azure to create my bot. The Telegram, Web and S4B channels works as expected, but the Skype channel doesn't work. I don't get any error. To create the Skype channel I just click the "Add channel" link and add the new contact to my Skype…
0
votes
1 answer

Is there a dependency between Skype Bot ID, Microsoft App ID and Microsoft Azure Bot Service?

I am feeling a little bit lost with Microsoft. https://dev.skype.com/webcontrol Skype is telling me that I need a Bot ID (also known as Microsoft App ID). At the same website is a link labeled with Microsoft App ID pointing…
matjung
  • 173
  • 1
  • 7
0
votes
1 answer

Can a Skype bot in Group initialize a group call?

I wanted to develop a Skype bot which is able to initialize a group call at a particular time. Is it possible?
0
votes
1 answer

Connecting Skype for Business with ChatBot

I am trying to deploy Bot on skype and facing this error, Could anyone please suggest the solution for the same: PS C:\WINDOWS\system32> $TenentAdminDomainId = Read-Host -Prompt 'Input your domain id in @.com' Input your domain id in…
0
votes
1 answer

How to stop bot framework Skype channel removing numbers from numbered lists?

I am trying to present a set of four choices that are each a sentence long. When I use choice prompts it renders it as a number list on the emulator and web chat. However, Skype stripes off the numbers. In all three cases, the user is expected to…
JSWilson
  • 1,113
  • 1
  • 11
  • 28
0
votes
0 answers

Selecting choice option in skype channel botframework not working [C#]

I have a choice list in my code as shown below: If I try to click on any of the choice in Skype channel it doesn't gets clicked. In other channels its working perfectly fine. (Clicks and typing the choice) In Skype if I'll type the choice then it…
user64870
  • 47
  • 5
0
votes
1 answer

skype bot simulate real person

I read about microsoft bot api. I know bots not working for some countries, bots hard to add in group chat(I can't do it), also bot can't read all messages in group chats Is it possible to create "bot", which will be like a person? With register…
kusanagi
  • 14,296
  • 20
  • 86
  • 111
0
votes
1 answer

Is it possible to integrate LUIS with an Azure Calling Bot that accepts calls via Skype?

I am working on a Chatbot in Azure and the whole conversation flow is based around the intent returned by LUIS. I recently tried deploying this bot to the Skype Channel because I want to be able to call the bot and interact using voice. But…
0
votes
2 answers

Dialogflow - Fulfillment request pay load - How to register the user with user id received in request payload

What are the google/Microsoft(Skype) APIs available in order to register user in my application with the same user id as received in fulfillment request payload to my web hook? I receive following for skype: { "originalDetectIntentRequest":{ …
Sana.91
  • 1,999
  • 4
  • 33
  • 52