接收智能机器人无法回答时的通知

POST https://webapi.kf5.com/kchat/message
Body 参数:
NameRequiredTypeComment
actionstring操作名称,robot_noanswer
messageobject消息信息
message.typestring消息的类型,通知为 notice
message.appidinteger自定义 IM 应用 id
message.to_userstring接收消息的用户 openid
message.create_timeinteger消息的发送时间,秒级别时间戳

请求示例:
{
	"action": "robot_noanswer",
	"message": {
		"type": "notice",
		"appid": 1000045,
		"to_user": "e4d8c2abfc783e0b8f0d7b4eb93812e5",
		"create_time": 1480433249
	}
}
用户服务器响应:

状态码 200