|
|
@@ -2,6 +2,7 @@ package com.fs.crm.service;
|
|
|
|
|
|
import java.util.List;
|
|
|
import com.baomidou.mybatisplus.extension.service.IService;
|
|
|
+import com.fasterxml.jackson.core.JsonProcessingException;
|
|
|
import com.fs.crm.domain.CrmCustomerAnalyze;
|
|
|
import com.fs.crm.param.PolishingScriptParam;
|
|
|
|
|
|
@@ -76,5 +77,5 @@ public interface ICrmCustomerAnalyzeService extends IService<CrmCustomerAnalyze>
|
|
|
|
|
|
List<CrmCustomerAnalyze> selectCrmCustomerAnalyzeListAll(CrmCustomerAnalyze crmCustomerAnalyze);
|
|
|
|
|
|
- String aiIntentionDegree(String content , Long chatId);
|
|
|
+ String aiIntentionDegree(String content , Long chatId) throws JsonProcessingException;
|
|
|
}
|