|
|
@@ -312,7 +312,7 @@ public class AiCallTaskNode extends AbstractWorkflowNode {
|
|
|
// 音色来源(如未配置默认留空,由 EasyCallCenter365 使用默认值)
|
|
|
createParam.setVoiceSource(callConfigVo.getVoiceSource());
|
|
|
// 技能组(转人工客服分组,可选)
|
|
|
-// createParam.setGroupId(callConfigVo.getBusiGroupId());
|
|
|
+ createParam.setGroupId(callConfigVo.getBusiGroupId());
|
|
|
|
|
|
JSONObject runParam = (JSONObject) JSON.toJSON(createParam);
|
|
|
runParam.put("companyId", robotic.getCompanyId());
|