Has someone experience with sending a Skype-Message over Microsoft Bot Network with Delphi? I would appreciate any info how to start this ...

Comments

  1. 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

    You 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.

    ReplyDelete

Post a Comment