音频管理和维度分析
This commit is contained in:
@@ -57,6 +57,10 @@ spring:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,20 +0,0 @@
|
||||
{
|
||||
"chat": "客户:你好,我想了解一下沃尔沃XC60这款车。\n顾问:您好!很高兴为您介绍沃尔沃XC60。这是一款中型豪华SUV,在安全性和环保方面表现非常出色。\n客户:我比较关心安全性能,听说沃尔沃在安全方面做得很好?\n顾问:是的,沃尔沃XC60配备了City Safety城市安全系统,还有Pilot Assist领航辅助系统,在主动安全方面非常先进。\n客户:那价格方面怎么样?我预算大概在40-50万左右。\n顾问:XC60的指导价在37-47万之间,您的预算完全够用。而且我们现在有置换补贴和金融方案,可以帮您降低购车成本。\n客户:我目前开的是宝马X3,想置换。置换的话有什么优惠吗?\n顾问:宝马X3置换XC60的话,我们可以提供1万元的置换补贴,还有3年免费保养。您对XC60的哪个配置比较感兴趣?\n客户:我比较喜欢T5智远豪华版,配置比较均衡。\n顾问:T5智远豪华版确实是个不错的选择,配置很丰富,包括全景天窗、真皮座椅、哈曼卡顿音响等。您平时主要是家用还是商务用途?\n客户:主要是家用,偶尔会跑长途。\n顾问:那XC60非常适合您,空间宽敞,长途驾驶也很舒适。而且沃尔沃的环保理念很好,车内空气质量是同级最好的。",
|
||||
"communicateDate": "2025-01-03 14:30:00",
|
||||
"analysisScene": "wechat_chat",
|
||||
"aiAnalysisRequestId": "ai_req_20250103_001",
|
||||
"businessId": "union_12345",
|
||||
"customerFlowId": "flow_67890",
|
||||
"businessType": "wechat_chat"
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"unionId": "test_union_12345",
|
||||
"consultantId": "consultant_67890",
|
||||
"communicateDate": "2025-01-03 10:30:00",
|
||||
"analysisScene": "sales_consultation",
|
||||
"aiAnalysisRequestId": "ai_req_20250103_001",
|
||||
"version": 1,
|
||||
"chat": "客户:你好,我想了解一下沃尔沃XC60这款车。\n顾问:您好!很高兴为您介绍沃尔沃XC60。这是一款非常优秀的中型SUV,请问您主要关注哪些方面呢?\n客户:我比较关心安全性能和油耗表现。\n顾问:XC60在安全方面表现非常出色,配备了City Safety城市安全系统,还有Pilot Assist领航辅助系统。油耗方面,2.0T发动机百公里综合油耗约8.5L。\n客户:价格大概是多少?\n顾问:XC60的指导价在37.39-47.49万元之间,目前有优惠活动,可以优惠3万元左右。\n客户:我预算在40万以内,有什么推荐的配置吗?\n顾问:根据您的预算,我推荐智逸豪华版,指导价39.69万,优惠后36.69万,完全符合您的预算。\n客户:好的,我考虑一下,什么时候可以试驾?\n顾问:明天下午2点可以安排试驾,您方便吗?\n客户:可以的,我明天下午过去。\n顾问:好的,我为您预约明天下午2点的试驾,地址是..."
|
||||
}
|
||||
@@ -28,14 +28,20 @@
|
||||
<result column="edit_status" property="editStatus" />
|
||||
<result column="edit_time" property="editTime" />
|
||||
<result column="info_card_type" property="infoCardType" />
|
||||
<result column="info_card_value" property="infoCardValue" />
|
||||
<result column="info_card_description" property="infoCarddescription" />
|
||||
<result column="create_time" property="createTime" />
|
||||
<result column="update_time" property="updateTime" />
|
||||
<result column="audio_file_path" property="audioFilePath" />
|
||||
<result column="audio_file_url" property="audioFileUrl" />
|
||||
<result column="audio_file_size" property="audioFileSize" />
|
||||
<result column="audio_file_original_name" property="audioFileOriginalName" />
|
||||
<result column="audio_file_extension" property="audioFileExtension" />
|
||||
<result column="recording_text" property="recordingText" />
|
||||
</resultMap>
|
||||
|
||||
<!-- 通用查询结果列 -->
|
||||
<sql id="Base_Column_List">
|
||||
id, recording_name, recording_time, sales_id, sales_name, duration, customer_id, customer_name, customer_phone, upload_time, intention_level, dealership_id, dealership_name, project_id, project_name, script_model, upload_status, sync_status, is_merged, remarks, company_type, edit_status, edit_time, info_card_type, info_card_value, create_time, update_time
|
||||
id, recording_name, recording_time, info_card_description, sales_id, sales_name, duration, customer_id, customer_name, customer_phone, upload_time, intention_level, dealership_id, dealership_name, project_id, project_name, script_model, upload_status, sync_status, is_merged, remarks, company_type, edit_status, edit_time, info_card_type, info_card_value, create_time, update_time, audio_file_path, audio_file_url, audio_file_size, audio_file_original_name, audio_file_extension, recording_text
|
||||
</sql>
|
||||
|
||||
</mapper>
|
||||
|
||||
@@ -33,6 +33,10 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user