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": ,
"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": ,
"channelMessageId": "f8f664370cef47ce821bfce9e90a13a5",
"channelConversationId": "Conv1"
}

最新文章

  1. SubMenu的setHeaderView使用时发现的问题
  2. python学习笔记 ——python写的猜数字游戏 002
  3. 72 [面试题]如果不使用if-else和比较运算符,你知道如何求解2个数字中的较大一个吗?
  4. 修改Tomcat编码方式的两种方法
  5. 模仿ViewPager控件
  6. 使用Cookie保存商品浏览记录
  7. Eclipse Kepler中配置JadClipse
  8. java Comparable和Comaprator的对比
  9. MVC 模型js远程校验的使用方法
  10. aes 解密出现 java.lang.NumberFormatException: Invalid int: "ch"
  11. 022 UFT虚拟对象
  12. LTP 分词算法实践
  13. The Building Blocks-Components of EA part 1- Information and Strategy
  14. 小程序使用之WXS
  15. 初次使用beego框架
  16. Python pyYAML模块
  17. Range:HTML5中的新型Input类型
  18. 左移和右移运算符<< >>
  19. PL/SQL Developer安装配置
  20. Leetcode 1002. 查找常用字符

热门文章

  1. memmove 和 memcopy
  2. Lightoj 1024 - Eid
  3. YTU 2844: 改错题A-看电影
  4. 自定义View分类与流程
  5. Masonry整体动画更新约束
  6. bzoj1426 (洛谷P4550) 收集邮票——期望
  7. snnu1111(子序列求和)
  8. html/html5中的download属性
  9. jquery ajax post请求实例
  10. Android SDK更新以及ADT更新出现问题的解决办法(转载)