用例:我們有我們的票務工具網絡應用程序?,F在,每當創建新票證時,機器人都應該向創建該票證的用戶的 skypeId 發送一條消息。我不確定要在 Skype id 屬性中傳遞什么。我嘗試使用機器人連接器 api?json payload{? ? "bot": {? ? ? ? "id": "botId",? ? ? ? "name": "YashPA"? ? },? ? "channelId": "skype",? ? "isGroup": false,? ? "members": [? ? ? ? {? ? ? ? ? ? "id": "",? ? ? ? ? ? "name": "Nikhil"? ? ? ? }? ? ],? ? "topicName": "News Alert"}在上面的 json 中,我不確定要在成員數組的 id 屬性中傳遞什么。如果我傳遞 skypeid 或 emailid,它會給出以下錯誤響應:"error": {? ? ? ? "code": "BadSyntax",? ? ? ? "message": "Bad format of conversation ID"? ? }預期輸出:應該獲得有效的對話ID。我也想知道我所采取的方法是否正確或者有更好的方法來實現此實現
如何觸發從機器人到 Skype 用戶的新對話?不確定在 Skype 頻道的 id 參數中發送什么內容
慕碼人8056858
2023-07-09 16:16:58