|
|
|
@@ -0,0 +1,17 @@ |
|
|
|
package com.xueyi.nlt.nlt.service.impl; |
|
|
|
|
|
|
|
import com.xueyi.nlt.api.nlt.domain.vo.DmIntentVo; |
|
|
|
import com.xueyi.nlt.api.nlt.domain.vo.response.DmIntentResponse; |
|
|
|
import com.xueyi.nlt.nlt.service.IDmNltService; |
|
|
|
import org.springframework.beans.factory.annotation.Autowired; |
|
|
|
import org.springframework.stereotype.Service; |
|
|
|
|
|
|
|
@Service |
|
|
|
public class DmNltServiceImpl implements IDmNltService { |
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
public DmIntentResponse conversation(DmIntentVo intent) { |
|
|
|
return null; |
|
|
|
} |
|
|
|
} |