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…
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…
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…
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,
…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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":{
…