换装退出思考增加好的
This commit is contained in:
parent
166f2db0a0
commit
cb17a54e49
@ -111,6 +111,7 @@ public class U3DActionCommand extends ActionCommand implements IActionCommand{
|
|||||||
return deviceUserTalkRecordService.insertDeviceUserTalkRecord(talkRecord).flatMap(integer -> {
|
return deviceUserTalkRecordService.insertDeviceUserTalkRecord(talkRecord).flatMap(integer -> {
|
||||||
return toU3DMq(systemTalkBindU3d, baseSession.getUserId()).flatMap(b -> {
|
return toU3DMq(systemTalkBindU3d, baseSession.getUserId()).flatMap(b -> {
|
||||||
resp.setType(AskTypeEnum.EXIT.getCode());//告诉Box退出思考
|
resp.setType(AskTypeEnum.EXIT.getCode());//告诉Box退出思考
|
||||||
|
resp.setText("好的");
|
||||||
return actionSendMessage.sendMsgWithTongYi(baseSession, resp);
|
return actionSendMessage.sendMsgWithTongYi(baseSession, resp);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user