Get link Facebook X Pinterest Email Other Apps - April 23, 2018 Has someone experience with sending a Skype-Message over Microsoft Bot Network with Delphi? I would appreciate any info how to start this ... Get link Facebook X Pinterest Email Other Apps Comments Ondrej KelleApril 23, 2018 at 8:39 AMI think you need to configure the Skype channel for your (Azure-based) bot: https://docs.microsoft.com/en-us/azure/bot-service/bot-service-manage-channelsYou can communicate with your bot using client (REST) API (C# and Node.js SDK is provided by Microsoft).https://docs.microsoft.com/en-us/azure/bot-service/rest-api/bot-framework-rest-direct-line-3-0-conceptsThe back end will distribute your messages to all configured channels.ReplyDeleteRepliesReplyAdd commentLoad more... Post a Comment
I think you need to configure the Skype channel for your (Azure-based) bot: https://docs.microsoft.com/en-us/azure/bot-service/bot-service-manage-channels
ReplyDeleteYou can communicate with your bot using client (REST) API (C# and Node.js SDK is provided by Microsoft).
https://docs.microsoft.com/en-us/azure/bot-service/rest-api/bot-framework-rest-direct-line-3-0-concepts
The back end will distribute your messages to all configured channels.