1、请求的Message格式
{ "type": "Message", "id": "fd89606f8014453ca5587e2961b7a72c", "conversationId": "8a684db8", "created": "2016-04-25T05:00:25.5292748Z", "language": "en", "text": "谔谔", "attachments": [], "from": { "name": "User1", "channelId": "emulator", "address": "User1", "id": "2c1c7fa3", "isBot": false }, "to": { "name": "YourAppId", "channelId": "emulator", "address": "YourAppId", "id": "YourAppId", "isBot": true }, "participants": [ { "name": "User1", "channelId": "emulator", "address": "User1", "id": "2c1c7fa3", "isBot": false }, { "name": "YourAppId", "channelId": "emulator", "address": "YourAppId", "id": "YourAppId", "isBot": true } ], "totalParticipants": 2, "mentions": [], "channelMessageId": "f8f664370cef47ce821bfce9e90a13a5", "channelConversationId": "Conv1", "hashtags": [] }
2、ReplyMessage格式:
{ "conversationId": "8a684db8", "language": "en", "text": "You sent 2 characters", "from": { "name": "YourAppId", "channelId": "emulator", "address": "YourAppId", "isBot": true }, "to": { "name": "User1", "channelId": "emulator", "address": "User1", "isBot": false }, "replyToMessageId": "fd89606f8014453ca5587e2961b7a72c", "participants": [ { "name": "User1", "channelId": "emulator", "address": "User1" }, { "name": "YourAppId", "channelId": "emulator", "address": "YourAppId" } ], "totalParticipants": 2, "channelMessageId": "f8f664370cef47ce821bfce9e90a13a5", "channelConversationId": "Conv1" }
时间: 2024-10-07 23:50:29