askbot-dragon 1.5.78-beta → 1.5.78
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -4
- package/public/index.html +1 -3
- package/src/assets/image/default_avt_ui.png +0 -0
- package/src/assets/image/filtType/audio.png +0 -0
- package/src/assets/image/filtType/excel1.png +0 -0
- package/src/assets/image/filtType/general.png +0 -0
- package/src/assets/image/filtType/image1.png +0 -0
- package/src/assets/image/filtType/link.png +0 -0
- package/src/assets/image/filtType/md2.png +0 -0
- package/src/assets/image/filtType/mode.png +0 -0
- package/src/assets/image/filtType/news.png +0 -0
- package/src/assets/image/filtType/pdf1.png +0 -0
- package/src/assets/image/filtType/ppt1.png +0 -0
- package/src/assets/image/filtType/selfadd1.png +0 -0
- package/src/assets/image/filtType/txt1.png +0 -0
- package/src/assets/image/filtType/video.png +0 -0
- package/src/assets/image/filtType/wechat.png +0 -0
- package/src/assets/image/filtType/word1.png +0 -0
- package/src/assets/image/loading.gif +0 -0
- package/src/assets/js/common.js +241 -0
- package/src/components/ActionAlertIframe.vue +43 -1
- package/src/components/AnswerDocknowledge.vue +849 -275
- package/src/components/ConversationContainer.vue +354 -27
- package/src/components/MyEditor.vue +351 -0
- package/src/components/answerRadio.vue +115 -61
- package/src/components/assetDetails.vue +13 -5
- package/src/components/associationIntention.vue +2 -2
- package/src/components/chatContent.vue +1 -1
- package/src/components/formTemplate.vue +77 -111
- package/src/components/intelligentSummary.vue +228 -0
- package/src/components/pdfPosition.vue +23 -12
- package/src/components/previewDoc.vue +5 -0
- package/src/components/previewPdf.vue +675 -199
- package/src/components/welcomeKnowledgeFile.vue +341 -0
- package/src/components/welcomeLlmCard.vue +141 -0
- package/src/components/welcomeSuggest.vue +98 -0
- package/src/main.js +0 -3
- package/vue.config.js +0 -1
- package/src/components/utils/ckeditorImageUpload/command.js +0 -110
- package/src/components/utils/ckeditorImageUpload/editing.js +0 -12
- package/src/components/utils/ckeditorImageUpload/plugin-image.js +0 -12
- package/src/components/utils/ckeditorImageUpload/toolbar-ui.js +0 -41
- package/src/components/utils/ckeditorfileUpload/common.js +0 -182
- package/src/components/utils/ckeditorfileUpload/editing.js +0 -12
- package/src/components/utils/ckeditorfileUpload/plugin_file.js +0 -12
- package/src/components/utils/ckeditorfileUpload/toolbar_ui.js +0 -34
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<!-- 消息记录容器 -->
|
|
2
2
|
<template>
|
|
3
3
|
<div id="conversation">
|
|
4
|
-
<!-- <
|
|
4
|
+
<!-- <answer-radio :msg="answerRadiosPri"></answer-radio> -->
|
|
5
5
|
<!-- <msg-loading v-if="inLoading"></msg-loading>
|
|
6
6
|
<div style="position: relative" class="img_div">
|
|
7
7
|
<img
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
<loading-process :dataNote="dataNote" :finished="finished"></loading-process>
|
|
13
13
|
</div>
|
|
14
14
|
</div> -->
|
|
15
|
-
|
|
16
|
-
<form-template
|
|
15
|
+
<!-- <MyEditor></MyEditor> -->
|
|
16
|
+
<!-- <form-template
|
|
17
17
|
:formList="formList2"
|
|
18
18
|
@submitClick="submitClick"
|
|
19
|
-
></form-template>
|
|
19
|
+
></form-template> -->
|
|
20
20
|
<!-- <form-template
|
|
21
21
|
:formList="formList"
|
|
22
22
|
@submitClick="submitClick"
|
|
@@ -33,8 +33,9 @@
|
|
|
33
33
|
<action-alert :actionAlertIframe="actionAlertIframeObj" :phoneWidth100="true"></action-alert>
|
|
34
34
|
</div> -->
|
|
35
35
|
|
|
36
|
-
<text-message :text="text" @submitClick="submitClick"></text-message>
|
|
37
|
-
|
|
36
|
+
<!-- <text-message :text="text" @submitClick="submitClick"></text-message> -->
|
|
37
|
+
<answer-docknowledge :isAskLightning="2" :msg="answerDocknowledge" :isLiBang="false"></answer-docknowledge>
|
|
38
|
+
<welcomeSuggest :msg="welcomeSuggest"></welcomeSuggest>
|
|
38
39
|
<!-- <voice-component @closeVoice="closeVoice">
|
|
39
40
|
<div slot="voiceTip">
|
|
40
41
|
松开发送
|
|
@@ -43,7 +44,7 @@
|
|
|
43
44
|
<!-- 点选 -->
|
|
44
45
|
<!-- <div v-html="htmlContainer"></div> -->
|
|
45
46
|
<answer-radio :msg="answerRadios"></answer-radio>
|
|
46
|
-
<ticket-message :content="updateTicetmessageObj"></ticket-message>
|
|
47
|
+
<!-- <ticket-message :content="updateTicetmessageObj"></ticket-message> -->
|
|
47
48
|
<!-- <ticket-message :content="contents"></ticket-message> -->
|
|
48
49
|
<!--
|
|
49
50
|
<action-send-to-bot :msg="answerRadios"></action-send-to-bot>
|
|
@@ -59,14 +60,18 @@
|
|
|
59
60
|
<answer-dissatisfaction :msg="answerDiss"></answer-dissatisfaction>
|
|
60
61
|
<feed-back :feedBack="feedBack"></feed-back>
|
|
61
62
|
<voice-compontent></voice-compontent> -->
|
|
62
|
-
<ai-guide :aiGuide="ActionAiGuideObj"></ai-guide>
|
|
63
|
-
<answer-voice :msg="answerVoiceObj"></answer-voice>
|
|
64
|
-
<answer-voice :msg="answerVoiceObj"></answer-voice>
|
|
65
|
-
<div v-for="(item,index) in processAction" :key="index">
|
|
63
|
+
<!-- <ai-guide :aiGuide="ActionAiGuideObj"></ai-guide> -->
|
|
64
|
+
<!-- <answer-voice :msg="answerVoiceObj"></answer-voice> -->
|
|
65
|
+
<!-- <answer-voice :msg="answerVoiceObj"></answer-voice> -->
|
|
66
|
+
<!-- <div v-for="(item,index) in processAction" :key="index">
|
|
66
67
|
<association-intention :msg="item" :nodownload="true" :msgType="item.type" :isOpen="isOpen"></association-intention>
|
|
67
|
-
</div>
|
|
68
|
+
</div> -->
|
|
69
|
+
<!-- <div class="" v-for="item in chatMessageList" :key="item.id">
|
|
70
|
+
<welcome-knowledge-file v-if="item.type === 'welcome_knowledge_file'" :msgContent="item.content"></welcome-knowledge-file>
|
|
71
|
+
<welcome-llm-card v-else-if="item.type === 'welcome_llm_card'" :msgContent="item.content"></welcome-llm-card>
|
|
72
|
+
</div> -->
|
|
68
73
|
<!-- <answer-voice @stopOtherAudio="stopOtherAudio" ref="audioTagCell" :msg="answerVoiceObj1"></answer-voice> -->
|
|
69
|
-
|
|
74
|
+
|
|
70
75
|
<!-- <FileType :urls="urls" :color="black"></FileType>-->
|
|
71
76
|
<!-- <FileType :urls="urls" :color="black"></FileType>
|
|
72
77
|
<chat-content :messageList="messageList"></chat-content> -->
|
|
@@ -76,12 +81,13 @@
|
|
|
76
81
|
</div>
|
|
77
82
|
</template>
|
|
78
83
|
<script>
|
|
84
|
+
/* eslint-disable*/
|
|
79
85
|
import TextMessage from '@/components/message/TextMessage'
|
|
80
86
|
import FormTemplate from "@/components/formTemplate";
|
|
81
87
|
|
|
82
88
|
/*import FormTemplate from "@/components/formTemplate";
|
|
83
89
|
import TextMessage from "@/components/message/TextMessage";*/
|
|
84
|
-
|
|
90
|
+
import MyEditor from '@/components/MyEditor'
|
|
85
91
|
// import FormTemplate from '@/components/formTemplate'
|
|
86
92
|
import AnswerRadio from './answerRadio'
|
|
87
93
|
// import TicketMessage from './message/TicketMessage'
|
|
@@ -94,7 +100,7 @@ import AssociationIntention from './associationIntention'
|
|
|
94
100
|
// import AnswerDissatisfaction from './answerDissatisfaction'
|
|
95
101
|
// import ActionSendToBot from './actionSendToBot'
|
|
96
102
|
// import VoiceCompontent from './voiceComponent'
|
|
97
|
-
|
|
103
|
+
import AsserDeatils from './assetDetails.vue'
|
|
98
104
|
/* import TicketMessage from "@/components/message/TicketMessage";
|
|
99
105
|
import TextMessage from "@/components/message/TextMessage";
|
|
100
106
|
import FeedBack from "@/components/feedBack";*/
|
|
@@ -108,10 +114,15 @@ import AnswerVoice from "@/components/AnswerVoice";
|
|
|
108
114
|
// import ChatContent from "./chatContent";
|
|
109
115
|
// import FeedBack from '@/components/feedBack'
|
|
110
116
|
// 知识类型
|
|
111
|
-
|
|
117
|
+
import AnswerDocknowledge from "./AnswerDocknowledge.vue";
|
|
118
|
+
import WelcomeKnowledgeFile from "./welcomeKnowledgeFile";
|
|
119
|
+
import WelcomeLlmCard from "./welcomeLlmCard";
|
|
120
|
+
import welcomeSuggest from "./welcomeSuggest"
|
|
112
121
|
export default {
|
|
113
122
|
name: 'ConversationContainer',
|
|
114
123
|
components: {
|
|
124
|
+
WelcomeLlmCard,
|
|
125
|
+
WelcomeKnowledgeFile,
|
|
115
126
|
// ActionAlert,
|
|
116
127
|
// ActionSendToBot,
|
|
117
128
|
// AnswerDissatisfaction,
|
|
@@ -119,10 +130,10 @@ export default {
|
|
|
119
130
|
// LoadingProcess,
|
|
120
131
|
// MsgLoading,
|
|
121
132
|
// ActionSatisfaction,
|
|
122
|
-
|
|
133
|
+
AssociationIntention,
|
|
123
134
|
/* VoiceComponent,*/
|
|
124
135
|
TicketMessage,
|
|
125
|
-
|
|
136
|
+
AsserDeatils,
|
|
126
137
|
AnswerRadio,
|
|
127
138
|
// FormTemplate,
|
|
128
139
|
TextMessage,
|
|
@@ -130,11 +141,13 @@ export default {
|
|
|
130
141
|
// VoiceCompontent,
|
|
131
142
|
AiGuide,
|
|
132
143
|
AnswerVoice,
|
|
133
|
-
// FormTemplate,
|
|
134
144
|
FormTemplate,
|
|
145
|
+
// FormTemplate,
|
|
135
146
|
// FileType,
|
|
136
147
|
// ChatContent,
|
|
137
|
-
|
|
148
|
+
AnswerDocknowledge,
|
|
149
|
+
MyEditor,
|
|
150
|
+
welcomeSuggest
|
|
138
151
|
},
|
|
139
152
|
props: {
|
|
140
153
|
messages: Array
|
|
@@ -142,6 +155,37 @@ export default {
|
|
|
142
155
|
data() {
|
|
143
156
|
return {
|
|
144
157
|
black: '',
|
|
158
|
+
welcomeSuggest:{
|
|
159
|
+
content:{
|
|
160
|
+
"problemRecommendationValue": [
|
|
161
|
+
"工作不了了呢为什么1",
|
|
162
|
+
"工作不了了呢为什么2",
|
|
163
|
+
"工作不了了呢为什么3",
|
|
164
|
+
"工作不了了呢为什么4",
|
|
165
|
+
"工作不了了呢为什么5",
|
|
166
|
+
"工作不了了呢为什么6",
|
|
167
|
+
"工作不了了呢为什么7",
|
|
168
|
+
"工作不了了呢为什么8",
|
|
169
|
+
"工作不了了呢为什么9",
|
|
170
|
+
"工作不了了呢为什么10",
|
|
171
|
+
"工作不了了呢为什么11",
|
|
172
|
+
"工作不了了呢为什么12",
|
|
173
|
+
"工作不了了呢为什么13"
|
|
174
|
+
],
|
|
175
|
+
"actionType": "SEND_CONTENT",
|
|
176
|
+
"pageCount": 3,
|
|
177
|
+
"enableProblemRecommendation": true,
|
|
178
|
+
"problemRecommendationDesc": "您还可以这样问我",
|
|
179
|
+
"icon": "https://static.guoranbot.com/cdn-office-website/askbot_doc/mmt-cell-img-m1.png",
|
|
180
|
+
"description": "打印机不工作了,如何维修",
|
|
181
|
+
"page": true,
|
|
182
|
+
"scopes": [],
|
|
183
|
+
"title": "解决日常办公问题,寻求帮助",
|
|
184
|
+
"value": [
|
|
185
|
+
"打印机不工作了,如何维修"
|
|
186
|
+
]
|
|
187
|
+
}
|
|
188
|
+
},
|
|
145
189
|
answerVoiceObj: {
|
|
146
190
|
"actionCategory": "START_NODE",
|
|
147
191
|
"apiKey": "81d9d6c3f13d4e1aa239cacee3192475",
|
|
@@ -189,16 +233,91 @@ export default {
|
|
|
189
233
|
}
|
|
190
234
|
},
|
|
191
235
|
answerDocknowledge:
|
|
192
|
-
// {"content":{"knowledgeId":"64915d6e098ec248701da267","actionType":"answer_doc_knowledge","text":"跳舞不仅要有实力,还要有好的穿搭,本文针对街舞爱好者提供了穿搭指南,给你带来灵感和帮助!","list":[{"tagIds":[],"format":"html","updateTime":"2023-06-20 16:03:58","source":"WECHAT","url":"https://guoranwisdom.oss-cn-zhangjiakou.aliyuncs.com/137993c6d830416696bbd771fc61d423/1937/2023/06/20/16/03/微信同步/52720/501775e41a724d7da06e66b3b4686407.html","knowledgeId":"64915d6e098ec248701da267","from":"跳舞要有范儿,穿搭占一半!快来get你的街舞穿搭指南~"}],"renderType":0,"type":0,"isKnowledgeSummary":true},"type":"answer_doc_knowledge","sessionId":1687251699065,"keyId":"1a079f48-ace3-4064-89b4-8a292c6a8a93_________","isKnowledgeSummary":true},
|
|
193
|
-
|
|
194
236
|
{
|
|
195
237
|
"content": {
|
|
196
238
|
"images": [{ url: 'https://static.guoranbot.com/images/knowledge/e0f6898c6b0d47fa98e8f71ceab1bde8/安全标志--禁止标志.png' }],
|
|
197
239
|
"actionType": "answer_doc_knowledge",
|
|
198
240
|
"text": "中国的省份名称有湖北省、广西壮族自治区等。",
|
|
199
|
-
"list": [
|
|
241
|
+
"list": [
|
|
242
|
+
{
|
|
243
|
+
"owner": null,
|
|
244
|
+
"tagId": "658b9c5e7cf604285f7cba46",
|
|
245
|
+
"enterprise": null,
|
|
246
|
+
"tagIds": [
|
|
247
|
+
"658b9c5e7cf604285f7cba46"
|
|
248
|
+
],
|
|
249
|
+
"format": "pptx",
|
|
250
|
+
"srcContentId": "c3eb5cb9bc1f0ad84243d824932cc9f9",
|
|
251
|
+
"updateTime": "2023-12-27 11:39:10",
|
|
252
|
+
"source": "CORP_LOCAL_FILE",
|
|
253
|
+
"srcContent": "Spark是什么Spark 是一个开源的大数据处理引擎,它提供了一整套开发 API,包括流计算和机器学习。它支持批处理和流处理。Spark 的一个显著特点是它能够在内存中进行迭代计算,从而加快数据处理速度。尽管 Spark 是用 Scala 开发的,但它也为 Java、Scala、Python 和 R 等高级编程语言提供了开发接口。",
|
|
254
|
+
"url": "https://guoranwisdom.oss-cn-zhangjiakou.aliyuncs.com/31623ccfe9dd4957bbd59c5823878bbe/2023/12/26/16/50/a25ee8f370fcefa639946805d6d3a7c3/ppt_preview.pptx",
|
|
255
|
+
"knowledgeId": "658a93de63d378228271913a",
|
|
256
|
+
"knowledgePartId": "ypZaqYwBD3jzLtPbz5K8",
|
|
257
|
+
"from": "ppt_preview",
|
|
258
|
+
"introduction": "Spark是什么Spark 是一个开源的大数据处理引擎,它提供了一整套开发 API,包括流计算和机器学习。它支持批处理和流处理。Spark 的一个显著特点是它能够在内存中进行迭代计算,从而加快数据处理速度。尽管 Spark 是用 Scala 开发的,但它也为 Java、Scala、Python 和 R 等高级编程语言提供了开发接口。",
|
|
259
|
+
"previewImage": "https://askbot-pdf-all.oss-cn-zhangjiakou.aliyuncs.com/31623ccfe9dd4957bbd59c5823878bbe/2023/12/27/03/39/08/658b9c477cf604285f7cb81d/pdf-image-1913302477976388839.png"
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
"owner": null,
|
|
263
|
+
"tagId": "658b9c5e7cf604285f7cba46",
|
|
264
|
+
"enterprise": null,
|
|
265
|
+
"tagIds": [
|
|
266
|
+
"658b9c5e7cf604285f7cba46"
|
|
267
|
+
],
|
|
268
|
+
"format": "pptx",
|
|
269
|
+
"srcContentId": "c3eb5cb9bc1f0ad84243d824932cc9f9",
|
|
270
|
+
"updateTime": "2023-12-27 11:39:10",
|
|
271
|
+
"source": "CORP_LOCAL_FILE",
|
|
272
|
+
"srcContent": "Spark是什么Spark 是一个开源的大数据处理引擎,它提供了一整套开发 API,包括流计算和机器学习。它支持批处理和流处理。Spark 的一个显著特点是它能够在内存中进行迭代计算,从而加快数据处理速度。尽管 Spark 是用 Scala 开发的,但它也为 Java、Scala、Python 和 R 等高级编程语言提供了开发接口。",
|
|
273
|
+
"url": "https://guoranwisdom.oss-cn-zhangjiakou.aliyuncs.com/31623ccfe9dd4957bbd59c5823878bbe/2023/12/26/16/50/a25ee8f370fcefa639946805d6d3a7c3/ppt_preview.pptx",
|
|
274
|
+
"knowledgeId": "658a93de63d378228271913a",
|
|
275
|
+
"knowledgePartId": "ypZaqYwBD3jzLtPbz5K8",
|
|
276
|
+
"from": "ppt_preview",
|
|
277
|
+
"introduction": "Spark是什么Spark 是一个开源的大数据处理引擎,它提供了一整套开发 API,包括流计算和机器学习。它支持批处理和流处理。Spark 的一个显著特点是它能够在内存中进行迭代计算,从而加快数据处理速度。尽管 Spark 是用 Scala 开发的,但它也为 Java、Scala、Python 和 R 等高级编程语言提供了开发接口。",
|
|
278
|
+
"previewImage": "https://askbot-pdf-all.oss-cn-zhangjiakou.aliyuncs.com/31623ccfe9dd4957bbd59c5823878bbe/2023/12/27/03/39/08/658b9c477cf604285f7cb81d/pdf-image-1913302477976388839.png"
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
"owner": null,
|
|
282
|
+
"tagId": "658b9c5e7cf604285f7cba46",
|
|
283
|
+
"enterprise": null,
|
|
284
|
+
"tagIds": [
|
|
285
|
+
"658b9c5e7cf604285f7cba46"
|
|
286
|
+
],
|
|
287
|
+
"format": "pptx",
|
|
288
|
+
"srcContentId": "c3eb5cb9bc1f0ad84243d824932cc9f9",
|
|
289
|
+
"updateTime": "2023-12-27 11:39:10",
|
|
290
|
+
"source": "CORP_LOCAL_FILE",
|
|
291
|
+
"srcContent": "Spark是什么Spark 是一个开源的大数据处理引擎,它提供了一整套开发 API,包括流计算和机器学习。它支持批处理和流处理。Spark 的一个显著特点是它能够在内存中进行迭代计算,从而加快数据处理速度。尽管 Spark 是用 Scala 开发的,但它也为 Java、Scala、Python 和 R 等高级编程语言提供了开发接口。",
|
|
292
|
+
"url": "https://guoranwisdom.oss-cn-zhangjiakou.aliyuncs.com/31623ccfe9dd4957bbd59c5823878bbe/2023/12/26/16/50/a25ee8f370fcefa639946805d6d3a7c3/ppt_preview.pptx",
|
|
293
|
+
"knowledgeId": "658a93de63d378228271913a",
|
|
294
|
+
"knowledgePartId": "ypZaqYwBD3jzLtPbz5K8",
|
|
295
|
+
"from": "ppt_preview",
|
|
296
|
+
"introduction": "Spark是什么Spark 是一个开源的大数据处理引擎,它提供了一整套开发 API,包括流计算和机器学习。它支持批处理和流处理。Spark 的一个显著特点是它能够在内存中进行迭代计算,从而加快数据处理速度。尽管 Spark 是用 Scala 开发的,但它也为 Java、Scala、Python 和 R 等高级编程语言提供了开发接口。",
|
|
297
|
+
"previewImage": "https://askbot-pdf-all.oss-cn-zhangjiakou.aliyuncs.com/31623ccfe9dd4957bbd59c5823878bbe/2023/12/27/03/39/08/658b9c477cf604285f7cb81d/pdf-image-1913302477976388839.png"
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
"owner": null,
|
|
301
|
+
"tagId": "658b9c5e7cf604285f7cba46",
|
|
302
|
+
"enterprise": null,
|
|
303
|
+
"tagIds": [
|
|
304
|
+
"658b9c5e7cf604285f7cba46"
|
|
305
|
+
],
|
|
306
|
+
"format": "pptx",
|
|
307
|
+
"srcContentId": "c3eb5cb9bc1f0ad84243d824932cc9f9",
|
|
308
|
+
"updateTime": "2023-12-27 11:39:10",
|
|
309
|
+
"source": "CORP_LOCAL_FILE",
|
|
310
|
+
"srcContent": "Spark是什么Spark 是一个开源的大数据处理引擎,它提供了一整套开发 API,包括流计算和机器学习。它支持批处理和流处理。Spark 的一个显著特点是它能够在内存中进行迭代计算,从而加快数据处理速度。尽管 Spark 是用 Scala 开发的,但它也为 Java、Scala、Python 和 R 等高级编程语言提供了开发接口。",
|
|
311
|
+
"url": "https://guoranwisdom.oss-cn-zhangjiakou.aliyuncs.com/31623ccfe9dd4957bbd59c5823878bbe/2023/12/26/16/50/a25ee8f370fcefa639946805d6d3a7c3/ppt_preview.pptx",
|
|
312
|
+
"knowledgeId": "658a93de63d378228271913a",
|
|
313
|
+
"knowledgePartId": "ypZaqYwBD3jzLtPbz5K8",
|
|
314
|
+
"from": "ppt_preview",
|
|
315
|
+
"introduction": "Spark是什么Spark 是一个开源的大数据处理引擎,它提供了一整套开发 API,包括流计算和机器学习。它支持批处理和流处理。Spark 的一个显著特点是它能够在内存中进行迭代计算,从而加快数据处理速度。尽管 Spark 是用 Scala 开发的,但它也为 Java、Scala、Python 和 R 等高级编程语言提供了开发接口。",
|
|
316
|
+
"previewImage": "https://askbot-pdf-all.oss-cn-zhangjiakou.aliyuncs.com/31623ccfe9dd4957bbd59c5823878bbe/2023/12/27/03/39/08/658b9c477cf604285f7cb81d/pdf-image-1913302477976388839.png"
|
|
317
|
+
}
|
|
318
|
+
],
|
|
200
319
|
"renderType": 0,
|
|
201
|
-
"type":
|
|
320
|
+
"type": 1
|
|
202
321
|
},
|
|
203
322
|
"type": "answer_doc_knowledge"
|
|
204
323
|
},
|
|
@@ -338,7 +457,7 @@ export default {
|
|
|
338
457
|
actionAlertIframeObj: {
|
|
339
458
|
version: 1,
|
|
340
459
|
iframeId: 'iframeId999999998',
|
|
341
|
-
template: '
|
|
460
|
+
template: 'http://suishenbangtest.nipponpaint.com.cn/order/onlineTracking/allOrderStatus?orderNumber=0280183174&pagetitle=北京百安居装饰建材有限公司金四季店&ownOrder=false&officecode=325&businessUnit=零售',
|
|
342
461
|
description: '描述',
|
|
343
462
|
height: 550,
|
|
344
463
|
width: 600,
|
|
@@ -349,7 +468,7 @@ export default {
|
|
|
349
468
|
'参考 https://www.w3school.com.cn/tags/att_iframe_sandbox.asp'
|
|
350
469
|
],
|
|
351
470
|
frameborder: '0/1(是否显示框架周围的边框)',
|
|
352
|
-
displayStyle: '
|
|
471
|
+
displayStyle: '0'
|
|
353
472
|
},
|
|
354
473
|
updateTicetmessageObj: {
|
|
355
474
|
multiple: true,
|
|
@@ -4724,8 +4843,216 @@ export default {
|
|
|
4724
4843
|
}
|
|
4725
4844
|
},
|
|
4726
4845
|
answerRadios: { "content": { "options": [{ "scope": "KNOWLEDGE", "name": "本文提供了什么内容?", "value": "64915d6e098ec248701da267" }, { "scope": "KNOWLEDGE", "name": "什么是街舞穿搭指南?", "value": "64915d6e098ec248701da267" }, { "scope": "KNOWLEDGE", "name": "为什么街舞爱好者需要关注本文?", "value": "64915d6e098ec248701da267" }], "description": "了解更多", "isKnowledgeSummary": true }, "id": "knowledgeRecdNodeId", "type": "answer_radio", "sessionId": 1687251699065, "keyId": "139480f2-5af1-44fd-a7bd-a73dd7b566b7_________", "isKnowledgeSummary": true },
|
|
4846
|
+
answerRadiosPri: {
|
|
4847
|
+
"refAttrId": null,
|
|
4848
|
+
"createTime": null,
|
|
4849
|
+
"intentId": null,
|
|
4850
|
+
"refApiKey": null,
|
|
4851
|
+
"updateTime": null,
|
|
4852
|
+
"id": "recdNodeId",
|
|
4853
|
+
"refBotVersion": null,
|
|
4854
|
+
"type": "answer_radio",
|
|
4855
|
+
"nodeId": null,
|
|
4856
|
+
"version": null,
|
|
4857
|
+
"content": {
|
|
4858
|
+
"lastOptionName": "以上都不是",
|
|
4859
|
+
"options": [
|
|
4860
|
+
{
|
|
4861
|
+
"answerId": null,
|
|
4862
|
+
"apiKey": "14f02c001a29434d9aaa2c2e581a1a17",
|
|
4863
|
+
"scope": "INTENT",
|
|
4864
|
+
"name": "打印机卡纸怎么办",
|
|
4865
|
+
"value": "155539"
|
|
4866
|
+
},
|
|
4867
|
+
{
|
|
4868
|
+
"answerId": null,
|
|
4869
|
+
"apiKey": "14f02c001a29434d9aaa2c2e581a1a17",
|
|
4870
|
+
"scope": "INTENT",
|
|
4871
|
+
"name": "打印机打印模糊",
|
|
4872
|
+
"value": "155540"
|
|
4873
|
+
},
|
|
4874
|
+
{
|
|
4875
|
+
"answerId": null,
|
|
4876
|
+
"apiKey": "14f02c001a29434d9aaa2c2e581a1a17",
|
|
4877
|
+
"scope": "INTENT",
|
|
4878
|
+
"name": "SAP系统输入编码系统显示报错",
|
|
4879
|
+
"value": "155541"
|
|
4880
|
+
},
|
|
4881
|
+
{
|
|
4882
|
+
"answerId": null,
|
|
4883
|
+
"apiKey": "14f02c001a29434d9aaa2c2e581a1a17",
|
|
4884
|
+
"scope": "INTENT",
|
|
4885
|
+
"name": "合同已经上传影像归档了,但是在CE中还是关联不到合同",
|
|
4886
|
+
"value": "155542"
|
|
4887
|
+
},
|
|
4888
|
+
{
|
|
4889
|
+
"answerId": null,
|
|
4890
|
+
"apiKey": "14f02c001a29434d9aaa2c2e581a1a17",
|
|
4891
|
+
"scope": "INTENT",
|
|
4892
|
+
"name": "如何查询社保缴费基数",
|
|
4893
|
+
"value": "155543"
|
|
4894
|
+
},
|
|
4895
|
+
{
|
|
4896
|
+
"answerId": null,
|
|
4897
|
+
"apiKey": "14f02c001a29434d9aaa2c2e581a1a17",
|
|
4898
|
+
"scope": "INTENT",
|
|
4899
|
+
"name": "如何查询公积金缴费基数",
|
|
4900
|
+
"value": "155544"
|
|
4901
|
+
},
|
|
4902
|
+
{
|
|
4903
|
+
"answerId": null,
|
|
4904
|
+
"apiKey": "14f02c001a29434d9aaa2c2e581a1a17",
|
|
4905
|
+
"scope": "INTENT",
|
|
4906
|
+
"name": "以上都不是",
|
|
4907
|
+
"value": "155533"
|
|
4908
|
+
}
|
|
4909
|
+
],
|
|
4910
|
+
"description": "猜您可能想问:"
|
|
4911
|
+
},
|
|
4912
|
+
"refAttrVersion": null
|
|
4913
|
+
},
|
|
4727
4914
|
htmlContainer: '<input placeholder="请输入"></input>',
|
|
4728
|
-
isOpen: true
|
|
4915
|
+
isOpen: true,
|
|
4916
|
+
chatMessageList:[
|
|
4917
|
+
{
|
|
4918
|
+
"actionCategory": "START_NODE",
|
|
4919
|
+
"apiKey": "398ba0d1857644d288a39dff6248ee63",
|
|
4920
|
+
"content": {
|
|
4921
|
+
"enableRadioIcon": true,
|
|
4922
|
+
"enableRadioBtn": true,
|
|
4923
|
+
"enableRadioTitle": true,
|
|
4924
|
+
"enableRadioDesc": true,
|
|
4925
|
+
"description": "作为您的AI工作助手,我可以帮您解决日常问题,提报工单,查找知识,生成知识,查询数据,办理业务等。可以试着这样问我:",
|
|
4926
|
+
"title": "您好,我是AskBot",
|
|
4927
|
+
"items": [
|
|
4928
|
+
{
|
|
4929
|
+
"actionType": "SEND_CONTENT",
|
|
4930
|
+
"icon": "https://static.guoranbot.com/cdn-office-website/askbot_doc/mmt-cell-img-m1.png",
|
|
4931
|
+
"description": "打印机不工作了,如何维修",
|
|
4932
|
+
"scopes": [],
|
|
4933
|
+
"title": "解决日常办公问题,寻求帮助",
|
|
4934
|
+
"value": "打印机不工作了,如何维修"
|
|
4935
|
+
},
|
|
4936
|
+
{
|
|
4937
|
+
"actionType": "SEND_CONTENT",
|
|
4938
|
+
"icon": "https://static.guoranbot.com/cdn-office-website/askbot_doc/mmt-cell-img-m2.png",
|
|
4939
|
+
"description": "我们最新产品的三个主要卖点是什么",
|
|
4940
|
+
"scopes": [],
|
|
4941
|
+
"title": "查找知识,生成答案",
|
|
4942
|
+
"value": "我们最新产品的三个主要卖点是什么"
|
|
4943
|
+
},
|
|
4944
|
+
{
|
|
4945
|
+
"actionType": "SEND_CONTENT",
|
|
4946
|
+
"icon": "https://static.guoranbot.com/cdn-office-website/askbot_doc/mmt-cell-img-m3.png",
|
|
4947
|
+
"description": "我的报销进度怎么样了",
|
|
4948
|
+
"scopes": [],
|
|
4949
|
+
"title": "查询数据,办理业务",
|
|
4950
|
+
"value": "我的报销进度怎么样了"
|
|
4951
|
+
},
|
|
4952
|
+
{
|
|
4953
|
+
"actionType": "SEND_CONTENT",
|
|
4954
|
+
"icon": "https://static.guoranbot.com/cdn-office-website/askbot_doc/mmt-cell-img-m4.png",
|
|
4955
|
+
"description": "基于我的客户拜访记录,生成周报",
|
|
4956
|
+
"scopes": [],
|
|
4957
|
+
"title": "数据分析与文本生成",
|
|
4958
|
+
"value": "基于我的客户拜访记录,生成周报"
|
|
4959
|
+
}
|
|
4960
|
+
]
|
|
4961
|
+
},
|
|
4962
|
+
"id": "",
|
|
4963
|
+
"intentId": null,
|
|
4964
|
+
"msgId": null,
|
|
4965
|
+
"nodeId": null,
|
|
4966
|
+
"type": "welcome_llm_card",
|
|
4967
|
+
"sessionId": 1709707284287,
|
|
4968
|
+
"keyId": "422b0d81-1f10-4336-bc1d-6db946ccbfa4_________"
|
|
4969
|
+
},
|
|
4970
|
+
{
|
|
4971
|
+
"actionCategory": "START_NODE",
|
|
4972
|
+
"apiKey": "398ba0d1857644d288a39dff6248ee63",
|
|
4973
|
+
"content": {
|
|
4974
|
+
"enableDescription": true,
|
|
4975
|
+
"enableTitle": true,
|
|
4976
|
+
"knowledgeFileInfos": [
|
|
4977
|
+
{
|
|
4978
|
+
"corpId": "dingd63bac705bb13c74bc961a6cb783455b",
|
|
4979
|
+
"creatorId": "467",
|
|
4980
|
+
"creatorName": "吴明岩",
|
|
4981
|
+
"updateTime": "2024-03-01T07:50:14.000+00:00",
|
|
4982
|
+
"type": "docx",
|
|
4983
|
+
"parentId": 34157,
|
|
4984
|
+
"url": "https://guoranwisdom.oss-cn-zhangjiakou.aliyuncs.com/ab0f90737c8b4f2d85ba2157e4473110/2024/03/01/15/50/382ecc86e3a8ab09bb01ac60ec8ce06c/唐朝皇帝.docx",
|
|
4985
|
+
"knowledgeId": "65e188b3c5f94f033bcaf8ea",
|
|
4986
|
+
"createTime": "2024-03-01T07:50:12.000+00:00",
|
|
4987
|
+
"name": "唐朝皇帝",
|
|
4988
|
+
"id": 34158,
|
|
4989
|
+
"mainId": "ab0f90737c8b4f2d85ba2157e4473110",
|
|
4990
|
+
"creatorAvatar": "https://guoranopen-zjk.oss-cn-zhangjiakou.aliyuncs.com/2022/06/09/07/14/2dbcf1fa-f461-47e8-8e5b-3875df9d7b36/dynamicImage.942908447673894217.cmp.png"
|
|
4991
|
+
},
|
|
4992
|
+
{
|
|
4993
|
+
"corpId": "dingd63bac705bb13c74bc961a6cb783455b",
|
|
4994
|
+
"creatorId": "467",
|
|
4995
|
+
"creatorName": "吴明岩",
|
|
4996
|
+
"updateTime": "2024-03-01T07:50:22.000+00:00",
|
|
4997
|
+
"type": "docx",
|
|
4998
|
+
"parentId": 34157,
|
|
4999
|
+
"url": "https://guoranwisdom.oss-cn-zhangjiakou.aliyuncs.com/ab0f90737c8b4f2d85ba2157e4473110/2024/03/01/15/50/82ecc86e3a8ab09bb01ac60ec8ce06c9/唐朝经济.docx",
|
|
5000
|
+
"knowledgeId": "65e188bcc5f94f033bcaf8eb",
|
|
5001
|
+
"createTime": "2024-03-01T07:50:20.000+00:00",
|
|
5002
|
+
"name": "唐朝经济",
|
|
5003
|
+
"id": 34159,
|
|
5004
|
+
"mainId": "ab0f90737c8b4f2d85ba2157e4473110",
|
|
5005
|
+
"creatorAvatar": "https://guoranopen-zjk.oss-cn-zhangjiakou.aliyuncs.com/2022/06/09/07/14/2dbcf1fa-f461-47e8-8e5b-3875df9d7b36/dynamicImage.942908447673894217.cmp.png"
|
|
5006
|
+
},
|
|
5007
|
+
{
|
|
5008
|
+
"corpId": "dingd63bac705bb13c74bc961a6cb783455b",
|
|
5009
|
+
"creatorId": "921",
|
|
5010
|
+
"creatorName": "钉钉测试王亚欣",
|
|
5011
|
+
"updateTime": "2024-03-01T12:34:29.000+00:00",
|
|
5012
|
+
"type": "pdf",
|
|
5013
|
+
"parentId": 34163,
|
|
5014
|
+
"url": "https://guoranwisdom.oss-cn-zhangjiakou.aliyuncs.com/ab0f90737c8b4f2d85ba2157e4473110/2024/03/01/20/34/48aea8b2efdd306cc9fc7230989d0235/中指 l 中国房地产2023年市场总结&2024年趋势展望.pdf?uploadId=AE128B50BA0E49CC9959D2EBC7D71471",
|
|
5015
|
+
"knowledgeId": "65e1cb3bc5f94f033bcaf8f4",
|
|
5016
|
+
"createTime": "2024-03-01T12:34:03.000+00:00",
|
|
5017
|
+
"name": "中指 l 中国房地产2023年市场总结&2024年趋势展望",
|
|
5018
|
+
"id": 34164,
|
|
5019
|
+
"mainId": "ab0f90737c8b4f2d85ba2157e4473110",
|
|
5020
|
+
"creatorAvatar": "https://guoranopen-zjk.oss-cn-zhangjiakou.aliyuncs.com/2022/12/09/05/35/8906d62f-280e-4e77-b3cc-6a0db09185b3/c7fcfcf5-50c6-45ee-8e79-9d572e7c17ba1.jfif"
|
|
5021
|
+
},
|
|
5022
|
+
{
|
|
5023
|
+
"corpId": "dingd63bac705bb13c74bc961a6cb783455b",
|
|
5024
|
+
"creatorId": "921",
|
|
5025
|
+
"creatorName": "钉钉测试王亚欣",
|
|
5026
|
+
"updateTime": "2024-03-02T13:24:42.000+00:00",
|
|
5027
|
+
"type": "pdf",
|
|
5028
|
+
"parentId": 34163,
|
|
5029
|
+
"url": "https://guoranwisdom.oss-cn-zhangjiakou.aliyuncs.com/ab0f90737c8b4f2d85ba2157e4473110/2024/03/02/21/24/5b6d29249afd6ec47a16fea0c3f4ca10/《中国房地产指数系统百城价格指数报告(2023年11月)》.pdf?uploadId=979C38580CC74D5E9E2BD3F6887015F8",
|
|
5030
|
+
"knowledgeId": "65e32886fbce0d3f35c991fb",
|
|
5031
|
+
"createTime": "2024-03-02T13:24:22.000+00:00",
|
|
5032
|
+
"name": "《中国房地产指数系统百城价格指数报告(2023年11月)》",
|
|
5033
|
+
"id": 34165,
|
|
5034
|
+
"mainId": "ab0f90737c8b4f2d85ba2157e4473110",
|
|
5035
|
+
"creatorAvatar": "https://guoranopen-zjk.oss-cn-zhangjiakou.aliyuncs.com/2022/12/09/05/35/8906d62f-280e-4e77-b3cc-6a0db09185b3/c7fcfcf5-50c6-45ee-8e79-9d572e7c17ba1.jfif"
|
|
5036
|
+
}
|
|
5037
|
+
],
|
|
5038
|
+
"lastDays": 7,
|
|
5039
|
+
"limitCount": 20,
|
|
5040
|
+
"totalPages": 1,
|
|
5041
|
+
"description": "近7日新增知识如下:",
|
|
5042
|
+
"pageSize": 5,
|
|
5043
|
+
"page": 1,
|
|
5044
|
+
"title": "新增知识",
|
|
5045
|
+
"totalCount": 4
|
|
5046
|
+
},
|
|
5047
|
+
"id": "",
|
|
5048
|
+
"intentId": null,
|
|
5049
|
+
"msgId": null,
|
|
5050
|
+
"nodeId": null,
|
|
5051
|
+
"type": "welcome_knowledge_file",
|
|
5052
|
+
"sessionId": 1709707284287,
|
|
5053
|
+
"keyId": "a2da2307-3de3-41ef-b0f0-fd5f9d40adba_________"
|
|
5054
|
+
}
|
|
5055
|
+
],
|
|
4729
5056
|
}
|
|
4730
5057
|
},
|
|
4731
5058
|
methods: {
|