程序包 | 说明 |
---|---|
com.kdayun.wecom.cp.api | |
com.kdayun.wecom.cp.api.impl | |
com.kdayun.wecom.cp.bean.kf |
限定符和类型 | 方法和说明 |
---|---|
WxCpKfMsgSendResp |
WxCpKfService.sendMsg(WxCpKfMsgSendRequest request)
发送消息
当微信客户处于“新接入待处理”或“由智能助手接待”状态下,可调用该接口给用户发送消息。
|
WxCpKfMsgSendResp |
WxCpKfService.sendMsgOnEvent(WxCpKfMsgSendRequest request)
发送欢迎语等事件响应消息
当特定的事件回调消息包含code字段,或通过接口变更到特定的会话状态,会返回code字段。
|
限定符和类型 | 方法和说明 |
---|---|
WxCpKfMsgSendResp |
WxCpKfServiceImpl.sendMsg(WxCpKfMsgSendRequest request) |
WxCpKfMsgSendResp |
WxCpKfServiceImpl.sendMsgOnEvent(WxCpKfMsgSendRequest request) |
限定符和类型 | 方法和说明 |
---|---|
static WxCpKfMsgSendResp |
WxCpKfMsgSendResp.fromJson(java.lang.String json) |