@tencentcloud/tccc-mcp-server 0.0.1
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/LICENSE +21 -0
- package/README.md +163 -0
- package/README_zh.md +163 -0
- package/package.json +57 -0
- package/src/generate.mjs +130 -0
- package/src/index.mjs +202 -0
- package/src/tools.json +4348 -0
package/src/tools.json
ADDED
|
@@ -0,0 +1,4348 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"name": "abort_agent_cruise_dialing_campaign",
|
|
4
|
+
"action": "AbortAgentCruiseDialingCampaign",
|
|
5
|
+
"destructive": true,
|
|
6
|
+
"description": "⚠️ 危险/有副作用操作,执行前必须先向用户确认。停止座席巡航式外呼任务",
|
|
7
|
+
"inputSchema": {
|
|
8
|
+
"type": "object",
|
|
9
|
+
"properties": {
|
|
10
|
+
"SdkAppId": {
|
|
11
|
+
"type": "number",
|
|
12
|
+
"description": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc"
|
|
13
|
+
},
|
|
14
|
+
"CampaignId": {
|
|
15
|
+
"type": "number",
|
|
16
|
+
"description": "任务 ID"
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
"required": [
|
|
20
|
+
"SdkAppId",
|
|
21
|
+
"CampaignId"
|
|
22
|
+
],
|
|
23
|
+
"additionalProperties": false
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"name": "abort_predictive_dialing_campaign",
|
|
28
|
+
"action": "AbortPredictiveDialingCampaign",
|
|
29
|
+
"destructive": true,
|
|
30
|
+
"description": "⚠️ 危险/有副作用操作,执行前必须先向用户确认。停止预测式外呼任务",
|
|
31
|
+
"inputSchema": {
|
|
32
|
+
"type": "object",
|
|
33
|
+
"properties": {
|
|
34
|
+
"SdkAppId": {
|
|
35
|
+
"type": "number",
|
|
36
|
+
"description": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc"
|
|
37
|
+
},
|
|
38
|
+
"CampaignId": {
|
|
39
|
+
"type": "number",
|
|
40
|
+
"description": "任务 ID"
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
"required": [
|
|
44
|
+
"SdkAppId",
|
|
45
|
+
"CampaignId"
|
|
46
|
+
],
|
|
47
|
+
"additionalProperties": false
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"name": "bind_number_call_in_interface",
|
|
52
|
+
"action": "BindNumberCallInInterface",
|
|
53
|
+
"destructive": false,
|
|
54
|
+
"description": "绑定号码呼入回调接口",
|
|
55
|
+
"inputSchema": {
|
|
56
|
+
"type": "object",
|
|
57
|
+
"properties": {
|
|
58
|
+
"SdkAppId": {
|
|
59
|
+
"type": "number",
|
|
60
|
+
"description": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc"
|
|
61
|
+
},
|
|
62
|
+
"Number": {
|
|
63
|
+
"type": "string",
|
|
64
|
+
"description": "待绑定的号码"
|
|
65
|
+
},
|
|
66
|
+
"CallInInterface": {
|
|
67
|
+
"type": "object",
|
|
68
|
+
"properties": {
|
|
69
|
+
"URL": {
|
|
70
|
+
"type": "string",
|
|
71
|
+
"description": "接口地址"
|
|
72
|
+
}
|
|
73
|
+
},
|
|
74
|
+
"required": [
|
|
75
|
+
"URL"
|
|
76
|
+
],
|
|
77
|
+
"additionalProperties": false,
|
|
78
|
+
"description": "待绑定的回调地址"
|
|
79
|
+
},
|
|
80
|
+
"NumberType": {
|
|
81
|
+
"type": "string",
|
|
82
|
+
"description": "绑定号码类型: inner: 内线号码 | number: 正常线路号码"
|
|
83
|
+
}
|
|
84
|
+
},
|
|
85
|
+
"required": [
|
|
86
|
+
"SdkAppId",
|
|
87
|
+
"Number"
|
|
88
|
+
],
|
|
89
|
+
"additionalProperties": false
|
|
90
|
+
}
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"name": "bind_number_call_out_skill_group",
|
|
94
|
+
"action": "BindNumberCallOutSkillGroup",
|
|
95
|
+
"destructive": false,
|
|
96
|
+
"description": "绑定号码外呼技能组",
|
|
97
|
+
"inputSchema": {
|
|
98
|
+
"type": "object",
|
|
99
|
+
"properties": {
|
|
100
|
+
"SdkAppId": {
|
|
101
|
+
"type": "number",
|
|
102
|
+
"description": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc"
|
|
103
|
+
},
|
|
104
|
+
"Number": {
|
|
105
|
+
"type": "string",
|
|
106
|
+
"description": "待绑定的号码"
|
|
107
|
+
},
|
|
108
|
+
"SkillGroupIds": {
|
|
109
|
+
"type": "array",
|
|
110
|
+
"items": {
|
|
111
|
+
"type": "number"
|
|
112
|
+
},
|
|
113
|
+
"description": "待绑定的技能组Id列表"
|
|
114
|
+
}
|
|
115
|
+
},
|
|
116
|
+
"required": [
|
|
117
|
+
"SdkAppId",
|
|
118
|
+
"Number",
|
|
119
|
+
"SkillGroupIds"
|
|
120
|
+
],
|
|
121
|
+
"additionalProperties": false
|
|
122
|
+
}
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"name": "bind_staff_skill_group_list",
|
|
126
|
+
"action": "BindStaffSkillGroupList",
|
|
127
|
+
"destructive": false,
|
|
128
|
+
"description": "绑定座席所属技能组",
|
|
129
|
+
"inputSchema": {
|
|
130
|
+
"type": "object",
|
|
131
|
+
"properties": {
|
|
132
|
+
"SdkAppId": {
|
|
133
|
+
"type": "number",
|
|
134
|
+
"description": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc"
|
|
135
|
+
},
|
|
136
|
+
"StaffEmail": {
|
|
137
|
+
"type": "string",
|
|
138
|
+
"description": "座席邮箱"
|
|
139
|
+
},
|
|
140
|
+
"StaffSkillGroupList": {
|
|
141
|
+
"type": "array",
|
|
142
|
+
"items": {
|
|
143
|
+
"type": "object",
|
|
144
|
+
"properties": {
|
|
145
|
+
"SkillGroupId": {
|
|
146
|
+
"type": "number",
|
|
147
|
+
"description": "技能组ID"
|
|
148
|
+
},
|
|
149
|
+
"Priority": {
|
|
150
|
+
"type": "number",
|
|
151
|
+
"description": "座席在技能组中的优先级(1为最高,5最低,默认3)"
|
|
152
|
+
}
|
|
153
|
+
},
|
|
154
|
+
"required": [
|
|
155
|
+
"SkillGroupId"
|
|
156
|
+
],
|
|
157
|
+
"additionalProperties": false
|
|
158
|
+
},
|
|
159
|
+
"description": "绑定技能组列表(必填)"
|
|
160
|
+
},
|
|
161
|
+
"SkillGroupList": {
|
|
162
|
+
"type": "array",
|
|
163
|
+
"items": {
|
|
164
|
+
"type": "number"
|
|
165
|
+
},
|
|
166
|
+
"description": "绑定技能组列表 @deprecated"
|
|
167
|
+
}
|
|
168
|
+
},
|
|
169
|
+
"required": [
|
|
170
|
+
"SdkAppId",
|
|
171
|
+
"StaffEmail",
|
|
172
|
+
"StaffSkillGroupList"
|
|
173
|
+
],
|
|
174
|
+
"additionalProperties": false
|
|
175
|
+
}
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
"name": "control_aiconversation",
|
|
179
|
+
"action": "ControlAIConversation",
|
|
180
|
+
"destructive": true,
|
|
181
|
+
"description": "⚠️ 危险/有副作用操作,执行前必须先向用户确认。提供服务端控制机器人的功能",
|
|
182
|
+
"inputSchema": {
|
|
183
|
+
"type": "object",
|
|
184
|
+
"properties": {
|
|
185
|
+
"SessionId": {
|
|
186
|
+
"type": "string",
|
|
187
|
+
"description": "会话 ID"
|
|
188
|
+
},
|
|
189
|
+
"SdkAppId": {
|
|
190
|
+
"type": "number",
|
|
191
|
+
"description": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc"
|
|
192
|
+
},
|
|
193
|
+
"Command": {
|
|
194
|
+
"type": "string",
|
|
195
|
+
"description": "控制命令,目前支持命令如下: - ServerPushText,服务端发送文本给AI机器人,AI机器人会播报该文本 - InvokeLLM,服务端发送文本给大模型,触发对话"
|
|
196
|
+
},
|
|
197
|
+
"ServerPushText": {
|
|
198
|
+
"type": "object",
|
|
199
|
+
"properties": {
|
|
200
|
+
"Text": {
|
|
201
|
+
"type": "string",
|
|
202
|
+
"description": "服务端推送播报文本"
|
|
203
|
+
},
|
|
204
|
+
"Interrupt": {
|
|
205
|
+
"type": "boolean",
|
|
206
|
+
"description": "是否允许该文本打断机器人说话"
|
|
207
|
+
},
|
|
208
|
+
"StopAfterPlay": {
|
|
209
|
+
"type": "boolean",
|
|
210
|
+
"description": "播报完文本后,是否自动关闭对话任务"
|
|
211
|
+
},
|
|
212
|
+
"Audio": {
|
|
213
|
+
"type": "string",
|
|
214
|
+
"description": "服务端推送播报音频 格式说明:音频必须为单声道,采样率必须跟对应TTS的采样率保持一致,编码为Base64字符串。 输入规则:当提供Audio字段时,将不接受Text字段的输入。系统将直接播放Audio字段中的音频内容。"
|
|
215
|
+
},
|
|
216
|
+
"DropMode": {
|
|
217
|
+
"type": "number",
|
|
218
|
+
"description": "默认为0,仅在Interrupt为false时有效 - 0表示当前有交互发生时,会丢弃Interrupt为false的消息 - 1表示当前有交互发生时,不会丢弃Interrupt为false的消息,而是缓存下来,等待当前交互结束后,再去处理 注意:DropMode为1时,允许缓存多个消息,如果后续出现了打断,缓存的消息会被清空"
|
|
219
|
+
},
|
|
220
|
+
"Priority": {
|
|
221
|
+
"type": "number",
|
|
222
|
+
"description": "ServerPushText消息的优先级,0表示可被打断,1表示不会被打断。 注意:在接收到Priority=1的消息后,后续其他任何消息都会被忽略(包括Priority=1的消息),直到Priority=1的消息处理结束。该字段可与Interrupt、DropMode字段配合使用。 例子: - Priority=1、Interrupt=true,会打断现有交互,立刻播报,播报过程中不会被打断 - Priority=1、Interrupt=false、DropMode=1,会等待当前交互结束,再进行播报,播报过程中不会被打断"
|
|
223
|
+
},
|
|
224
|
+
"AddHistory": {
|
|
225
|
+
"type": "boolean",
|
|
226
|
+
"description": "是否将文本加入到llm历史上下文中"
|
|
227
|
+
}
|
|
228
|
+
},
|
|
229
|
+
"additionalProperties": false,
|
|
230
|
+
"description": "服务端发送播报文本命令,当Command为ServerPushText时必填"
|
|
231
|
+
},
|
|
232
|
+
"InvokeLLM": {
|
|
233
|
+
"type": "object",
|
|
234
|
+
"properties": {
|
|
235
|
+
"Content": {
|
|
236
|
+
"type": "string",
|
|
237
|
+
"description": "请求LLM的内容"
|
|
238
|
+
},
|
|
239
|
+
"Interrupt": {
|
|
240
|
+
"type": "boolean",
|
|
241
|
+
"description": "是否允许该文本打断机器人说话"
|
|
242
|
+
}
|
|
243
|
+
},
|
|
244
|
+
"additionalProperties": false,
|
|
245
|
+
"description": "服务端发送命令主动请求大模型,当Command为InvokeLLM时会把content请求到大模型,头部增加X-Invoke-LLM=\"1\""
|
|
246
|
+
}
|
|
247
|
+
},
|
|
248
|
+
"required": [
|
|
249
|
+
"SessionId",
|
|
250
|
+
"SdkAppId"
|
|
251
|
+
],
|
|
252
|
+
"additionalProperties": false
|
|
253
|
+
}
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
"name": "create_admin_url",
|
|
257
|
+
"action": "CreateAdminURL",
|
|
258
|
+
"destructive": false,
|
|
259
|
+
"description": "创建管理端访问链接",
|
|
260
|
+
"inputSchema": {
|
|
261
|
+
"type": "object",
|
|
262
|
+
"properties": {
|
|
263
|
+
"SdkAppId": {
|
|
264
|
+
"type": "number",
|
|
265
|
+
"description": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc"
|
|
266
|
+
},
|
|
267
|
+
"SeatUserId": {
|
|
268
|
+
"type": "string",
|
|
269
|
+
"description": "管理员账号"
|
|
270
|
+
}
|
|
271
|
+
},
|
|
272
|
+
"required": [
|
|
273
|
+
"SdkAppId",
|
|
274
|
+
"SeatUserId"
|
|
275
|
+
],
|
|
276
|
+
"additionalProperties": false
|
|
277
|
+
}
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
"name": "create_agent_cruise_dialing_campaign",
|
|
281
|
+
"action": "CreateAgentCruiseDialingCampaign",
|
|
282
|
+
"destructive": false,
|
|
283
|
+
"description": "座席巡航式外呼。",
|
|
284
|
+
"inputSchema": {
|
|
285
|
+
"type": "object",
|
|
286
|
+
"properties": {
|
|
287
|
+
"SdkAppId": {
|
|
288
|
+
"type": "number",
|
|
289
|
+
"description": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc"
|
|
290
|
+
},
|
|
291
|
+
"Name": {
|
|
292
|
+
"type": "string",
|
|
293
|
+
"description": "任务名称"
|
|
294
|
+
},
|
|
295
|
+
"Agent": {
|
|
296
|
+
"type": "string",
|
|
297
|
+
"description": "座席账号"
|
|
298
|
+
},
|
|
299
|
+
"ConcurrencyNumber": {
|
|
300
|
+
"type": "number",
|
|
301
|
+
"description": "单轮并发呼叫量 1-20"
|
|
302
|
+
},
|
|
303
|
+
"StartTime": {
|
|
304
|
+
"type": "number",
|
|
305
|
+
"description": "任务启动时间,Unix 时间戳,到此时间后会自动启动任务"
|
|
306
|
+
},
|
|
307
|
+
"EndTime": {
|
|
308
|
+
"type": "number",
|
|
309
|
+
"description": "任务结束时间,Unix 时间戳,到此时间后会自动终止任务"
|
|
310
|
+
},
|
|
311
|
+
"Callees": {
|
|
312
|
+
"type": "array",
|
|
313
|
+
"items": {
|
|
314
|
+
"type": "string"
|
|
315
|
+
},
|
|
316
|
+
"description": "被叫列表,支持 E.164 或不带国家码形式的号码"
|
|
317
|
+
},
|
|
318
|
+
"Callers": {
|
|
319
|
+
"type": "array",
|
|
320
|
+
"items": {
|
|
321
|
+
"type": "string"
|
|
322
|
+
},
|
|
323
|
+
"description": "主叫列表,使用管理端展示的号码格式"
|
|
324
|
+
},
|
|
325
|
+
"CallOrder": {
|
|
326
|
+
"type": "number",
|
|
327
|
+
"description": "被叫呼叫顺序 0 随机 1 顺序"
|
|
328
|
+
},
|
|
329
|
+
"UUI": {
|
|
330
|
+
"type": "string",
|
|
331
|
+
"description": "调用方自定义数据,最大长度 1024"
|
|
332
|
+
}
|
|
333
|
+
},
|
|
334
|
+
"required": [
|
|
335
|
+
"SdkAppId",
|
|
336
|
+
"Name",
|
|
337
|
+
"Agent",
|
|
338
|
+
"ConcurrencyNumber",
|
|
339
|
+
"StartTime",
|
|
340
|
+
"EndTime"
|
|
341
|
+
],
|
|
342
|
+
"additionalProperties": false
|
|
343
|
+
}
|
|
344
|
+
},
|
|
345
|
+
{
|
|
346
|
+
"name": "create_aiagent_call",
|
|
347
|
+
"action": "CreateAIAgentCall",
|
|
348
|
+
"destructive": false,
|
|
349
|
+
"description": "用于创建**一次性的智能体外呼通话**。你可以在管理端-智能体管理中,新建语音智能体,进行 [对话流程配置](https://cloud.tencent.com/document/product/679/119796) 。该接口可调用配置完成的智能体发起单次的外呼任务。若需创建批量智能体外呼任务,请参考文档 [创建自动外呼任务](https://cloud.tencent.com/document/product/679/69194)。 该功能需购买语音智能体通话套餐,并且仅限自有电话号码使用。详情请参考 [语音智能体通话购买指引](https://cloud.tencent.com/document/product/679/125953)。",
|
|
350
|
+
"inputSchema": {
|
|
351
|
+
"type": "object",
|
|
352
|
+
"properties": {
|
|
353
|
+
"SdkAppId": {
|
|
354
|
+
"type": "number",
|
|
355
|
+
"description": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc"
|
|
356
|
+
},
|
|
357
|
+
"AIAgentId": {
|
|
358
|
+
"type": "number",
|
|
359
|
+
"description": "AI智能体ID"
|
|
360
|
+
},
|
|
361
|
+
"Callee": {
|
|
362
|
+
"type": "string",
|
|
363
|
+
"description": "被叫号码"
|
|
364
|
+
},
|
|
365
|
+
"Callers": {
|
|
366
|
+
"type": "array",
|
|
367
|
+
"items": {
|
|
368
|
+
"type": "string"
|
|
369
|
+
},
|
|
370
|
+
"description": "主叫号码列表"
|
|
371
|
+
},
|
|
372
|
+
"PromptVariables": {
|
|
373
|
+
"type": "array",
|
|
374
|
+
"items": {
|
|
375
|
+
"type": "object",
|
|
376
|
+
"properties": {
|
|
377
|
+
"Key": {
|
|
378
|
+
"type": "string",
|
|
379
|
+
"description": "变量名"
|
|
380
|
+
},
|
|
381
|
+
"Value": {
|
|
382
|
+
"type": "string",
|
|
383
|
+
"description": "变量值"
|
|
384
|
+
}
|
|
385
|
+
},
|
|
386
|
+
"required": [
|
|
387
|
+
"Key",
|
|
388
|
+
"Value"
|
|
389
|
+
],
|
|
390
|
+
"additionalProperties": false
|
|
391
|
+
},
|
|
392
|
+
"description": "提示词变量 @deprecated"
|
|
393
|
+
},
|
|
394
|
+
"Variables": {
|
|
395
|
+
"type": "array",
|
|
396
|
+
"items": {
|
|
397
|
+
"type": "object",
|
|
398
|
+
"properties": {
|
|
399
|
+
"Key": {
|
|
400
|
+
"type": "string",
|
|
401
|
+
"description": "变量名"
|
|
402
|
+
},
|
|
403
|
+
"Value": {
|
|
404
|
+
"type": "string",
|
|
405
|
+
"description": "变量值"
|
|
406
|
+
}
|
|
407
|
+
},
|
|
408
|
+
"required": [
|
|
409
|
+
"Key",
|
|
410
|
+
"Value"
|
|
411
|
+
],
|
|
412
|
+
"additionalProperties": false
|
|
413
|
+
},
|
|
414
|
+
"description": "通用变量: 提示词变量 欢迎语变量 欢迎语延迟播放(秒级):welcome-message-delay dify变量 dify-inputs-xxx 为dify的inputs变量dify-inputs-user 为dify的user值dify-inputs-conversation_id 为dify的conversation_id值"
|
|
415
|
+
},
|
|
416
|
+
"MaxRingTimeoutSecond": {
|
|
417
|
+
"type": "number",
|
|
418
|
+
"description": "最大振铃时长,达到时长阈值自动挂断。 仅自携号码支持当前参数"
|
|
419
|
+
},
|
|
420
|
+
"AcquireTimeoutSecond": {
|
|
421
|
+
"type": "number",
|
|
422
|
+
"description": "智能体并发不足时,排队等待超时时间,单位秒取值范围:[0, 5]默认值:5"
|
|
423
|
+
}
|
|
424
|
+
},
|
|
425
|
+
"required": [
|
|
426
|
+
"SdkAppId",
|
|
427
|
+
"AIAgentId",
|
|
428
|
+
"Callee"
|
|
429
|
+
],
|
|
430
|
+
"additionalProperties": false
|
|
431
|
+
}
|
|
432
|
+
},
|
|
433
|
+
{
|
|
434
|
+
"name": "create_aicall",
|
|
435
|
+
"action": "CreateAICall",
|
|
436
|
+
"destructive": false,
|
|
437
|
+
"description": "用于 **直接调用AI模型** 发起 **单次** 外呼通话,支持通过API参数直接配置模型、提示词、语音等全部通话要素。 该功能需购买语音智能体通话套餐,并且仅限自有电话号码使用。详情请参考 [语音智能体通话购买指引](https://cloud.tencent.com/document/product/679/125953)。",
|
|
438
|
+
"inputSchema": {
|
|
439
|
+
"type": "object",
|
|
440
|
+
"properties": {
|
|
441
|
+
"SdkAppId": {
|
|
442
|
+
"type": "number",
|
|
443
|
+
"description": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc"
|
|
444
|
+
},
|
|
445
|
+
"Callee": {
|
|
446
|
+
"type": "string",
|
|
447
|
+
"description": "被叫号码"
|
|
448
|
+
},
|
|
449
|
+
"LLMType": {
|
|
450
|
+
"type": "string",
|
|
451
|
+
"description": "模型接口协议类型,目前兼容四种协议类型:OpenAI协议(包括GPT、混元、DeepSeek等):"openai"Azure协议:"azure"Minimax协议:"minimax"Dify协议: "dify""
|
|
452
|
+
},
|
|
453
|
+
"APIKey": {
|
|
454
|
+
"type": "string",
|
|
455
|
+
"description": "模型API密钥,获取鉴权信息方式请参见各模型官网OpenAI协议:GPT,混元,DeepSeek;Azure协议:Azure GPT;Minimax:Minimax"
|
|
456
|
+
},
|
|
457
|
+
"APIUrl": {
|
|
458
|
+
"type": "string",
|
|
459
|
+
"description": "模型接口地址OpenAI协议 GPT:"https://api.openai.com/v1/" 混元:"https://api.hunyuan.cloud.tencent.com/v1" Deepseek:"https://api.deepseek.com/v1"Azure协议 "https://{your-resource-name}.openai.azure.com?api-version={api-version}"Minimax协议 "https://api.minimax.chat/v1""
|
|
460
|
+
},
|
|
461
|
+
"SystemPrompt": {
|
|
462
|
+
"type": "string",
|
|
463
|
+
"description": "用于设定AI人设、说话规则、任务等的全局提示词。示例:## 人设您是人民医院友善、和蔼的随访医生李医生,正在给患者小明的家长打电话,原因是医院要求小明2024-08-08回院复查手术恢复情况,但小明没有来。您需要按照任务流程对小明家长进行电话随访调查。## 要求简洁回复:使用简练语言,每次最多询问一个问题,不要在一个回复中询问多个问题。富有变化:尽量使表达富有变化,表达机械重复。自然亲切:使用日常语言,尽量显得专业并亲切。提到时间时使用口语表述,如下周三、6月18日。积极主动:尝试引导对话,每个回复通常以问题或下一步建议来结尾。询问清楚:如果对方部分回答了您的问题,或者回答很模糊,请通过追问来确保回答的完整明确。遵循任务:当对方的回答偏离了您的任务时,及时引导对方回到任务中。不要从头开始重复,从偏离的地方继续询问。诚实可靠:对于客户的提问,如果不确定请务必不要编造,礼貌告知对方不清楚。不要捏造患者未提及的症状史、用药史、治疗史。其他注意点:避免提到病情恶化、恢复不理想或疾病名称等使用会使患者感到紧张的表述。不要问患者已经直接或间接回答过的问题,例如患者已经说没有不适症状,那就不要再问手术部位是否有红肿疼痛症状的问题。##任务: 1.自我介绍您是人民医院负责随访的李医生,并说明致电的目的。2.询问被叫方是否是小明家长。 - 如果不是小明家长,请礼貌表达歉意,并使用 call_end 挂断电话。- 如果小明家长没空,请礼貌告诉对方稍后会重新致电,并使用 end_call 挂断电话。3.询问小明出院后水肿情况如何,较出院时是否有变化。- 如果水肿变严重,直接跳转步骤7。4.询问出院后是否给小朋友量过体温,是否出现过发烧情况。- 如果没有量过体温,请礼貌告诉家长出院后三个月内需要每天观察体温。- 如果出现过发烧,请直接跳转步骤7。5.询问出院后是否给小朋友按时服药。- 如果没有按时服药,请友善提醒家长严格按医嘱服用药物,避免影响手术效果。6.询问小朋友在饮食上是否做到低盐低脂,适量吃优质蛋白如鸡蛋、牛奶、瘦肉等。- 如果没有做到,请友善提醒家长低盐低脂和优质蛋白有助小朋友尽快恢复。7.告知家长医生要求6月18日回院复查,但没看到有相关复诊记录。提醒家长尽快前往医院体检复查血化验、尿常规。8.询问家长是否有问题需要咨询,如果没有请礼貌道别并用call_end挂断电话。"
|
|
464
|
+
},
|
|
465
|
+
"Model": {
|
|
466
|
+
"type": "string",
|
|
467
|
+
"description": "模型名称,如OpenAI协议 "gpt-4o-mini","gpt-4o","hunyuan-standard", "hunyuan-turbo","deepseek-chat";Azure协议 "gpt-4o-mini", "gpt-4o";Minmax协议 "deepseek-chat"."
|
|
468
|
+
},
|
|
469
|
+
"VoiceType": {
|
|
470
|
+
"type": "string",
|
|
471
|
+
"description": "默认提供以下音色参数值可选择,如需自定义音色VoiceType请留空并在参数CustomTTSConfig中配置汉语: ZhiMei:智美,客服女声 ZhiXi: 智希 通用女声 ZhiQi:智琪 客服女声 ZhiTian:智甜 女童声 AiXiaoJing:爱小静 对话女声英语: WeRose:英文女声 Monika:英文女声日语: Nanami韩语: SunHi印度尼西亚语(印度尼西亚): Gadis马来语(马来西亚): Yasmin 泰米尔语(马来西亚): Kani泰语(泰国): Achara越南语(越南): HoaiMy"
|
|
472
|
+
},
|
|
473
|
+
"Callers": {
|
|
474
|
+
"type": "array",
|
|
475
|
+
"items": {
|
|
476
|
+
"type": "string"
|
|
477
|
+
},
|
|
478
|
+
"description": "主叫号码列表"
|
|
479
|
+
},
|
|
480
|
+
"WelcomeMessage": {
|
|
481
|
+
"type": "string",
|
|
482
|
+
"description": "用于设定AI座席欢迎语。"
|
|
483
|
+
},
|
|
484
|
+
"WelcomeType": {
|
|
485
|
+
"type": "number",
|
|
486
|
+
"description": "0:使用welcomeMessage(为空时,被叫先说话;不为空时,机器人先说话) 1: 使用ai根据prompt自动生成welcomeMessage并先说话"
|
|
487
|
+
},
|
|
488
|
+
"WelcomeMessagePriority": {
|
|
489
|
+
"type": "number",
|
|
490
|
+
"description": "0: 默认可打断, 2:高优先不可打断"
|
|
491
|
+
},
|
|
492
|
+
"MaxDuration": {
|
|
493
|
+
"type": "number",
|
|
494
|
+
"description": "最大等待时长(毫秒),默认60秒,超过这个时间用户没说话,自动挂断"
|
|
495
|
+
},
|
|
496
|
+
"Languages": {
|
|
497
|
+
"type": "array",
|
|
498
|
+
"items": {
|
|
499
|
+
"type": "string"
|
|
500
|
+
},
|
|
501
|
+
"description": "语音识别支持的语言, 默认是"zh" 中文, 填写数组,最长4个语言,第一个语言为主要识别语言,后面为可选语言, 注意:主要语言为中国方言时,可选语言无效 目前全量支持的语言如下,等号左面是语言英文名,右面是Language字段需要填写的值,该值遵循ISO639:Chinese = "zh" # 中文Chinese_TW = "zh-TW" # 中国台湾Chinese_DIALECT = "zh-dialect" # 中国方言English = "en" # 英语Vietnamese = "vi" # 越南语Japanese = "ja" # 日语Korean = "ko" # 汉语Indonesia = "id" # 印度尼西亚语Thai = "th" # 泰语Portuguese = "pt" # 葡萄牙语Turkish = "tr" # 土耳其语Arabic = "ar" # 阿拉伯语Spanish = "es" # 西班牙语Hindi = "hi" # 印地语French = "fr" # 法语Malay = "ms" # 马来语Filipino = "fil" # 菲律宾语German = "de" # 德语Italian = "it" # 意大利语Russian = "ru" # 俄语"
|
|
502
|
+
},
|
|
503
|
+
"InterruptMode": {
|
|
504
|
+
"type": "number",
|
|
505
|
+
"description": "打断AI说话模式,默认为0,0表示自动打断,1表示不打断。"
|
|
506
|
+
},
|
|
507
|
+
"InterruptSpeechDuration": {
|
|
508
|
+
"type": "number",
|
|
509
|
+
"description": "InterruptMode为0时使用,单位为毫秒,默认为500ms。表示服务端检测到持续InterruptSpeechDuration毫秒的人声则进行打断。"
|
|
510
|
+
},
|
|
511
|
+
"EndFunctionEnable": {
|
|
512
|
+
"type": "boolean",
|
|
513
|
+
"description": "模型是否支持(或者开启)call_end function calling"
|
|
514
|
+
},
|
|
515
|
+
"EndFunctionDesc": {
|
|
516
|
+
"type": "string",
|
|
517
|
+
"description": "EndFunctionEnable为true时生效;call_end function calling的desc,默认为 "End the call when user has to leave (like says bye) or you are instructed to do so.""
|
|
518
|
+
},
|
|
519
|
+
"TransferFunctionEnable": {
|
|
520
|
+
"type": "boolean",
|
|
521
|
+
"description": "模型是否支持(或者开启)transfer_to_human function calling"
|
|
522
|
+
},
|
|
523
|
+
"TransferItems": {
|
|
524
|
+
"type": "array",
|
|
525
|
+
"items": {
|
|
526
|
+
"type": "object",
|
|
527
|
+
"properties": {
|
|
528
|
+
"TransferFunctionName": {
|
|
529
|
+
"type": "string",
|
|
530
|
+
"description": "转人工的function calling 名称"
|
|
531
|
+
},
|
|
532
|
+
"TransferFunctionDesc": {
|
|
533
|
+
"type": "string",
|
|
534
|
+
"description": "TransferFunctionEnable为true时生效;transfer_to_human function calling的desc,默认为 \"Transfer to human when the user has to transfer to human (like says transfer to human) or you are instructed to do so.\""
|
|
535
|
+
},
|
|
536
|
+
"TransferSkillGroupId": {
|
|
537
|
+
"type": "number",
|
|
538
|
+
"description": "转人工的技能组ID"
|
|
539
|
+
}
|
|
540
|
+
},
|
|
541
|
+
"required": [
|
|
542
|
+
"TransferFunctionName",
|
|
543
|
+
"TransferFunctionDesc",
|
|
544
|
+
"TransferSkillGroupId"
|
|
545
|
+
],
|
|
546
|
+
"additionalProperties": false
|
|
547
|
+
},
|
|
548
|
+
"description": "TransferFunctionEnable为true的时候生效: 转人工配置"
|
|
549
|
+
},
|
|
550
|
+
"TransferToAgentEnable": {
|
|
551
|
+
"type": "boolean",
|
|
552
|
+
"description": "模型是否支持(或者开启)转智能体function calling"
|
|
553
|
+
},
|
|
554
|
+
"TransferToAgentItems": {
|
|
555
|
+
"type": "array",
|
|
556
|
+
"items": {
|
|
557
|
+
"type": "object",
|
|
558
|
+
"properties": {
|
|
559
|
+
"TransferToAgentName": {
|
|
560
|
+
"type": "string",
|
|
561
|
+
"description": "转智能体的function calling 名称"
|
|
562
|
+
},
|
|
563
|
+
"TransferToAgentDesc": {
|
|
564
|
+
"type": "string",
|
|
565
|
+
"description": "转智能体描述"
|
|
566
|
+
},
|
|
567
|
+
"TransferToAgentId": {
|
|
568
|
+
"type": "number",
|
|
569
|
+
"description": "目标智能体ID"
|
|
570
|
+
}
|
|
571
|
+
},
|
|
572
|
+
"required": [
|
|
573
|
+
"TransferToAgentName",
|
|
574
|
+
"TransferToAgentDesc",
|
|
575
|
+
"TransferToAgentId"
|
|
576
|
+
],
|
|
577
|
+
"additionalProperties": false
|
|
578
|
+
},
|
|
579
|
+
"description": "TransferToAgentEnable为true的时候生效: 转智能体配置"
|
|
580
|
+
},
|
|
581
|
+
"NotifyDuration": {
|
|
582
|
+
"type": "number",
|
|
583
|
+
"description": "用户多久没说话提示时长,最小10秒,默认10秒"
|
|
584
|
+
},
|
|
585
|
+
"NotifyMessage": {
|
|
586
|
+
"type": "string",
|
|
587
|
+
"description": "用户NotifyDuration没说话,AI提示的语句,默认是"抱歉,我没听清。您可以重复下吗?""
|
|
588
|
+
},
|
|
589
|
+
"NotifyMaxCount": {
|
|
590
|
+
"type": "number",
|
|
591
|
+
"description": "最大触发AI提示音次数,默认为不限制"
|
|
592
|
+
},
|
|
593
|
+
"CustomTTSConfig": {
|
|
594
|
+
"type": "string",
|
|
595
|
+
"description": "和VoiceType字段需要选填一个,这里是使用自己自定义的TTS,VoiceType是系统内置的一些音色Tencent TTS 配置请参考腾讯云TTS文档链接{ \"TTSType\": \"tencent\", // String TTS类型, 目前支持\"tencent\" 和 “minixmax”, 其他的厂商支持中 u2003 \"AppId\": \"您的应用ID\", // String 必填 u2003 \"SecretId\": \"您的密钥ID\", // String 必填 u2003 \"SecretKey\": \"您的密钥Key\", // String 必填 u2003 \"VoiceType\": 101001, // Integer 必填,音色 ID,包括标准音色与精品音色,精品音色拟真度更高,价格不同于标准音色,请参见语音合成计费概述。完整的音色 ID 列表请参见语音合成音色列表。 u2003 \"Speed\": 1.25, // Integer 非必填,语速,范围:[-2,6],分别对应不同语速: -2: 代表0.6倍 -1: 代表0.8倍 0: 代表1.0倍(默认) 1: 代表1.2倍 2: 代表1.5倍 6: 代表2.5倍 如果需要更细化的语速,可以保留小数点后 2 位,例如0.5/1.25/2.81等。 参数值与实际语速转换,可参考 语速转换 u2003 \"Volume\": 5, // Integer 非必填,音量大小,范围:[0,10],分别对应11个等级的音量,默认值为0,代表正常音量。 u2003 \"PrimaryLanguage\": 1, // Integer 可选 主要语言 1-中文(默认) 2-英文 3-日文 \"FastVoiceType\": \"xxxx\" // 可选参数, 快速声音复刻的参数 u2003} Minimax TTS 配置请参考 Minimax TTS 文档链接。注意 Minimax TTS 存在频率限制,超频可能会导致回答卡顿,Minimax TTS频率限制相关文档链接。{ \"TTSType\": \"minimax\", // String TTS类型, \"Model\": \"speech-01-turbo\", \"APIUrl\": \"https://api.minimax.chat/v1/t2a_v2\", \"APIKey\": \"eyxxxx\", \"GroupId\": \"181000000000000\", \"VoiceType\":\"female-tianmei\", \"Speed\": 1.2}火山 TTS配置音色类型参考火山TTS文档链接 语音合成音色列表–语音技术-火山引擎 大模型语音合成音色列表–语音技术-火山引擎{ \"TTSType\": \"volcengine\", // 必填:String TTS类型 \"AppId\" : \"xxxxxxxx\", // 必填:String 火山引擎分配的Appid \"Token\" : \"TY9d4sQXHxxxxxxx\", // 必填: String类型 火山引擎的访问token \"Speed\" : 1.0, // 可选参数 语速,默认为1.0 \"Volume\": 1.0, // 可选参数, 音量大小, 默认为1.0 \"Cluster\" : \"volcano_tts\", // 可选参数,业务集群, 默认是 volcano_tts \"VoiceType\" : \"zh_male_aojiaobazong_moon_bigtts\" // 音色类型, 默认为大模型语音合成的音色。 如果使用普通语音合成,则需要填写对应的音色类型。 音色类型填写错误会导致没有声音。}Azure TTS 配置请参考AzureTTS文档链接{ \"TTSType\": \"azure\", // 必填:String TTS类型 \"SubscriptionKey\": \"xxxxxxxx\", // 必填:String 订阅的Key \"Region\": \"chinanorth3\", // 必填:String 订阅的地区 \"VoiceName\": \"zh-CN-XiaoxiaoNeural\", // 必填:String 音色名必填 \"Language\": \"zh-CN\", // 必填:String 合成的语言 \"Rate\": 1 // 选填:float 语速 0.5~2 默认为 1}自定义TTS具体协议规范请参考腾讯文档{ \"TTSType\": \"custom\", // String 必填 \"APIKey\": \"ApiKey\", // String 必填 用来鉴权 \"APIUrl\": \"http://0.0.0.0:8080/stream-audio\" // String,必填,TTS API URL \"AudioFormat\": \"wav\", // String, 非必填,期望输出的音频格式,如mp3, ogg_opus,pcm,wav,默认为 wav,目前只支持pcm和wav, \"SampleRate\": 16000, // Integer,非必填,音频采样率,默认为16000(16k),推荐值为16000 \"AudioChannel\": 1, // Integer,非必填,音频通道数,取值:1 或 2 默认为1 }"
|
|
596
|
+
},
|
|
597
|
+
"PromptVariables": {
|
|
598
|
+
"type": "array",
|
|
599
|
+
"items": {
|
|
600
|
+
"type": "object",
|
|
601
|
+
"properties": {
|
|
602
|
+
"Key": {
|
|
603
|
+
"type": "string",
|
|
604
|
+
"description": "变量名"
|
|
605
|
+
},
|
|
606
|
+
"Value": {
|
|
607
|
+
"type": "string",
|
|
608
|
+
"description": "变量值"
|
|
609
|
+
}
|
|
610
|
+
},
|
|
611
|
+
"required": [
|
|
612
|
+
"Key",
|
|
613
|
+
"Value"
|
|
614
|
+
],
|
|
615
|
+
"additionalProperties": false
|
|
616
|
+
},
|
|
617
|
+
"description": "提示词变量 @deprecated"
|
|
618
|
+
},
|
|
619
|
+
"VadSilenceTime": {
|
|
620
|
+
"type": "number",
|
|
621
|
+
"description": "语音识别vad的时间,范围为240-2000,默认为1000,单位为ms。更小的值会让语音识别分句更快。"
|
|
622
|
+
},
|
|
623
|
+
"ExtractConfig": {
|
|
624
|
+
"type": "array",
|
|
625
|
+
"items": {
|
|
626
|
+
"type": "object",
|
|
627
|
+
"properties": {
|
|
628
|
+
"InfoType": {
|
|
629
|
+
"type": "string",
|
|
630
|
+
"description": "配置项类型,包括 Text 文本 Selector 选项 Boolean 布尔值 Number 数字"
|
|
631
|
+
},
|
|
632
|
+
"InfoName": {
|
|
633
|
+
"type": "string",
|
|
634
|
+
"description": "配置项名称,不可重复"
|
|
635
|
+
},
|
|
636
|
+
"InfoContent": {
|
|
637
|
+
"type": "string",
|
|
638
|
+
"description": "配置项具体内容"
|
|
639
|
+
},
|
|
640
|
+
"Examples": {
|
|
641
|
+
"type": "array",
|
|
642
|
+
"items": {
|
|
643
|
+
"type": "string"
|
|
644
|
+
},
|
|
645
|
+
"description": "配置项提取内容示例"
|
|
646
|
+
},
|
|
647
|
+
"Choices": {
|
|
648
|
+
"type": "array",
|
|
649
|
+
"items": {
|
|
650
|
+
"type": "string"
|
|
651
|
+
},
|
|
652
|
+
"description": "InfoType 为 Selector,需要配置此字段"
|
|
653
|
+
}
|
|
654
|
+
},
|
|
655
|
+
"required": [
|
|
656
|
+
"InfoType",
|
|
657
|
+
"InfoName"
|
|
658
|
+
],
|
|
659
|
+
"additionalProperties": false
|
|
660
|
+
},
|
|
661
|
+
"description": "通话内容提取配置"
|
|
662
|
+
},
|
|
663
|
+
"Temperature": {
|
|
664
|
+
"type": "number",
|
|
665
|
+
"description": "模型温度控制"
|
|
666
|
+
},
|
|
667
|
+
"Variables": {
|
|
668
|
+
"type": "array",
|
|
669
|
+
"items": {
|
|
670
|
+
"type": "object",
|
|
671
|
+
"properties": {
|
|
672
|
+
"Key": {
|
|
673
|
+
"type": "string",
|
|
674
|
+
"description": "变量名"
|
|
675
|
+
},
|
|
676
|
+
"Value": {
|
|
677
|
+
"type": "string",
|
|
678
|
+
"description": "变量值"
|
|
679
|
+
}
|
|
680
|
+
},
|
|
681
|
+
"required": [
|
|
682
|
+
"Key",
|
|
683
|
+
"Value"
|
|
684
|
+
],
|
|
685
|
+
"additionalProperties": false
|
|
686
|
+
},
|
|
687
|
+
"description": "通用变量: 提示词变量 欢迎语变量 欢迎语延迟播放(秒级):welcome-message-delay dify变量 dify-inputs-xxx 为dify的inputs变量dify-inputs-user 为dify的user值dify-inputs-conversation_id 为dify的conversation_id值"
|
|
688
|
+
},
|
|
689
|
+
"TopP": {
|
|
690
|
+
"type": "number",
|
|
691
|
+
"description": "模型topP"
|
|
692
|
+
},
|
|
693
|
+
"VadLevel": {
|
|
694
|
+
"type": "number",
|
|
695
|
+
"description": "vad的远场人声抑制能力(不会对asr识别效果造成影响),范围为[0, 3],默认为0。推荐设置为2,有较好的远场人声抑制能力。"
|
|
696
|
+
},
|
|
697
|
+
"ToneWord": {
|
|
698
|
+
"type": "object",
|
|
699
|
+
"properties": {
|
|
700
|
+
"FirstSentenceTimeout": {
|
|
701
|
+
"type": "number",
|
|
702
|
+
"description": "首句超时时间,单位秒"
|
|
703
|
+
},
|
|
704
|
+
"ZHToneWords": {
|
|
705
|
+
"type": "object",
|
|
706
|
+
"properties": {
|
|
707
|
+
"Neutral": {
|
|
708
|
+
"type": "array",
|
|
709
|
+
"items": {
|
|
710
|
+
"type": "string"
|
|
711
|
+
},
|
|
712
|
+
"description": "中性词列表"
|
|
713
|
+
},
|
|
714
|
+
"Positive": {
|
|
715
|
+
"type": "array",
|
|
716
|
+
"items": {
|
|
717
|
+
"type": "string"
|
|
718
|
+
},
|
|
719
|
+
"description": "正面词列表"
|
|
720
|
+
},
|
|
721
|
+
"Negative": {
|
|
722
|
+
"type": "array",
|
|
723
|
+
"items": {
|
|
724
|
+
"type": "string"
|
|
725
|
+
},
|
|
726
|
+
"description": "负面词列表"
|
|
727
|
+
}
|
|
728
|
+
},
|
|
729
|
+
"additionalProperties": false,
|
|
730
|
+
"description": "承接语气词"
|
|
731
|
+
}
|
|
732
|
+
},
|
|
733
|
+
"additionalProperties": false,
|
|
734
|
+
"description": "衔接语"
|
|
735
|
+
},
|
|
736
|
+
"EnableComplianceAudio": {
|
|
737
|
+
"type": "boolean",
|
|
738
|
+
"description": "合规提示音, 该参数传true(默认)表示通话开始播放摩斯码,提示对话内容为 AI 生成。 该参数传false表示关闭合规提示音。该参数传false则代表您知晓并同意以下协议: 我方充分知悉和理解,根据《网络安全法》《互联网信息服务深度合成管理规定》《生成式人工智能服务管理暂行办法》《人工智能生成合成内容标识办法》的法律法规的规定,对人工智能生成合成内容应当添加显式标识和隐式标识。我方基于业务需求,请腾讯云对生成合成内容不添加显式标识,我方承诺合法合规使用生成合成内容,避免造成混淆、误认;如果使用生成合成内容对公众提供服务的,或通过网络传播的,我方将自觉主动添加符合法律规定和国家标准要求的显式标识,承担人工智能生成合成内容标识的法律义务。我方未能恰当、合理地履行人工智能内容标识义务造成不良后果的,或遭受主管部门责罚的,相关责任由我方完全承担。"
|
|
739
|
+
},
|
|
740
|
+
"EnableVoicemailDetection": {
|
|
741
|
+
"type": "boolean",
|
|
742
|
+
"description": "是否开启语音信箱识别"
|
|
743
|
+
},
|
|
744
|
+
"VoicemailAction": {
|
|
745
|
+
"type": "number",
|
|
746
|
+
"description": "识别到对端为语音信箱时的行为,当EnableVoicemailDetection为True时生效 0: 挂断电话(默认)"
|
|
747
|
+
},
|
|
748
|
+
"LLMExtraBody": {
|
|
749
|
+
"type": "string",
|
|
750
|
+
"description": "大模型拓展参数, 格式为json字符串"
|
|
751
|
+
},
|
|
752
|
+
"MaxCallDurationMs": {
|
|
753
|
+
"type": "number",
|
|
754
|
+
"description": "最大通话时长, 默认不限制。单位毫秒(ms)"
|
|
755
|
+
},
|
|
756
|
+
"MaxRingTimeoutSecond": {
|
|
757
|
+
"type": "number",
|
|
758
|
+
"description": "最大振铃时长,达到时长阈值自动挂断。 仅自携号码支持当前参数"
|
|
759
|
+
},
|
|
760
|
+
"AmbientSoundType": {
|
|
761
|
+
"type": "string",
|
|
762
|
+
"description": "环境音场景,没有的话不填。 coffee_shops:咖啡店氛围,背景中有人聊天 busy_office:客服中心"
|
|
763
|
+
},
|
|
764
|
+
"AmbientSoundVolume": {
|
|
765
|
+
"type": "number",
|
|
766
|
+
"description": "环境音音量。如果AmbientSoundType 为空,该字段不填。取值的范围是 [0,2]。值越低,环境音越小;值越高,环境音越响亮。如果未设置,则使用默认值 1。"
|
|
767
|
+
},
|
|
768
|
+
"AcquireTimeoutSecond": {
|
|
769
|
+
"type": "number",
|
|
770
|
+
"description": "智能体并发不足时,排队等待超时时间,单位秒取值范围:[0, 5]默认值:5"
|
|
771
|
+
},
|
|
772
|
+
"CustomSTTConfig": {
|
|
773
|
+
"type": "string",
|
|
774
|
+
"description": "自定义STT配置,请联系产品/开发后使用"
|
|
775
|
+
}
|
|
776
|
+
},
|
|
777
|
+
"required": [
|
|
778
|
+
"SdkAppId",
|
|
779
|
+
"Callee",
|
|
780
|
+
"LLMType",
|
|
781
|
+
"APIKey",
|
|
782
|
+
"APIUrl"
|
|
783
|
+
],
|
|
784
|
+
"additionalProperties": false
|
|
785
|
+
}
|
|
786
|
+
},
|
|
787
|
+
{
|
|
788
|
+
"name": "create_auto_callout_task",
|
|
789
|
+
"action": "CreateAutoCalloutTask",
|
|
790
|
+
"destructive": false,
|
|
791
|
+
"description": "用于**创建批量自动外呼通话**,系统将根据任务配置,自动向指定的**被叫号码列表**发起外呼通话。该接口可调用配置完成的智能体发起批量的外呼任务,你可以在管理端-智能体管理中,新建语音智能体,进行 [对话流程配置](https://cloud.tencent.com/document/product/679/119796)。若需创建单次智能体外呼任务,请参考文档 [创建单次智能体通话](https://cloud.tencent.com/document/product/679/115681)。 该功能需购买语音智能体通话套餐,并且仅限自有电话号码使用。详情请参考 [语音智能体通话购买指引](https://cloud.tencent.com/document/product/679/125953)。",
|
|
792
|
+
"inputSchema": {
|
|
793
|
+
"type": "object",
|
|
794
|
+
"properties": {
|
|
795
|
+
"SdkAppId": {
|
|
796
|
+
"type": "number",
|
|
797
|
+
"description": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc"
|
|
798
|
+
},
|
|
799
|
+
"NotBefore": {
|
|
800
|
+
"type": "number",
|
|
801
|
+
"description": "任务起始时间戳,Unix 秒级时间戳"
|
|
802
|
+
},
|
|
803
|
+
"Callees": {
|
|
804
|
+
"type": "array",
|
|
805
|
+
"items": {
|
|
806
|
+
"type": "string"
|
|
807
|
+
},
|
|
808
|
+
"description": "被叫号码列表"
|
|
809
|
+
},
|
|
810
|
+
"Callers": {
|
|
811
|
+
"type": "array",
|
|
812
|
+
"items": {
|
|
813
|
+
"type": "string"
|
|
814
|
+
},
|
|
815
|
+
"description": "主叫号码列表"
|
|
816
|
+
},
|
|
817
|
+
"IvrId": {
|
|
818
|
+
"type": "number",
|
|
819
|
+
"description": "呼叫使用的 IVR Id,不填时需要填写 AIAgentId"
|
|
820
|
+
},
|
|
821
|
+
"Name": {
|
|
822
|
+
"type": "string",
|
|
823
|
+
"description": "任务名"
|
|
824
|
+
},
|
|
825
|
+
"Description": {
|
|
826
|
+
"type": "string",
|
|
827
|
+
"description": "任务描述"
|
|
828
|
+
},
|
|
829
|
+
"NotAfter": {
|
|
830
|
+
"type": "number",
|
|
831
|
+
"description": "任务停止时间戳,Unix 秒级时间戳"
|
|
832
|
+
},
|
|
833
|
+
"Tries": {
|
|
834
|
+
"type": "number",
|
|
835
|
+
"description": "最大尝试次数,1-3 次"
|
|
836
|
+
},
|
|
837
|
+
"Variables": {
|
|
838
|
+
"type": "array",
|
|
839
|
+
"items": {
|
|
840
|
+
"type": "object",
|
|
841
|
+
"properties": {
|
|
842
|
+
"Key": {
|
|
843
|
+
"type": "string",
|
|
844
|
+
"description": "变量名"
|
|
845
|
+
},
|
|
846
|
+
"Value": {
|
|
847
|
+
"type": "string",
|
|
848
|
+
"description": "变量值"
|
|
849
|
+
}
|
|
850
|
+
},
|
|
851
|
+
"required": [
|
|
852
|
+
"Key",
|
|
853
|
+
"Value"
|
|
854
|
+
],
|
|
855
|
+
"additionalProperties": false
|
|
856
|
+
},
|
|
857
|
+
"description": "自定义变量(仅高级版支持),CalleeAttributes 字段中使用相同变量会覆盖此处"
|
|
858
|
+
},
|
|
859
|
+
"UUI": {
|
|
860
|
+
"type": "string",
|
|
861
|
+
"description": "用户自定义数据,CalleeAttributes 字段中使用 UUI 会覆盖此处"
|
|
862
|
+
},
|
|
863
|
+
"CalleeAttributes": {
|
|
864
|
+
"type": "array",
|
|
865
|
+
"items": {
|
|
866
|
+
"type": "object",
|
|
867
|
+
"properties": {
|
|
868
|
+
"Callee": {
|
|
869
|
+
"type": "string",
|
|
870
|
+
"description": "被叫号码"
|
|
871
|
+
},
|
|
872
|
+
"UUI": {
|
|
873
|
+
"type": "string",
|
|
874
|
+
"description": "随路数据"
|
|
875
|
+
},
|
|
876
|
+
"Variables": {
|
|
877
|
+
"type": "array",
|
|
878
|
+
"items": {
|
|
879
|
+
"type": "object",
|
|
880
|
+
"properties": {
|
|
881
|
+
"Key": {
|
|
882
|
+
"type": "string",
|
|
883
|
+
"description": "变量名"
|
|
884
|
+
},
|
|
885
|
+
"Value": {
|
|
886
|
+
"type": "string",
|
|
887
|
+
"description": "变量值"
|
|
888
|
+
}
|
|
889
|
+
},
|
|
890
|
+
"required": [
|
|
891
|
+
"Key",
|
|
892
|
+
"Value"
|
|
893
|
+
],
|
|
894
|
+
"additionalProperties": false
|
|
895
|
+
},
|
|
896
|
+
"description": "参数"
|
|
897
|
+
}
|
|
898
|
+
},
|
|
899
|
+
"required": [
|
|
900
|
+
"Callee"
|
|
901
|
+
],
|
|
902
|
+
"additionalProperties": false
|
|
903
|
+
},
|
|
904
|
+
"description": "被叫属性"
|
|
905
|
+
},
|
|
906
|
+
"TimeZone": {
|
|
907
|
+
"type": "string",
|
|
908
|
+
"description": "IANA 时区名称,参考 https://datatracker.ietf.org/doc/html/draft-ietf-netmod-iana-timezones"
|
|
909
|
+
},
|
|
910
|
+
"AvailableTime": {
|
|
911
|
+
"type": "array",
|
|
912
|
+
"items": {
|
|
913
|
+
"type": "object",
|
|
914
|
+
"properties": {
|
|
915
|
+
"StartTime": {
|
|
916
|
+
"type": "string",
|
|
917
|
+
"description": "开始时间"
|
|
918
|
+
},
|
|
919
|
+
"EndTime": {
|
|
920
|
+
"type": "string",
|
|
921
|
+
"description": "结束时间"
|
|
922
|
+
}
|
|
923
|
+
},
|
|
924
|
+
"additionalProperties": false
|
|
925
|
+
},
|
|
926
|
+
"description": "可用时间段"
|
|
927
|
+
},
|
|
928
|
+
"AIAgentId": {
|
|
929
|
+
"type": "number",
|
|
930
|
+
"description": "智能体 ID,不填写时需要填写 IvrId"
|
|
931
|
+
},
|
|
932
|
+
"RetryInterval": {
|
|
933
|
+
"type": "number",
|
|
934
|
+
"description": "任务失败重试时间间隔,重试间隔 600秒~86400 秒"
|
|
935
|
+
},
|
|
936
|
+
"MaxRingTimeoutSecond": {
|
|
937
|
+
"type": "number",
|
|
938
|
+
"description": "最大振铃时长,达到时长阈值自动挂断。 仅自携号码支持当前参数"
|
|
939
|
+
},
|
|
940
|
+
"RetryHangupTypes": {
|
|
941
|
+
"type": "array",
|
|
942
|
+
"items": {
|
|
943
|
+
"type": "string"
|
|
944
|
+
},
|
|
945
|
+
"description": "根据限定的挂断原因(可选挂断状态码:202,203,204,205,206,207,208,210,212,213,215,216,217,218,219,221,222,234)进行重试,只对使用AIAgentID的任务有效,挂断状态码说明详见"
|
|
946
|
+
},
|
|
947
|
+
"RetryTags": {
|
|
948
|
+
"type": "array",
|
|
949
|
+
"items": {
|
|
950
|
+
"type": "object",
|
|
951
|
+
"properties": {
|
|
952
|
+
"TagName": {
|
|
953
|
+
"type": "string",
|
|
954
|
+
"description": "标签名称"
|
|
955
|
+
},
|
|
956
|
+
"TagValue": {
|
|
957
|
+
"type": "string",
|
|
958
|
+
"description": "标签值"
|
|
959
|
+
}
|
|
960
|
+
},
|
|
961
|
+
"additionalProperties": false
|
|
962
|
+
},
|
|
963
|
+
"description": "根据限定的话后标签进行重试,只对使用对话模型的AIAgentID任务有效,标签信息可在智能体配置中查询"
|
|
964
|
+
},
|
|
965
|
+
"AvailableWorkTimeConfig": {
|
|
966
|
+
"type": "array",
|
|
967
|
+
"items": {
|
|
968
|
+
"type": "object",
|
|
969
|
+
"properties": {
|
|
970
|
+
"DayType": {
|
|
971
|
+
"type": "string",
|
|
972
|
+
"description": "日期类型,默认为每天枚举值:EveryDay: 每天BusinessDay: 法定工作日Holiday: 法定休息日Custom: 自定义"
|
|
973
|
+
},
|
|
974
|
+
"DaysOfWeek": {
|
|
975
|
+
"type": "array",
|
|
976
|
+
"items": {
|
|
977
|
+
"type": "string"
|
|
978
|
+
},
|
|
979
|
+
"description": "仅在 DayType 为 Custom 时生效,指定适用的星期几枚举值:Monday: 星期一Tuesday: 星期二Wednesday: 星期三Thursday: 星期四Friday: 星期五Saturday: 星期六Sunday: 星期日"
|
|
980
|
+
},
|
|
981
|
+
"TimeRanges": {
|
|
982
|
+
"type": "array",
|
|
983
|
+
"items": {
|
|
984
|
+
"type": "object",
|
|
985
|
+
"properties": {
|
|
986
|
+
"StartTime": {
|
|
987
|
+
"type": "string",
|
|
988
|
+
"description": "开始时间"
|
|
989
|
+
},
|
|
990
|
+
"EndTime": {
|
|
991
|
+
"type": "string",
|
|
992
|
+
"description": "结束时间"
|
|
993
|
+
}
|
|
994
|
+
},
|
|
995
|
+
"additionalProperties": false
|
|
996
|
+
},
|
|
997
|
+
"description": "该日期类型下的时间段列表"
|
|
998
|
+
}
|
|
999
|
+
},
|
|
1000
|
+
"additionalProperties": false
|
|
1001
|
+
},
|
|
1002
|
+
"description": "生效的工作时间配置。建议使用此字段代替AvailableTime 字段,当同时使用时,优先生效AvailableTime。"
|
|
1003
|
+
},
|
|
1004
|
+
"TriggerStrategy": {
|
|
1005
|
+
"type": "array",
|
|
1006
|
+
"items": {
|
|
1007
|
+
"type": "object",
|
|
1008
|
+
"properties": {
|
|
1009
|
+
"InterfaceConfig": {
|
|
1010
|
+
"type": "object",
|
|
1011
|
+
"properties": {
|
|
1012
|
+
"Url": {
|
|
1013
|
+
"type": "string",
|
|
1014
|
+
"description": "http 标准 url"
|
|
1015
|
+
},
|
|
1016
|
+
"HeaderParams": {
|
|
1017
|
+
"type": "array",
|
|
1018
|
+
"items": {
|
|
1019
|
+
"type": "object",
|
|
1020
|
+
"properties": {
|
|
1021
|
+
"Key": {
|
|
1022
|
+
"type": "string"
|
|
1023
|
+
},
|
|
1024
|
+
"Value": {
|
|
1025
|
+
"type": "string"
|
|
1026
|
+
}
|
|
1027
|
+
},
|
|
1028
|
+
"additionalProperties": false
|
|
1029
|
+
},
|
|
1030
|
+
"description": "http header 参数"
|
|
1031
|
+
},
|
|
1032
|
+
"Params": {
|
|
1033
|
+
"type": "array",
|
|
1034
|
+
"items": {
|
|
1035
|
+
"type": "object",
|
|
1036
|
+
"properties": {
|
|
1037
|
+
"Key": {
|
|
1038
|
+
"type": "string"
|
|
1039
|
+
},
|
|
1040
|
+
"Value": {
|
|
1041
|
+
"type": "string"
|
|
1042
|
+
},
|
|
1043
|
+
"ValueType": {
|
|
1044
|
+
"type": "string"
|
|
1045
|
+
}
|
|
1046
|
+
},
|
|
1047
|
+
"additionalProperties": false
|
|
1048
|
+
},
|
|
1049
|
+
"description": "http 请求包参数"
|
|
1050
|
+
},
|
|
1051
|
+
"Returns": {
|
|
1052
|
+
"type": "array",
|
|
1053
|
+
"items": {
|
|
1054
|
+
"type": "object",
|
|
1055
|
+
"properties": {
|
|
1056
|
+
"Key": {
|
|
1057
|
+
"type": "string"
|
|
1058
|
+
}
|
|
1059
|
+
},
|
|
1060
|
+
"additionalProperties": false
|
|
1061
|
+
},
|
|
1062
|
+
"description": "对端输出值,由对端 url 返回的 json 包里包含该字段就行"
|
|
1063
|
+
},
|
|
1064
|
+
"Async": {
|
|
1065
|
+
"type": "boolean",
|
|
1066
|
+
"description": "是否异步"
|
|
1067
|
+
},
|
|
1068
|
+
"AuthType": {
|
|
1069
|
+
"type": "number",
|
|
1070
|
+
"description": "是否鉴权枚举值:0: 不开启鉴权1: 启用鉴权"
|
|
1071
|
+
},
|
|
1072
|
+
"BasicAuth": {
|
|
1073
|
+
"type": "object",
|
|
1074
|
+
"properties": {
|
|
1075
|
+
"BasicToken": {
|
|
1076
|
+
"type": "string"
|
|
1077
|
+
}
|
|
1078
|
+
},
|
|
1079
|
+
"additionalProperties": false,
|
|
1080
|
+
"description": "basic token 鉴权"
|
|
1081
|
+
},
|
|
1082
|
+
"BearerAuth": {
|
|
1083
|
+
"type": "object",
|
|
1084
|
+
"properties": {
|
|
1085
|
+
"BearerToken": {
|
|
1086
|
+
"type": "string"
|
|
1087
|
+
}
|
|
1088
|
+
},
|
|
1089
|
+
"additionalProperties": false,
|
|
1090
|
+
"description": "bearer token 鉴权"
|
|
1091
|
+
},
|
|
1092
|
+
"CustomAuth": {
|
|
1093
|
+
"type": "object",
|
|
1094
|
+
"properties": {
|
|
1095
|
+
"Key": {
|
|
1096
|
+
"type": "string"
|
|
1097
|
+
},
|
|
1098
|
+
"Value": {
|
|
1099
|
+
"type": "string"
|
|
1100
|
+
},
|
|
1101
|
+
"ValueType": {
|
|
1102
|
+
"type": "string"
|
|
1103
|
+
}
|
|
1104
|
+
},
|
|
1105
|
+
"additionalProperties": false,
|
|
1106
|
+
"description": "自定义鉴权"
|
|
1107
|
+
},
|
|
1108
|
+
"Oauth2Auth": {
|
|
1109
|
+
"type": "object",
|
|
1110
|
+
"properties": {
|
|
1111
|
+
"TokenURL": {
|
|
1112
|
+
"type": "string"
|
|
1113
|
+
},
|
|
1114
|
+
"ClientId": {
|
|
1115
|
+
"type": "string"
|
|
1116
|
+
},
|
|
1117
|
+
"ClientSecret": {
|
|
1118
|
+
"type": "string"
|
|
1119
|
+
}
|
|
1120
|
+
},
|
|
1121
|
+
"additionalProperties": false,
|
|
1122
|
+
"description": "oauth2 鉴权"
|
|
1123
|
+
}
|
|
1124
|
+
},
|
|
1125
|
+
"additionalProperties": false,
|
|
1126
|
+
"description": "http 接口相关参数"
|
|
1127
|
+
},
|
|
1128
|
+
"HangupTypes": {
|
|
1129
|
+
"type": "array",
|
|
1130
|
+
"items": {
|
|
1131
|
+
"type": "string"
|
|
1132
|
+
},
|
|
1133
|
+
"description": "挂断类型"
|
|
1134
|
+
},
|
|
1135
|
+
"CallTags": {
|
|
1136
|
+
"type": "array",
|
|
1137
|
+
"items": {
|
|
1138
|
+
"type": "object",
|
|
1139
|
+
"properties": {
|
|
1140
|
+
"TagName": {
|
|
1141
|
+
"type": "string",
|
|
1142
|
+
"description": "标签名称"
|
|
1143
|
+
},
|
|
1144
|
+
"TagValue": {
|
|
1145
|
+
"type": "string",
|
|
1146
|
+
"description": "标签值"
|
|
1147
|
+
}
|
|
1148
|
+
},
|
|
1149
|
+
"additionalProperties": false
|
|
1150
|
+
},
|
|
1151
|
+
"description": "通话标签"
|
|
1152
|
+
},
|
|
1153
|
+
"TriggerMode": {
|
|
1154
|
+
"type": "string",
|
|
1155
|
+
"description": "触发模式枚举值:ONCE_PER_NUMBER: 每个号码仅第一次命中条件时触发ALWAYS_ON_MATCH: 每次命中条件均触发"
|
|
1156
|
+
}
|
|
1157
|
+
},
|
|
1158
|
+
"additionalProperties": false
|
|
1159
|
+
},
|
|
1160
|
+
"description": "触发策略"
|
|
1161
|
+
},
|
|
1162
|
+
"ConcurrencyLimit": {
|
|
1163
|
+
"type": "number",
|
|
1164
|
+
"description": "智能体并发限制"
|
|
1165
|
+
}
|
|
1166
|
+
},
|
|
1167
|
+
"required": [
|
|
1168
|
+
"SdkAppId",
|
|
1169
|
+
"NotBefore",
|
|
1170
|
+
"Callees",
|
|
1171
|
+
"Callers"
|
|
1172
|
+
],
|
|
1173
|
+
"additionalProperties": false
|
|
1174
|
+
}
|
|
1175
|
+
},
|
|
1176
|
+
{
|
|
1177
|
+
"name": "create_call_out_session",
|
|
1178
|
+
"action": "CreateCallOutSession",
|
|
1179
|
+
"destructive": false,
|
|
1180
|
+
"description": "创建外呼会话,当前仅支持双呼,即先使用平台号码呼出到座席手机上,座席接听后,然后再外呼用户,而且由于运营商频率限制,座席手机号必须先加白名单,避免频控导致外呼失败。所以调用此接口前,下述操作均已完成 1. UserId 指定的座席已经[绑定手机号](https://cloud.tencent.com/document/product/679/76067#.E6.AD.A5.E9.AA.A42.EF.BC.9A.E5.AE.8C.E5.96.84.E8.B4.A6.E5.8F.B7.E4.BF.A1.E6.81.AF) 2. 座席绑定的手机号已经[申请并通过了外呼白名单](https://cloud.tencent.com/document/product/679/76744#.E6.93.8D.E4.BD.9C.E6.AD.A5.E9.AA.A4) 3. 当前座席侧只能呼叫其手机,所以 I",
|
|
1181
|
+
"inputSchema": {
|
|
1182
|
+
"type": "object",
|
|
1183
|
+
"properties": {
|
|
1184
|
+
"SdkAppId": {
|
|
1185
|
+
"type": "number",
|
|
1186
|
+
"description": "应用 ID"
|
|
1187
|
+
},
|
|
1188
|
+
"UserId": {
|
|
1189
|
+
"type": "string",
|
|
1190
|
+
"description": "座席邮箱,确保已经绑定了手机号 https://cloud.tencent.com/document/product/679/76067#.E6.AD.A5.E9.AA.A42.EF.BC.9A.E5.AE.8C.E5.96.84.E8.B4.A6.E5.8F.B7.E4.BF.A1.E6.81.AF"
|
|
1191
|
+
},
|
|
1192
|
+
"Callee": {
|
|
1193
|
+
"type": "string",
|
|
1194
|
+
"description": "被叫号码,须带 0086 前缀"
|
|
1195
|
+
},
|
|
1196
|
+
"Caller": {
|
|
1197
|
+
"type": "string",
|
|
1198
|
+
"description": "主叫号码(废弃,使用Callers),须带 0086 前缀"
|
|
1199
|
+
},
|
|
1200
|
+
"Callers": {
|
|
1201
|
+
"type": "array",
|
|
1202
|
+
"items": {
|
|
1203
|
+
"type": "string"
|
|
1204
|
+
},
|
|
1205
|
+
"description": "指定主叫号码列表,如果前面的号码失败了会自动换成下一个号码,须带 0086 前缀"
|
|
1206
|
+
},
|
|
1207
|
+
"IsForceUseMobile": {
|
|
1208
|
+
"type": "boolean",
|
|
1209
|
+
"description": "是否强制使用手机外呼,当前只支持 true,若为 true 请确保已配置白名单 https://cloud.tencent.com/document/product/679/76744#.E6.93.8D.E4.BD.9C.E6.AD.A5.E9.AA.A4"
|
|
1210
|
+
},
|
|
1211
|
+
"Uui": {
|
|
1212
|
+
"type": "string",
|
|
1213
|
+
"description": "自定义数据,长度限制 1024 字节 @deprecated"
|
|
1214
|
+
},
|
|
1215
|
+
"UUI": {
|
|
1216
|
+
"type": "string",
|
|
1217
|
+
"description": "自定义数据,长度限制 1024 字节"
|
|
1218
|
+
}
|
|
1219
|
+
},
|
|
1220
|
+
"required": [
|
|
1221
|
+
"SdkAppId",
|
|
1222
|
+
"UserId",
|
|
1223
|
+
"Callee"
|
|
1224
|
+
],
|
|
1225
|
+
"additionalProperties": false
|
|
1226
|
+
}
|
|
1227
|
+
},
|
|
1228
|
+
{
|
|
1229
|
+
"name": "create_carrier_privilege_number_applicant",
|
|
1230
|
+
"action": "CreateCarrierPrivilegeNumberApplicant",
|
|
1231
|
+
"destructive": false,
|
|
1232
|
+
"description": "用于无限频率地呼叫坐席手机",
|
|
1233
|
+
"inputSchema": {
|
|
1234
|
+
"type": "object",
|
|
1235
|
+
"properties": {
|
|
1236
|
+
"SdkAppId": {
|
|
1237
|
+
"type": "number",
|
|
1238
|
+
"description": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc"
|
|
1239
|
+
},
|
|
1240
|
+
"Callers": {
|
|
1241
|
+
"type": "array",
|
|
1242
|
+
"items": {
|
|
1243
|
+
"type": "string"
|
|
1244
|
+
},
|
|
1245
|
+
"description": "主叫号码,必须为实例中存在的号码,格式为0086xxxx(暂时只支持国内号码)"
|
|
1246
|
+
},
|
|
1247
|
+
"Callees": {
|
|
1248
|
+
"type": "array",
|
|
1249
|
+
"items": {
|
|
1250
|
+
"type": "string"
|
|
1251
|
+
},
|
|
1252
|
+
"description": "被叫号码,必须为实例中坐席绑定的手机号码,格式为0086xxxx(暂时只支持国内号码)"
|
|
1253
|
+
},
|
|
1254
|
+
"Description": {
|
|
1255
|
+
"type": "string",
|
|
1256
|
+
"description": "描述"
|
|
1257
|
+
}
|
|
1258
|
+
},
|
|
1259
|
+
"required": [
|
|
1260
|
+
"SdkAppId",
|
|
1261
|
+
"Callers",
|
|
1262
|
+
"Callees"
|
|
1263
|
+
],
|
|
1264
|
+
"additionalProperties": false
|
|
1265
|
+
}
|
|
1266
|
+
},
|
|
1267
|
+
{
|
|
1268
|
+
"name": "create_cccskill_group",
|
|
1269
|
+
"action": "CreateCCCSkillGroup",
|
|
1270
|
+
"destructive": false,
|
|
1271
|
+
"description": "新建技能组",
|
|
1272
|
+
"inputSchema": {
|
|
1273
|
+
"type": "object",
|
|
1274
|
+
"properties": {
|
|
1275
|
+
"SdkAppId": {
|
|
1276
|
+
"type": "number",
|
|
1277
|
+
"description": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc"
|
|
1278
|
+
},
|
|
1279
|
+
"SkillGroupName": {
|
|
1280
|
+
"type": "string",
|
|
1281
|
+
"description": "技能组名称"
|
|
1282
|
+
},
|
|
1283
|
+
"SkillGroupType": {
|
|
1284
|
+
"type": "number",
|
|
1285
|
+
"description": "技能组类型0-电话,1-在线,3-音频,4-视频"
|
|
1286
|
+
},
|
|
1287
|
+
"MaxConcurrency": {
|
|
1288
|
+
"type": "number",
|
|
1289
|
+
"description": "技能组接待人数上限(该技能组中1个座席可接待的人数上限)默认为1。1、若技能组类型为在线,则接待上限可设置为1及以上 2、若技能组类型为电话、音频、视频,则接待上线必须只能为1"
|
|
1290
|
+
}
|
|
1291
|
+
},
|
|
1292
|
+
"required": [
|
|
1293
|
+
"SdkAppId",
|
|
1294
|
+
"SkillGroupName",
|
|
1295
|
+
"SkillGroupType"
|
|
1296
|
+
],
|
|
1297
|
+
"additionalProperties": false
|
|
1298
|
+
}
|
|
1299
|
+
},
|
|
1300
|
+
{
|
|
1301
|
+
"name": "create_company_apply",
|
|
1302
|
+
"action": "CreateCompanyApply",
|
|
1303
|
+
"destructive": false,
|
|
1304
|
+
"description": "创建公司资质申请(1、首次使用接口,建议先在云联络中心控制台查看各个资料模板:https://console.cloud.tencent.com/ccc/enterprise/update。2、参数中图片Url建议使用腾讯云Cos存储的临时链接)",
|
|
1305
|
+
"inputSchema": {
|
|
1306
|
+
"type": "object",
|
|
1307
|
+
"properties": {
|
|
1308
|
+
"CompanyInfo": {
|
|
1309
|
+
"type": "object",
|
|
1310
|
+
"properties": {
|
|
1311
|
+
"ApplicantType": {
|
|
1312
|
+
"type": "number",
|
|
1313
|
+
"description": "申请人身份,0-公司法定代表人,1-经办人(受法定代表人委托)"
|
|
1314
|
+
},
|
|
1315
|
+
"CompanyName": {
|
|
1316
|
+
"type": "string",
|
|
1317
|
+
"description": "企业名称"
|
|
1318
|
+
},
|
|
1319
|
+
"BusinessId": {
|
|
1320
|
+
"type": "string",
|
|
1321
|
+
"description": "统一社会信用代码"
|
|
1322
|
+
},
|
|
1323
|
+
"BusinessIdPicUrl": {
|
|
1324
|
+
"type": "string",
|
|
1325
|
+
"description": "营业执照扫描件(加盖公章)。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)"
|
|
1326
|
+
},
|
|
1327
|
+
"CorporationName": {
|
|
1328
|
+
"type": "string",
|
|
1329
|
+
"description": "法定代表人名称"
|
|
1330
|
+
},
|
|
1331
|
+
"CorporationId": {
|
|
1332
|
+
"type": "string",
|
|
1333
|
+
"description": "法定代表人身份证号码"
|
|
1334
|
+
},
|
|
1335
|
+
"CorporationIdPicUrl": {
|
|
1336
|
+
"type": "string",
|
|
1337
|
+
"description": "法定代表人身份证正反面扫描件。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)"
|
|
1338
|
+
},
|
|
1339
|
+
"NetworkCommitmentPicUrl": {
|
|
1340
|
+
"type": "string",
|
|
1341
|
+
"description": "安全合规使用承诺书。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)"
|
|
1342
|
+
},
|
|
1343
|
+
"IsEqualTencentCloud": {
|
|
1344
|
+
"type": "number",
|
|
1345
|
+
"description": "是否与腾讯云账号的资质一致,0-不一致,1-一致"
|
|
1346
|
+
},
|
|
1347
|
+
"CorporationMobile": {
|
|
1348
|
+
"type": "string",
|
|
1349
|
+
"description": "法定代表人手机号"
|
|
1350
|
+
},
|
|
1351
|
+
"CorporationMobilePicUrl": {
|
|
1352
|
+
"type": "string",
|
|
1353
|
+
"description": "法定代表人手机号码实名认证。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)"
|
|
1354
|
+
},
|
|
1355
|
+
"UseDescribeFileUrl": {
|
|
1356
|
+
"type": "string",
|
|
1357
|
+
"description": "通话话术。(支持doc、docx格式的文档不超过50MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)"
|
|
1358
|
+
},
|
|
1359
|
+
"CompanyAuthLetterPicUrl": {
|
|
1360
|
+
"type": "string",
|
|
1361
|
+
"description": "公司授权函。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)"
|
|
1362
|
+
},
|
|
1363
|
+
"AcceptPicUrl": {
|
|
1364
|
+
"type": "string",
|
|
1365
|
+
"description": "电话受理单。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)"
|
|
1366
|
+
},
|
|
1367
|
+
"CorporationHoldingOnIdPicUrl": {
|
|
1368
|
+
"type": "string",
|
|
1369
|
+
"description": "法定代表人手持身份证照,申请人类型为法定代表人时必填。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)"
|
|
1370
|
+
},
|
|
1371
|
+
"OperatorName": {
|
|
1372
|
+
"type": "string",
|
|
1373
|
+
"description": "经办人名称,申请人类型为经办人时必填。"
|
|
1374
|
+
},
|
|
1375
|
+
"OperatorId": {
|
|
1376
|
+
"type": "string",
|
|
1377
|
+
"description": "经办人证件号码,申请人类型为经办人时必填。"
|
|
1378
|
+
},
|
|
1379
|
+
"OperatorIdPicUrl": {
|
|
1380
|
+
"type": "string",
|
|
1381
|
+
"description": "经办人身份证正反面扫描件,申请人类型为经办人时必填。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)"
|
|
1382
|
+
},
|
|
1383
|
+
"OperatorHoldingOnIdPicUrl": {
|
|
1384
|
+
"type": "string",
|
|
1385
|
+
"description": "经办人手持身份证照,申请人类型为经办人时必填。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)"
|
|
1386
|
+
},
|
|
1387
|
+
"CommissionPicUrl": {
|
|
1388
|
+
"type": "string",
|
|
1389
|
+
"description": "委托授权书,申请人类型为经办人时必填。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)"
|
|
1390
|
+
},
|
|
1391
|
+
"OperatorMobile": {
|
|
1392
|
+
"type": "string",
|
|
1393
|
+
"description": "经办人手机号,申请人类型为经办人时必填。"
|
|
1394
|
+
},
|
|
1395
|
+
"OperatorEmail": {
|
|
1396
|
+
"type": "string",
|
|
1397
|
+
"description": "经办人邮箱,申请人类型为经办人时必填。"
|
|
1398
|
+
},
|
|
1399
|
+
"OperatorMobilePicUrl": {
|
|
1400
|
+
"type": "string",
|
|
1401
|
+
"description": "经办人手机号码实名认证,申请人类型为经办人时必填。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)"
|
|
1402
|
+
}
|
|
1403
|
+
},
|
|
1404
|
+
"required": [
|
|
1405
|
+
"ApplicantType",
|
|
1406
|
+
"CompanyName",
|
|
1407
|
+
"BusinessId",
|
|
1408
|
+
"BusinessIdPicUrl",
|
|
1409
|
+
"CorporationName",
|
|
1410
|
+
"CorporationId",
|
|
1411
|
+
"CorporationIdPicUrl",
|
|
1412
|
+
"NetworkCommitmentPicUrl",
|
|
1413
|
+
"IsEqualTencentCloud",
|
|
1414
|
+
"CorporationMobile",
|
|
1415
|
+
"CorporationMobilePicUrl",
|
|
1416
|
+
"UseDescribeFileUrl",
|
|
1417
|
+
"CompanyAuthLetterPicUrl",
|
|
1418
|
+
"AcceptPicUrl"
|
|
1419
|
+
],
|
|
1420
|
+
"additionalProperties": false,
|
|
1421
|
+
"description": "企业资质信息"
|
|
1422
|
+
}
|
|
1423
|
+
},
|
|
1424
|
+
"required": [
|
|
1425
|
+
"CompanyInfo"
|
|
1426
|
+
],
|
|
1427
|
+
"additionalProperties": false
|
|
1428
|
+
}
|
|
1429
|
+
},
|
|
1430
|
+
{
|
|
1431
|
+
"name": "create_extension",
|
|
1432
|
+
"action": "CreateExtension",
|
|
1433
|
+
"destructive": false,
|
|
1434
|
+
"description": "创建话机账号",
|
|
1435
|
+
"inputSchema": {
|
|
1436
|
+
"type": "object",
|
|
1437
|
+
"properties": {
|
|
1438
|
+
"SdkAppId": {
|
|
1439
|
+
"type": "number",
|
|
1440
|
+
"description": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc"
|
|
1441
|
+
},
|
|
1442
|
+
"ExtensionId": {
|
|
1443
|
+
"type": "string",
|
|
1444
|
+
"description": "分机号"
|
|
1445
|
+
},
|
|
1446
|
+
"ExtensionName": {
|
|
1447
|
+
"type": "string",
|
|
1448
|
+
"description": "分机名称"
|
|
1449
|
+
},
|
|
1450
|
+
"SkillGroupIds": {
|
|
1451
|
+
"type": "array",
|
|
1452
|
+
"items": {
|
|
1453
|
+
"type": "number"
|
|
1454
|
+
},
|
|
1455
|
+
"description": "绑定的技能组列表"
|
|
1456
|
+
},
|
|
1457
|
+
"Relation": {
|
|
1458
|
+
"type": "string",
|
|
1459
|
+
"description": "绑定的坐席邮箱"
|
|
1460
|
+
}
|
|
1461
|
+
},
|
|
1462
|
+
"required": [
|
|
1463
|
+
"SdkAppId",
|
|
1464
|
+
"ExtensionId",
|
|
1465
|
+
"ExtensionName"
|
|
1466
|
+
],
|
|
1467
|
+
"additionalProperties": false
|
|
1468
|
+
}
|
|
1469
|
+
},
|
|
1470
|
+
{
|
|
1471
|
+
"name": "create_ivrsession",
|
|
1472
|
+
"action": "CreateIVRSession",
|
|
1473
|
+
"destructive": false,
|
|
1474
|
+
"description": "创建关联 IVR 的会话,仅高级版支持,目前支持呼入和自动外呼两种 IVR 类型。收到请求后 TCCC 会先尝试呼通被叫,然后进入 IVR 流程。",
|
|
1475
|
+
"inputSchema": {
|
|
1476
|
+
"type": "object",
|
|
1477
|
+
"properties": {
|
|
1478
|
+
"SdkAppId": {
|
|
1479
|
+
"type": "number",
|
|
1480
|
+
"description": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc"
|
|
1481
|
+
},
|
|
1482
|
+
"Callee": {
|
|
1483
|
+
"type": "string",
|
|
1484
|
+
"description": "被叫"
|
|
1485
|
+
},
|
|
1486
|
+
"IVRId": {
|
|
1487
|
+
"type": "number",
|
|
1488
|
+
"description": "指定的 IVR Id,目前支持呼入和自动外呼两种类型"
|
|
1489
|
+
},
|
|
1490
|
+
"Callers": {
|
|
1491
|
+
"type": "array",
|
|
1492
|
+
"items": {
|
|
1493
|
+
"type": "string"
|
|
1494
|
+
},
|
|
1495
|
+
"description": "主叫号码列表"
|
|
1496
|
+
},
|
|
1497
|
+
"Variables": {
|
|
1498
|
+
"type": "array",
|
|
1499
|
+
"items": {
|
|
1500
|
+
"type": "object",
|
|
1501
|
+
"properties": {
|
|
1502
|
+
"Key": {
|
|
1503
|
+
"type": "string",
|
|
1504
|
+
"description": "变量名"
|
|
1505
|
+
},
|
|
1506
|
+
"Value": {
|
|
1507
|
+
"type": "string",
|
|
1508
|
+
"description": "变量值"
|
|
1509
|
+
}
|
|
1510
|
+
},
|
|
1511
|
+
"required": [
|
|
1512
|
+
"Key",
|
|
1513
|
+
"Value"
|
|
1514
|
+
],
|
|
1515
|
+
"additionalProperties": false
|
|
1516
|
+
},
|
|
1517
|
+
"description": "自定义变量"
|
|
1518
|
+
},
|
|
1519
|
+
"UUI": {
|
|
1520
|
+
"type": "string",
|
|
1521
|
+
"description": "用户数据"
|
|
1522
|
+
},
|
|
1523
|
+
"MaxRingTimeoutSecond": {
|
|
1524
|
+
"type": "number",
|
|
1525
|
+
"description": "最大振铃时长,达到时长阈值自动挂断。 仅自携号码支持当前参数"
|
|
1526
|
+
}
|
|
1527
|
+
},
|
|
1528
|
+
"required": [
|
|
1529
|
+
"SdkAppId",
|
|
1530
|
+
"Callee",
|
|
1531
|
+
"IVRId"
|
|
1532
|
+
],
|
|
1533
|
+
"additionalProperties": false
|
|
1534
|
+
}
|
|
1535
|
+
},
|
|
1536
|
+
{
|
|
1537
|
+
"name": "create_own_number_apply",
|
|
1538
|
+
"action": "CreateOwnNumberApply",
|
|
1539
|
+
"destructive": false,
|
|
1540
|
+
"description": "创建客户自携号码接入审核",
|
|
1541
|
+
"inputSchema": {
|
|
1542
|
+
"type": "object",
|
|
1543
|
+
"properties": {
|
|
1544
|
+
"SdkAppId": {
|
|
1545
|
+
"type": "number",
|
|
1546
|
+
"description": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc"
|
|
1547
|
+
},
|
|
1548
|
+
"SipTrunkId": {
|
|
1549
|
+
"type": "number",
|
|
1550
|
+
"description": "SIP通道ID"
|
|
1551
|
+
},
|
|
1552
|
+
"DetailList": {
|
|
1553
|
+
"type": "array",
|
|
1554
|
+
"items": {
|
|
1555
|
+
"type": "object",
|
|
1556
|
+
"properties": {
|
|
1557
|
+
"CallType": {
|
|
1558
|
+
"type": "number",
|
|
1559
|
+
"description": "号码类型:0-呼入|1-呼出|2-呼入呼出"
|
|
1560
|
+
},
|
|
1561
|
+
"PhoneNumber": {
|
|
1562
|
+
"type": "string",
|
|
1563
|
+
"description": "线路号码"
|
|
1564
|
+
},
|
|
1565
|
+
"MaxCallCount": {
|
|
1566
|
+
"type": "number",
|
|
1567
|
+
"description": "最大并发呼叫数"
|
|
1568
|
+
},
|
|
1569
|
+
"MaxCallPSec": {
|
|
1570
|
+
"type": "number",
|
|
1571
|
+
"description": "每秒最大并发数"
|
|
1572
|
+
},
|
|
1573
|
+
"OutboundCalleeFormat": {
|
|
1574
|
+
"type": "string",
|
|
1575
|
+
"description": "呼出被叫格式,使用 {+E.164} 或 {E.164},"
|
|
1576
|
+
},
|
|
1577
|
+
"CarrierPhoneNumber": {
|
|
1578
|
+
"type": "string",
|
|
1579
|
+
"description": "运营商号码"
|
|
1580
|
+
}
|
|
1581
|
+
},
|
|
1582
|
+
"required": [
|
|
1583
|
+
"CallType",
|
|
1584
|
+
"PhoneNumber",
|
|
1585
|
+
"MaxCallCount",
|
|
1586
|
+
"MaxCallPSec"
|
|
1587
|
+
],
|
|
1588
|
+
"additionalProperties": false
|
|
1589
|
+
},
|
|
1590
|
+
"description": "线路相关参数"
|
|
1591
|
+
},
|
|
1592
|
+
"Prefix": {
|
|
1593
|
+
"type": "string",
|
|
1594
|
+
"description": "送号前缀"
|
|
1595
|
+
},
|
|
1596
|
+
"MobileNddPrefix": {
|
|
1597
|
+
"type": "string",
|
|
1598
|
+
"description": "国内长途手机前缀码"
|
|
1599
|
+
},
|
|
1600
|
+
"LocalNumberTrimAC": {
|
|
1601
|
+
"type": "boolean",
|
|
1602
|
+
"description": "同市固话去掉区号"
|
|
1603
|
+
},
|
|
1604
|
+
"CalleeFormatPassthrough": {
|
|
1605
|
+
"type": "boolean",
|
|
1606
|
+
"description": "被叫格式透传 (完成透传用户输入,不做处理)"
|
|
1607
|
+
},
|
|
1608
|
+
"CallerFormatPassthrough": {
|
|
1609
|
+
"type": "boolean",
|
|
1610
|
+
"description": "主叫格式透传 (完成透传用户输入,不做处理)"
|
|
1611
|
+
},
|
|
1612
|
+
"InternationalNumberPrefix": {
|
|
1613
|
+
"type": "string",
|
|
1614
|
+
"description": "国际长途前缀码"
|
|
1615
|
+
}
|
|
1616
|
+
},
|
|
1617
|
+
"required": [
|
|
1618
|
+
"SdkAppId",
|
|
1619
|
+
"SipTrunkId",
|
|
1620
|
+
"DetailList"
|
|
1621
|
+
],
|
|
1622
|
+
"additionalProperties": false
|
|
1623
|
+
}
|
|
1624
|
+
},
|
|
1625
|
+
{
|
|
1626
|
+
"name": "create_predictive_dialing_campaign",
|
|
1627
|
+
"action": "CreatePredictiveDialingCampaign",
|
|
1628
|
+
"destructive": false,
|
|
1629
|
+
"description": "创建预测式外呼任务",
|
|
1630
|
+
"inputSchema": {
|
|
1631
|
+
"type": "object",
|
|
1632
|
+
"properties": {
|
|
1633
|
+
"SdkAppId": {
|
|
1634
|
+
"type": "number",
|
|
1635
|
+
"description": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc"
|
|
1636
|
+
},
|
|
1637
|
+
"Name": {
|
|
1638
|
+
"type": "string",
|
|
1639
|
+
"description": "任务名称"
|
|
1640
|
+
},
|
|
1641
|
+
"Callees": {
|
|
1642
|
+
"type": "array",
|
|
1643
|
+
"items": {
|
|
1644
|
+
"type": "string"
|
|
1645
|
+
},
|
|
1646
|
+
"description": "被叫列表,支持 E.164 或不带国家码形式的号码"
|
|
1647
|
+
},
|
|
1648
|
+
"Callers": {
|
|
1649
|
+
"type": "array",
|
|
1650
|
+
"items": {
|
|
1651
|
+
"type": "string"
|
|
1652
|
+
},
|
|
1653
|
+
"description": "主叫列表,使用管理端展示的号码格式"
|
|
1654
|
+
},
|
|
1655
|
+
"CallOrder": {
|
|
1656
|
+
"type": "number",
|
|
1657
|
+
"description": "被叫呼叫顺序 0 随机 1 顺序"
|
|
1658
|
+
},
|
|
1659
|
+
"SkillGroupId": {
|
|
1660
|
+
"type": "number",
|
|
1661
|
+
"description": "使用的座席技能组 ID"
|
|
1662
|
+
},
|
|
1663
|
+
"Priority": {
|
|
1664
|
+
"type": "number",
|
|
1665
|
+
"description": "相同应用内多个任务运行优先级,从高到底 1 - 5"
|
|
1666
|
+
},
|
|
1667
|
+
"ExpectedAbandonRate": {
|
|
1668
|
+
"type": "number",
|
|
1669
|
+
"description": "预期呼损率,百分比,0 - 50"
|
|
1670
|
+
},
|
|
1671
|
+
"RetryInterval": {
|
|
1672
|
+
"type": "number",
|
|
1673
|
+
"description": "呼叫重试间隔时间,单位秒,60 - 86400"
|
|
1674
|
+
},
|
|
1675
|
+
"StartTime": {
|
|
1676
|
+
"type": "number",
|
|
1677
|
+
"description": "任务启动时间,Unix 时间戳,到此时间后会自动启动任务"
|
|
1678
|
+
},
|
|
1679
|
+
"EndTime": {
|
|
1680
|
+
"type": "number",
|
|
1681
|
+
"description": "任务结束时间,Unix 时间戳,到此时间后会自动终止任务"
|
|
1682
|
+
},
|
|
1683
|
+
"IVRId": {
|
|
1684
|
+
"type": "number",
|
|
1685
|
+
"description": "指定的 IVR Id"
|
|
1686
|
+
},
|
|
1687
|
+
"RetryTimes": {
|
|
1688
|
+
"type": "number",
|
|
1689
|
+
"description": "呼叫重试次数,0 - 2"
|
|
1690
|
+
},
|
|
1691
|
+
"Variables": {
|
|
1692
|
+
"type": "array",
|
|
1693
|
+
"items": {
|
|
1694
|
+
"type": "object",
|
|
1695
|
+
"properties": {
|
|
1696
|
+
"Key": {
|
|
1697
|
+
"type": "string",
|
|
1698
|
+
"description": "变量名"
|
|
1699
|
+
},
|
|
1700
|
+
"Value": {
|
|
1701
|
+
"type": "string",
|
|
1702
|
+
"description": "变量值"
|
|
1703
|
+
}
|
|
1704
|
+
},
|
|
1705
|
+
"required": [
|
|
1706
|
+
"Key",
|
|
1707
|
+
"Value"
|
|
1708
|
+
],
|
|
1709
|
+
"additionalProperties": false
|
|
1710
|
+
},
|
|
1711
|
+
"description": "自定义变量"
|
|
1712
|
+
},
|
|
1713
|
+
"UUI": {
|
|
1714
|
+
"type": "string",
|
|
1715
|
+
"description": "UUI"
|
|
1716
|
+
},
|
|
1717
|
+
"CalleeAttributes": {
|
|
1718
|
+
"type": "array",
|
|
1719
|
+
"items": {
|
|
1720
|
+
"type": "object",
|
|
1721
|
+
"properties": {
|
|
1722
|
+
"Callee": {
|
|
1723
|
+
"type": "string",
|
|
1724
|
+
"description": "被叫号码"
|
|
1725
|
+
},
|
|
1726
|
+
"UUI": {
|
|
1727
|
+
"type": "string",
|
|
1728
|
+
"description": "随路数据"
|
|
1729
|
+
},
|
|
1730
|
+
"Variables": {
|
|
1731
|
+
"type": "array",
|
|
1732
|
+
"items": {
|
|
1733
|
+
"type": "object",
|
|
1734
|
+
"properties": {
|
|
1735
|
+
"Key": {
|
|
1736
|
+
"type": "string",
|
|
1737
|
+
"description": "变量名"
|
|
1738
|
+
},
|
|
1739
|
+
"Value": {
|
|
1740
|
+
"type": "string",
|
|
1741
|
+
"description": "变量值"
|
|
1742
|
+
}
|
|
1743
|
+
},
|
|
1744
|
+
"required": [
|
|
1745
|
+
"Key",
|
|
1746
|
+
"Value"
|
|
1747
|
+
],
|
|
1748
|
+
"additionalProperties": false
|
|
1749
|
+
},
|
|
1750
|
+
"description": "参数"
|
|
1751
|
+
}
|
|
1752
|
+
},
|
|
1753
|
+
"required": [
|
|
1754
|
+
"Callee"
|
|
1755
|
+
],
|
|
1756
|
+
"additionalProperties": false
|
|
1757
|
+
},
|
|
1758
|
+
"description": "被叫属性"
|
|
1759
|
+
},
|
|
1760
|
+
"TimeZone": {
|
|
1761
|
+
"type": "string",
|
|
1762
|
+
"description": "IANA 时区名称,参考 https://datatracker.ietf.org/doc/html/draft-ietf-netmod-iana-timezones"
|
|
1763
|
+
},
|
|
1764
|
+
"AvailableTime": {
|
|
1765
|
+
"type": "array",
|
|
1766
|
+
"items": {
|
|
1767
|
+
"type": "object",
|
|
1768
|
+
"properties": {
|
|
1769
|
+
"StartTime": {
|
|
1770
|
+
"type": "string",
|
|
1771
|
+
"description": "开始时间"
|
|
1772
|
+
},
|
|
1773
|
+
"EndTime": {
|
|
1774
|
+
"type": "string",
|
|
1775
|
+
"description": "结束时间"
|
|
1776
|
+
}
|
|
1777
|
+
},
|
|
1778
|
+
"additionalProperties": false
|
|
1779
|
+
},
|
|
1780
|
+
"description": "可用时间段"
|
|
1781
|
+
}
|
|
1782
|
+
},
|
|
1783
|
+
"required": [
|
|
1784
|
+
"SdkAppId",
|
|
1785
|
+
"Name",
|
|
1786
|
+
"Callees",
|
|
1787
|
+
"Callers",
|
|
1788
|
+
"CallOrder",
|
|
1789
|
+
"SkillGroupId",
|
|
1790
|
+
"Priority",
|
|
1791
|
+
"ExpectedAbandonRate",
|
|
1792
|
+
"RetryInterval",
|
|
1793
|
+
"StartTime",
|
|
1794
|
+
"EndTime"
|
|
1795
|
+
],
|
|
1796
|
+
"additionalProperties": false
|
|
1797
|
+
}
|
|
1798
|
+
},
|
|
1799
|
+
{
|
|
1800
|
+
"name": "create_sdklogin_token",
|
|
1801
|
+
"action": "CreateSDKLoginToken",
|
|
1802
|
+
"destructive": false,
|
|
1803
|
+
"description": "创建 SDK 登录 Token。",
|
|
1804
|
+
"inputSchema": {
|
|
1805
|
+
"type": "object",
|
|
1806
|
+
"properties": {
|
|
1807
|
+
"SdkAppId": {
|
|
1808
|
+
"type": "number",
|
|
1809
|
+
"description": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc"
|
|
1810
|
+
},
|
|
1811
|
+
"SeatUserId": {
|
|
1812
|
+
"type": "string",
|
|
1813
|
+
"description": "座席账号。"
|
|
1814
|
+
},
|
|
1815
|
+
"OnlyOnce": {
|
|
1816
|
+
"type": "boolean",
|
|
1817
|
+
"description": "生成的token是否一次性校验"
|
|
1818
|
+
}
|
|
1819
|
+
},
|
|
1820
|
+
"required": [
|
|
1821
|
+
"SdkAppId",
|
|
1822
|
+
"SeatUserId"
|
|
1823
|
+
],
|
|
1824
|
+
"additionalProperties": false
|
|
1825
|
+
}
|
|
1826
|
+
},
|
|
1827
|
+
{
|
|
1828
|
+
"name": "create_staff",
|
|
1829
|
+
"action": "CreateStaff",
|
|
1830
|
+
"destructive": false,
|
|
1831
|
+
"description": "创建客服账号。",
|
|
1832
|
+
"inputSchema": {
|
|
1833
|
+
"type": "object",
|
|
1834
|
+
"properties": {
|
|
1835
|
+
"SdkAppId": {
|
|
1836
|
+
"type": "number",
|
|
1837
|
+
"description": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc"
|
|
1838
|
+
},
|
|
1839
|
+
"Staffs": {
|
|
1840
|
+
"type": "array",
|
|
1841
|
+
"items": {
|
|
1842
|
+
"type": "object",
|
|
1843
|
+
"properties": {
|
|
1844
|
+
"Name": {
|
|
1845
|
+
"type": "string",
|
|
1846
|
+
"description": "座席名称"
|
|
1847
|
+
},
|
|
1848
|
+
"Mail": {
|
|
1849
|
+
"type": "string",
|
|
1850
|
+
"description": "座席邮箱"
|
|
1851
|
+
},
|
|
1852
|
+
"StaffNumber": {
|
|
1853
|
+
"type": "string",
|
|
1854
|
+
"description": "工号"
|
|
1855
|
+
},
|
|
1856
|
+
"Phone": {
|
|
1857
|
+
"type": "string",
|
|
1858
|
+
"description": "座席电话号码(带0086前缀)"
|
|
1859
|
+
},
|
|
1860
|
+
"Nick": {
|
|
1861
|
+
"type": "string",
|
|
1862
|
+
"description": "座席昵称"
|
|
1863
|
+
},
|
|
1864
|
+
"UserId": {
|
|
1865
|
+
"type": "string",
|
|
1866
|
+
"description": "用户ID"
|
|
1867
|
+
},
|
|
1868
|
+
"SkillGroupNameList": {
|
|
1869
|
+
"type": "array",
|
|
1870
|
+
"items": {
|
|
1871
|
+
"type": "string"
|
|
1872
|
+
},
|
|
1873
|
+
"description": "座席关联的技能组列表"
|
|
1874
|
+
},
|
|
1875
|
+
"Role": {
|
|
1876
|
+
"type": "number",
|
|
1877
|
+
"description": "1:管理员 2:质检员 3:普通座席 else:自定义角色ID"
|
|
1878
|
+
},
|
|
1879
|
+
"ExtensionNumber": {
|
|
1880
|
+
"type": "string",
|
|
1881
|
+
"description": "座席分机号(1 到 8 打头,4 - 6 位)"
|
|
1882
|
+
}
|
|
1883
|
+
},
|
|
1884
|
+
"required": [
|
|
1885
|
+
"Name",
|
|
1886
|
+
"Mail",
|
|
1887
|
+
"StaffNumber"
|
|
1888
|
+
],
|
|
1889
|
+
"additionalProperties": false
|
|
1890
|
+
},
|
|
1891
|
+
"description": "客服信息,个数不超过 10"
|
|
1892
|
+
},
|
|
1893
|
+
"SendPassword": {
|
|
1894
|
+
"type": "boolean",
|
|
1895
|
+
"description": "是否发送密码邮件,默认true"
|
|
1896
|
+
}
|
|
1897
|
+
},
|
|
1898
|
+
"required": [
|
|
1899
|
+
"SdkAppId",
|
|
1900
|
+
"Staffs"
|
|
1901
|
+
],
|
|
1902
|
+
"additionalProperties": false
|
|
1903
|
+
}
|
|
1904
|
+
},
|
|
1905
|
+
{
|
|
1906
|
+
"name": "create_user_sig",
|
|
1907
|
+
"action": "CreateUserSig",
|
|
1908
|
+
"destructive": false,
|
|
1909
|
+
"description": "创建用户数据签名",
|
|
1910
|
+
"inputSchema": {
|
|
1911
|
+
"type": "object",
|
|
1912
|
+
"properties": {
|
|
1913
|
+
"SdkAppId": {
|
|
1914
|
+
"type": "number",
|
|
1915
|
+
"description": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc"
|
|
1916
|
+
},
|
|
1917
|
+
"Uid": {
|
|
1918
|
+
"type": "string",
|
|
1919
|
+
"description": "用户 ID"
|
|
1920
|
+
},
|
|
1921
|
+
"ClientData": {
|
|
1922
|
+
"type": "string",
|
|
1923
|
+
"description": "用户签名数据"
|
|
1924
|
+
},
|
|
1925
|
+
"ExpiredTime": {
|
|
1926
|
+
"type": "number",
|
|
1927
|
+
"description": "有效期,单位秒,不超过 1 小时"
|
|
1928
|
+
}
|
|
1929
|
+
},
|
|
1930
|
+
"required": [
|
|
1931
|
+
"SdkAppId",
|
|
1932
|
+
"Uid",
|
|
1933
|
+
"ClientData",
|
|
1934
|
+
"ExpiredTime"
|
|
1935
|
+
],
|
|
1936
|
+
"additionalProperties": false
|
|
1937
|
+
}
|
|
1938
|
+
},
|
|
1939
|
+
{
|
|
1940
|
+
"name": "delete_cccskill_group",
|
|
1941
|
+
"action": "DeleteCCCSkillGroup",
|
|
1942
|
+
"destructive": true,
|
|
1943
|
+
"description": "⚠️ 危险/有副作用操作,执行前必须先向用户确认。删除技能组",
|
|
1944
|
+
"inputSchema": {
|
|
1945
|
+
"type": "object",
|
|
1946
|
+
"properties": {
|
|
1947
|
+
"SdkAppId": {
|
|
1948
|
+
"type": "number",
|
|
1949
|
+
"description": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc"
|
|
1950
|
+
},
|
|
1951
|
+
"SkillGroupId": {
|
|
1952
|
+
"type": "number",
|
|
1953
|
+
"description": "技能组ID"
|
|
1954
|
+
}
|
|
1955
|
+
},
|
|
1956
|
+
"required": [
|
|
1957
|
+
"SdkAppId",
|
|
1958
|
+
"SkillGroupId"
|
|
1959
|
+
],
|
|
1960
|
+
"additionalProperties": false
|
|
1961
|
+
}
|
|
1962
|
+
},
|
|
1963
|
+
{
|
|
1964
|
+
"name": "delete_extension",
|
|
1965
|
+
"action": "DeleteExtension",
|
|
1966
|
+
"destructive": true,
|
|
1967
|
+
"description": "⚠️ 危险/有副作用操作,执行前必须先向用户确认。删除话机账号",
|
|
1968
|
+
"inputSchema": {
|
|
1969
|
+
"type": "object",
|
|
1970
|
+
"properties": {
|
|
1971
|
+
"SdkAppId": {
|
|
1972
|
+
"type": "number",
|
|
1973
|
+
"description": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc"
|
|
1974
|
+
},
|
|
1975
|
+
"ExtensionId": {
|
|
1976
|
+
"type": "string",
|
|
1977
|
+
"description": "分机号"
|
|
1978
|
+
}
|
|
1979
|
+
},
|
|
1980
|
+
"required": [
|
|
1981
|
+
"SdkAppId",
|
|
1982
|
+
"ExtensionId"
|
|
1983
|
+
],
|
|
1984
|
+
"additionalProperties": false
|
|
1985
|
+
}
|
|
1986
|
+
},
|
|
1987
|
+
{
|
|
1988
|
+
"name": "delete_predictive_dialing_campaign",
|
|
1989
|
+
"action": "DeletePredictiveDialingCampaign",
|
|
1990
|
+
"destructive": true,
|
|
1991
|
+
"description": "⚠️ 危险/有副作用操作,执行前必须先向用户确认。删除预测式外呼任务",
|
|
1992
|
+
"inputSchema": {
|
|
1993
|
+
"type": "object",
|
|
1994
|
+
"properties": {
|
|
1995
|
+
"SdkAppId": {
|
|
1996
|
+
"type": "number",
|
|
1997
|
+
"description": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc"
|
|
1998
|
+
},
|
|
1999
|
+
"CampaignId": {
|
|
2000
|
+
"type": "number",
|
|
2001
|
+
"description": "任务 ID"
|
|
2002
|
+
}
|
|
2003
|
+
},
|
|
2004
|
+
"required": [
|
|
2005
|
+
"SdkAppId",
|
|
2006
|
+
"CampaignId"
|
|
2007
|
+
],
|
|
2008
|
+
"additionalProperties": false
|
|
2009
|
+
}
|
|
2010
|
+
},
|
|
2011
|
+
{
|
|
2012
|
+
"name": "delete_staff",
|
|
2013
|
+
"action": "DeleteStaff",
|
|
2014
|
+
"destructive": true,
|
|
2015
|
+
"description": "⚠️ 危险/有副作用操作,执行前必须先向用户确认。删除坐席信息",
|
|
2016
|
+
"inputSchema": {
|
|
2017
|
+
"type": "object",
|
|
2018
|
+
"properties": {
|
|
2019
|
+
"SdkAppId": {
|
|
2020
|
+
"type": "number",
|
|
2021
|
+
"description": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc"
|
|
2022
|
+
},
|
|
2023
|
+
"StaffList": {
|
|
2024
|
+
"type": "array",
|
|
2025
|
+
"items": {
|
|
2026
|
+
"type": "string"
|
|
2027
|
+
},
|
|
2028
|
+
"description": "待删除客服邮箱列表,一次最大支持200个。"
|
|
2029
|
+
}
|
|
2030
|
+
},
|
|
2031
|
+
"required": [
|
|
2032
|
+
"SdkAppId",
|
|
2033
|
+
"StaffList"
|
|
2034
|
+
],
|
|
2035
|
+
"additionalProperties": false
|
|
2036
|
+
}
|
|
2037
|
+
},
|
|
2038
|
+
{
|
|
2039
|
+
"name": "describe_active_carrier_privilege_number",
|
|
2040
|
+
"action": "DescribeActiveCarrierPrivilegeNumber",
|
|
2041
|
+
"destructive": false,
|
|
2042
|
+
"description": "查询生效运营商白名单规则",
|
|
2043
|
+
"inputSchema": {
|
|
2044
|
+
"type": "object",
|
|
2045
|
+
"properties": {
|
|
2046
|
+
"SdkAppId": {
|
|
2047
|
+
"type": "number",
|
|
2048
|
+
"description": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc"
|
|
2049
|
+
},
|
|
2050
|
+
"PageNumber": {
|
|
2051
|
+
"type": "number",
|
|
2052
|
+
"description": "默认0"
|
|
2053
|
+
},
|
|
2054
|
+
"PageSize": {
|
|
2055
|
+
"type": "number",
|
|
2056
|
+
"description": "默认10,最大100"
|
|
2057
|
+
},
|
|
2058
|
+
"Filters": {
|
|
2059
|
+
"type": "array",
|
|
2060
|
+
"items": {
|
|
2061
|
+
"type": "object",
|
|
2062
|
+
"properties": {
|
|
2063
|
+
"Name": {
|
|
2064
|
+
"type": "string",
|
|
2065
|
+
"description": "筛选字段名"
|
|
2066
|
+
},
|
|
2067
|
+
"Values": {
|
|
2068
|
+
"type": "array",
|
|
2069
|
+
"items": {
|
|
2070
|
+
"type": "string"
|
|
2071
|
+
},
|
|
2072
|
+
"description": "筛选条件值"
|
|
2073
|
+
}
|
|
2074
|
+
},
|
|
2075
|
+
"required": [
|
|
2076
|
+
"Name",
|
|
2077
|
+
"Values"
|
|
2078
|
+
],
|
|
2079
|
+
"additionalProperties": false
|
|
2080
|
+
},
|
|
2081
|
+
"description": "筛选条件 Name支持PhoneNumber(按号码模糊查找)"
|
|
2082
|
+
}
|
|
2083
|
+
},
|
|
2084
|
+
"required": [
|
|
2085
|
+
"SdkAppId"
|
|
2086
|
+
],
|
|
2087
|
+
"additionalProperties": false
|
|
2088
|
+
}
|
|
2089
|
+
},
|
|
2090
|
+
{
|
|
2091
|
+
"name": "describe_agent_cruise_dialing_campaign",
|
|
2092
|
+
"action": "DescribeAgentCruiseDialingCampaign",
|
|
2093
|
+
"destructive": false,
|
|
2094
|
+
"description": "查询 座席巡航式外呼任务",
|
|
2095
|
+
"inputSchema": {
|
|
2096
|
+
"type": "object",
|
|
2097
|
+
"properties": {
|
|
2098
|
+
"SdkAppId": {
|
|
2099
|
+
"type": "number",
|
|
2100
|
+
"description": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc"
|
|
2101
|
+
},
|
|
2102
|
+
"CampaignId": {
|
|
2103
|
+
"type": "number",
|
|
2104
|
+
"description": "任务 ID"
|
|
2105
|
+
}
|
|
2106
|
+
},
|
|
2107
|
+
"required": [
|
|
2108
|
+
"SdkAppId",
|
|
2109
|
+
"CampaignId"
|
|
2110
|
+
],
|
|
2111
|
+
"additionalProperties": false
|
|
2112
|
+
}
|
|
2113
|
+
},
|
|
2114
|
+
{
|
|
2115
|
+
"name": "describe_aiagent_info_list",
|
|
2116
|
+
"action": "DescribeAIAgentInfoList",
|
|
2117
|
+
"destructive": false,
|
|
2118
|
+
"description": "本接口用于分页查询指定实例(SdkAppId)下已配置的智能体信息列表,包括智能体ID和名称等基本信息。",
|
|
2119
|
+
"inputSchema": {
|
|
2120
|
+
"type": "object",
|
|
2121
|
+
"properties": {
|
|
2122
|
+
"SdkAppId": {
|
|
2123
|
+
"type": "number",
|
|
2124
|
+
"description": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc"
|
|
2125
|
+
},
|
|
2126
|
+
"PageSize": {
|
|
2127
|
+
"type": "number",
|
|
2128
|
+
"description": "分页尺寸,上限 100"
|
|
2129
|
+
},
|
|
2130
|
+
"PageNumber": {
|
|
2131
|
+
"type": "number",
|
|
2132
|
+
"description": "分页页码,从 0 开始"
|
|
2133
|
+
}
|
|
2134
|
+
},
|
|
2135
|
+
"required": [
|
|
2136
|
+
"SdkAppId",
|
|
2137
|
+
"PageSize",
|
|
2138
|
+
"PageNumber"
|
|
2139
|
+
],
|
|
2140
|
+
"additionalProperties": false
|
|
2141
|
+
}
|
|
2142
|
+
},
|
|
2143
|
+
{
|
|
2144
|
+
"name": "describe_aianalysis_result",
|
|
2145
|
+
"action": "DescribeAIAnalysisResult",
|
|
2146
|
+
"destructive": false,
|
|
2147
|
+
"description": "获取 AI 会话分析结果",
|
|
2148
|
+
"inputSchema": {
|
|
2149
|
+
"type": "object",
|
|
2150
|
+
"properties": {
|
|
2151
|
+
"SdkAppId": {
|
|
2152
|
+
"type": "number",
|
|
2153
|
+
"description": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc"
|
|
2154
|
+
},
|
|
2155
|
+
"SessionId": {
|
|
2156
|
+
"type": "string",
|
|
2157
|
+
"description": "会话 ID"
|
|
2158
|
+
},
|
|
2159
|
+
"StartTime": {
|
|
2160
|
+
"type": "number",
|
|
2161
|
+
"description": "查找起始时间"
|
|
2162
|
+
},
|
|
2163
|
+
"EndTime": {
|
|
2164
|
+
"type": "number",
|
|
2165
|
+
"description": "1737350008"
|
|
2166
|
+
}
|
|
2167
|
+
},
|
|
2168
|
+
"required": [
|
|
2169
|
+
"SdkAppId",
|
|
2170
|
+
"SessionId",
|
|
2171
|
+
"StartTime",
|
|
2172
|
+
"EndTime"
|
|
2173
|
+
],
|
|
2174
|
+
"additionalProperties": false
|
|
2175
|
+
}
|
|
2176
|
+
},
|
|
2177
|
+
{
|
|
2178
|
+
"name": "describe_aicall_extract_result",
|
|
2179
|
+
"action": "DescribeAICallExtractResult",
|
|
2180
|
+
"destructive": false,
|
|
2181
|
+
"description": "本接口用于:在语音智能体通话结束后,通过 Session ID 查询指定会话的 **话后标签** 结果。相关话后标签需提前在管理端完成配置,具体说明请参见 [话后标签](https://cloud.tencent.com/document/product/679/119800) 。",
|
|
2182
|
+
"inputSchema": {
|
|
2183
|
+
"type": "object",
|
|
2184
|
+
"properties": {
|
|
2185
|
+
"SdkAppId": {
|
|
2186
|
+
"type": "number",
|
|
2187
|
+
"description": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc"
|
|
2188
|
+
},
|
|
2189
|
+
"SessionId": {
|
|
2190
|
+
"type": "string",
|
|
2191
|
+
"description": "会话 ID"
|
|
2192
|
+
},
|
|
2193
|
+
"StartTime": {
|
|
2194
|
+
"type": "number",
|
|
2195
|
+
"description": "查找起始时间"
|
|
2196
|
+
},
|
|
2197
|
+
"EndTime": {
|
|
2198
|
+
"type": "number",
|
|
2199
|
+
"description": "查找结束时间"
|
|
2200
|
+
}
|
|
2201
|
+
},
|
|
2202
|
+
"required": [
|
|
2203
|
+
"SdkAppId",
|
|
2204
|
+
"SessionId",
|
|
2205
|
+
"StartTime",
|
|
2206
|
+
"EndTime"
|
|
2207
|
+
],
|
|
2208
|
+
"additionalProperties": false
|
|
2209
|
+
}
|
|
2210
|
+
},
|
|
2211
|
+
{
|
|
2212
|
+
"name": "describe_aicall_interaction_records",
|
|
2213
|
+
"action": "DescribeAICallInteractionRecords",
|
|
2214
|
+
"destructive": false,
|
|
2215
|
+
"description": "获取AI 会话交互事件流",
|
|
2216
|
+
"inputSchema": {
|
|
2217
|
+
"type": "object",
|
|
2218
|
+
"properties": {
|
|
2219
|
+
"SdkAppId": {
|
|
2220
|
+
"type": "number",
|
|
2221
|
+
"description": "应用 ID,可以查看 https://console.cloud.tencent.com/ccc。"
|
|
2222
|
+
},
|
|
2223
|
+
"SessionId": {
|
|
2224
|
+
"type": "string",
|
|
2225
|
+
"description": "查询的会话SessionID"
|
|
2226
|
+
}
|
|
2227
|
+
},
|
|
2228
|
+
"required": [
|
|
2229
|
+
"SdkAppId",
|
|
2230
|
+
"SessionId"
|
|
2231
|
+
],
|
|
2232
|
+
"additionalProperties": false
|
|
2233
|
+
}
|
|
2234
|
+
},
|
|
2235
|
+
{
|
|
2236
|
+
"name": "describe_ailatency",
|
|
2237
|
+
"action": "DescribeAILatency",
|
|
2238
|
+
"destructive": false,
|
|
2239
|
+
"description": "调用该接口,可以通过 Session ID 查询指定会话在特定时间段内,AI服务的处理时延明细与统计数据,时延信息包括: - 端到端(ETE)时延:统计从用户语音输入到 AI 返回完整响应的整体耗时。 - 自动语音识别(ASR)时延:统计语音输入被识别为文本所需的处理耗时。 - 大语言模型(LLM)时延:统计 AI 模型生成文本内容的推理耗时。 - 语音合成(TTS)时延:统计文本转换为语音音频的合成耗时。",
|
|
2240
|
+
"inputSchema": {
|
|
2241
|
+
"type": "object",
|
|
2242
|
+
"properties": {
|
|
2243
|
+
"SdkAppId": {
|
|
2244
|
+
"type": "number",
|
|
2245
|
+
"description": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc"
|
|
2246
|
+
},
|
|
2247
|
+
"SessionId": {
|
|
2248
|
+
"type": "string",
|
|
2249
|
+
"description": "会话 ID"
|
|
2250
|
+
},
|
|
2251
|
+
"StartTime": {
|
|
2252
|
+
"type": "number",
|
|
2253
|
+
"description": "查找起始时间"
|
|
2254
|
+
},
|
|
2255
|
+
"EndTime": {
|
|
2256
|
+
"type": "number",
|
|
2257
|
+
"description": "1737350008"
|
|
2258
|
+
}
|
|
2259
|
+
},
|
|
2260
|
+
"required": [
|
|
2261
|
+
"SdkAppId",
|
|
2262
|
+
"SessionId",
|
|
2263
|
+
"StartTime",
|
|
2264
|
+
"EndTime"
|
|
2265
|
+
],
|
|
2266
|
+
"additionalProperties": false
|
|
2267
|
+
}
|
|
2268
|
+
},
|
|
2269
|
+
{
|
|
2270
|
+
"name": "describe_auto_callout_task",
|
|
2271
|
+
"action": "DescribeAutoCalloutTask",
|
|
2272
|
+
"destructive": false,
|
|
2273
|
+
"description": "用于通过 TaskId 查询**自动外呼任务的详细信息**,包括任务基础配置、起止时间、外呼名单、执行状态以及实际通话情况等。 该接口通常与 [创建批量自动外呼任务](https://cloud.tencent.com/document/product/679/69194) 配合使用,用于在任务创建后查看任务配置是否生效、任务当前状态,以及后续执行过程中的实时进展。",
|
|
2274
|
+
"inputSchema": {
|
|
2275
|
+
"type": "object",
|
|
2276
|
+
"properties": {
|
|
2277
|
+
"SdkAppId": {
|
|
2278
|
+
"type": "number",
|
|
2279
|
+
"description": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc"
|
|
2280
|
+
},
|
|
2281
|
+
"TaskId": {
|
|
2282
|
+
"type": "number",
|
|
2283
|
+
"description": "任务Id"
|
|
2284
|
+
}
|
|
2285
|
+
},
|
|
2286
|
+
"required": [
|
|
2287
|
+
"SdkAppId",
|
|
2288
|
+
"TaskId"
|
|
2289
|
+
],
|
|
2290
|
+
"additionalProperties": false
|
|
2291
|
+
}
|
|
2292
|
+
},
|
|
2293
|
+
{
|
|
2294
|
+
"name": "describe_auto_callout_tasks",
|
|
2295
|
+
"action": "DescribeAutoCalloutTasks",
|
|
2296
|
+
"destructive": false,
|
|
2297
|
+
"description": "批量查询自动外呼任务",
|
|
2298
|
+
"inputSchema": {
|
|
2299
|
+
"type": "object",
|
|
2300
|
+
"properties": {
|
|
2301
|
+
"SdkAppId": {
|
|
2302
|
+
"type": "number",
|
|
2303
|
+
"description": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc"
|
|
2304
|
+
},
|
|
2305
|
+
"PageSize": {
|
|
2306
|
+
"type": "number",
|
|
2307
|
+
"description": "分页大小"
|
|
2308
|
+
},
|
|
2309
|
+
"PageNumber": {
|
|
2310
|
+
"type": "number",
|
|
2311
|
+
"description": "页数"
|
|
2312
|
+
}
|
|
2313
|
+
},
|
|
2314
|
+
"required": [
|
|
2315
|
+
"SdkAppId",
|
|
2316
|
+
"PageSize",
|
|
2317
|
+
"PageNumber"
|
|
2318
|
+
],
|
|
2319
|
+
"additionalProperties": false
|
|
2320
|
+
}
|
|
2321
|
+
},
|
|
2322
|
+
{
|
|
2323
|
+
"name": "describe_call_in_metrics",
|
|
2324
|
+
"action": "DescribeCallInMetrics",
|
|
2325
|
+
"destructive": false,
|
|
2326
|
+
"description": "获取呼入实时数据统计指标",
|
|
2327
|
+
"inputSchema": {
|
|
2328
|
+
"type": "object",
|
|
2329
|
+
"properties": {
|
|
2330
|
+
"SdkAppId": {
|
|
2331
|
+
"type": "number",
|
|
2332
|
+
"description": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc"
|
|
2333
|
+
},
|
|
2334
|
+
"EnabledSkillGroup": {
|
|
2335
|
+
"type": "boolean",
|
|
2336
|
+
"description": "是否返回技能组维度信息,默认“是”"
|
|
2337
|
+
},
|
|
2338
|
+
"EnabledNumber": {
|
|
2339
|
+
"type": "boolean",
|
|
2340
|
+
"description": "是否返回线路维度信息,默认“否”"
|
|
2341
|
+
},
|
|
2342
|
+
"GroupIdList": {
|
|
2343
|
+
"type": "array",
|
|
2344
|
+
"items": {
|
|
2345
|
+
"type": "number"
|
|
2346
|
+
},
|
|
2347
|
+
"description": "筛选技能组列表"
|
|
2348
|
+
}
|
|
2349
|
+
},
|
|
2350
|
+
"required": [
|
|
2351
|
+
"SdkAppId"
|
|
2352
|
+
],
|
|
2353
|
+
"additionalProperties": false
|
|
2354
|
+
}
|
|
2355
|
+
},
|
|
2356
|
+
{
|
|
2357
|
+
"name": "describe_carrier_privilege_number_applicants",
|
|
2358
|
+
"action": "DescribeCarrierPrivilegeNumberApplicants",
|
|
2359
|
+
"destructive": false,
|
|
2360
|
+
"description": "查询单状态",
|
|
2361
|
+
"inputSchema": {
|
|
2362
|
+
"type": "object",
|
|
2363
|
+
"properties": {
|
|
2364
|
+
"SdkAppId": {
|
|
2365
|
+
"type": "number",
|
|
2366
|
+
"description": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc"
|
|
2367
|
+
},
|
|
2368
|
+
"PageNumber": {
|
|
2369
|
+
"type": "number",
|
|
2370
|
+
"description": "默认0,从0开始"
|
|
2371
|
+
},
|
|
2372
|
+
"PageSize": {
|
|
2373
|
+
"type": "number",
|
|
2374
|
+
"description": "默认10,最大100"
|
|
2375
|
+
},
|
|
2376
|
+
"Filters": {
|
|
2377
|
+
"type": "array",
|
|
2378
|
+
"items": {
|
|
2379
|
+
"type": "object",
|
|
2380
|
+
"properties": {
|
|
2381
|
+
"Name": {
|
|
2382
|
+
"type": "string",
|
|
2383
|
+
"description": "筛选字段名"
|
|
2384
|
+
},
|
|
2385
|
+
"Values": {
|
|
2386
|
+
"type": "array",
|
|
2387
|
+
"items": {
|
|
2388
|
+
"type": "string"
|
|
2389
|
+
},
|
|
2390
|
+
"description": "筛选条件值"
|
|
2391
|
+
}
|
|
2392
|
+
},
|
|
2393
|
+
"required": [
|
|
2394
|
+
"Name",
|
|
2395
|
+
"Values"
|
|
2396
|
+
],
|
|
2397
|
+
"additionalProperties": false
|
|
2398
|
+
},
|
|
2399
|
+
"description": "筛选条件,Name支持ApplicantId,PhoneNumber(按号码模糊查找)"
|
|
2400
|
+
}
|
|
2401
|
+
},
|
|
2402
|
+
"required": [
|
|
2403
|
+
"SdkAppId"
|
|
2404
|
+
],
|
|
2405
|
+
"additionalProperties": false
|
|
2406
|
+
}
|
|
2407
|
+
},
|
|
2408
|
+
{
|
|
2409
|
+
"name": "describe_cccbuy_info_list",
|
|
2410
|
+
"action": "DescribeCCCBuyInfoList",
|
|
2411
|
+
"destructive": false,
|
|
2412
|
+
"description": "获取用户购买信息列表",
|
|
2413
|
+
"inputSchema": {
|
|
2414
|
+
"type": "object",
|
|
2415
|
+
"properties": {
|
|
2416
|
+
"SdkAppIds": {
|
|
2417
|
+
"type": "array",
|
|
2418
|
+
"items": {
|
|
2419
|
+
"type": "number"
|
|
2420
|
+
},
|
|
2421
|
+
"description": "应用ID列表,不传时查询所有应用"
|
|
2422
|
+
}
|
|
2423
|
+
},
|
|
2424
|
+
"additionalProperties": false
|
|
2425
|
+
}
|
|
2426
|
+
},
|
|
2427
|
+
{
|
|
2428
|
+
"name": "describe_chat_messages",
|
|
2429
|
+
"action": "DescribeChatMessages",
|
|
2430
|
+
"destructive": false,
|
|
2431
|
+
"description": "获取指定服务记录文本聊天内容,需要先使用查询在线客服记录(DescribeIMCdrs) API 获取服务记录 SessionId。 文本聊天记录只保存了 1 年内的,1 年之前会自动清理。",
|
|
2432
|
+
"inputSchema": {
|
|
2433
|
+
"type": "object",
|
|
2434
|
+
"properties": {
|
|
2435
|
+
"SdkAppId": {
|
|
2436
|
+
"type": "number",
|
|
2437
|
+
"description": "应用 ID,可以查看 https://console.cloud.tencent.com/ccc"
|
|
2438
|
+
},
|
|
2439
|
+
"InstanceId": {
|
|
2440
|
+
"type": "number",
|
|
2441
|
+
"description": "实例 ID(废弃) @deprecated"
|
|
2442
|
+
},
|
|
2443
|
+
"CdrId": {
|
|
2444
|
+
"type": "string",
|
|
2445
|
+
"description": "服务记录ID(废弃) @deprecated"
|
|
2446
|
+
},
|
|
2447
|
+
"Limit": {
|
|
2448
|
+
"type": "number",
|
|
2449
|
+
"description": "返回记录条数,最大为100 默认20"
|
|
2450
|
+
},
|
|
2451
|
+
"Offset": {
|
|
2452
|
+
"type": "number",
|
|
2453
|
+
"description": "返回记录偏移,默认为 0"
|
|
2454
|
+
},
|
|
2455
|
+
"Order": {
|
|
2456
|
+
"type": "number",
|
|
2457
|
+
"description": "1为从早到晚,2为从晚到早,默认为2"
|
|
2458
|
+
},
|
|
2459
|
+
"SessionId": {
|
|
2460
|
+
"type": "string",
|
|
2461
|
+
"description": "服务记录 SessionID"
|
|
2462
|
+
}
|
|
2463
|
+
},
|
|
2464
|
+
"required": [
|
|
2465
|
+
"SdkAppId"
|
|
2466
|
+
],
|
|
2467
|
+
"additionalProperties": false
|
|
2468
|
+
}
|
|
2469
|
+
},
|
|
2470
|
+
{
|
|
2471
|
+
"name": "describe_company_list",
|
|
2472
|
+
"action": "DescribeCompanyList",
|
|
2473
|
+
"destructive": false,
|
|
2474
|
+
"description": "查询公司资质申请列表",
|
|
2475
|
+
"inputSchema": {
|
|
2476
|
+
"type": "object",
|
|
2477
|
+
"properties": {
|
|
2478
|
+
"PageSize": {
|
|
2479
|
+
"type": "number",
|
|
2480
|
+
"description": "分页尺寸,上限 100"
|
|
2481
|
+
},
|
|
2482
|
+
"PageNumber": {
|
|
2483
|
+
"type": "number",
|
|
2484
|
+
"description": "分页页码,从 0 开始"
|
|
2485
|
+
},
|
|
2486
|
+
"CompanyName": {
|
|
2487
|
+
"type": "array",
|
|
2488
|
+
"items": {
|
|
2489
|
+
"type": "string"
|
|
2490
|
+
},
|
|
2491
|
+
"description": "公司名称"
|
|
2492
|
+
},
|
|
2493
|
+
"State": {
|
|
2494
|
+
"type": "array",
|
|
2495
|
+
"items": {
|
|
2496
|
+
"type": "number"
|
|
2497
|
+
},
|
|
2498
|
+
"description": "审核状态,1-待审核,2-审核通过,3-驳回"
|
|
2499
|
+
},
|
|
2500
|
+
"ApplyID": {
|
|
2501
|
+
"type": "array",
|
|
2502
|
+
"items": {
|
|
2503
|
+
"type": "number"
|
|
2504
|
+
},
|
|
2505
|
+
"description": "申请ID"
|
|
2506
|
+
}
|
|
2507
|
+
},
|
|
2508
|
+
"required": [
|
|
2509
|
+
"PageSize",
|
|
2510
|
+
"PageNumber"
|
|
2511
|
+
],
|
|
2512
|
+
"additionalProperties": false
|
|
2513
|
+
}
|
|
2514
|
+
},
|
|
2515
|
+
{
|
|
2516
|
+
"name": "describe_extension",
|
|
2517
|
+
"action": "DescribeExtension",
|
|
2518
|
+
"destructive": false,
|
|
2519
|
+
"description": "获取话机信息",
|
|
2520
|
+
"inputSchema": {
|
|
2521
|
+
"type": "object",
|
|
2522
|
+
"properties": {
|
|
2523
|
+
"SdkAppId": {
|
|
2524
|
+
"type": "number",
|
|
2525
|
+
"description": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc"
|
|
2526
|
+
},
|
|
2527
|
+
"ExtensionId": {
|
|
2528
|
+
"type": "string",
|
|
2529
|
+
"description": "分机号"
|
|
2530
|
+
}
|
|
2531
|
+
},
|
|
2532
|
+
"required": [
|
|
2533
|
+
"SdkAppId",
|
|
2534
|
+
"ExtensionId"
|
|
2535
|
+
],
|
|
2536
|
+
"additionalProperties": false
|
|
2537
|
+
}
|
|
2538
|
+
},
|
|
2539
|
+
{
|
|
2540
|
+
"name": "describe_extensions",
|
|
2541
|
+
"action": "DescribeExtensions",
|
|
2542
|
+
"destructive": false,
|
|
2543
|
+
"description": "查询话机列表信息",
|
|
2544
|
+
"inputSchema": {
|
|
2545
|
+
"type": "object",
|
|
2546
|
+
"properties": {
|
|
2547
|
+
"SdkAppId": {
|
|
2548
|
+
"type": "number",
|
|
2549
|
+
"description": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc"
|
|
2550
|
+
},
|
|
2551
|
+
"PageNumber": {
|
|
2552
|
+
"type": "number",
|
|
2553
|
+
"description": "分页页号(从0开始)"
|
|
2554
|
+
},
|
|
2555
|
+
"ExtensionIds": {
|
|
2556
|
+
"type": "array",
|
|
2557
|
+
"items": {
|
|
2558
|
+
"type": "string"
|
|
2559
|
+
},
|
|
2560
|
+
"description": "筛选分机号列表"
|
|
2561
|
+
},
|
|
2562
|
+
"PageSize": {
|
|
2563
|
+
"type": "number",
|
|
2564
|
+
"description": "分页大小"
|
|
2565
|
+
},
|
|
2566
|
+
"FuzzingKeyWord": {
|
|
2567
|
+
"type": "string",
|
|
2568
|
+
"description": "模糊查询字段(模糊查询分机号、分机名称、坐席邮箱、坐席名称)"
|
|
2569
|
+
},
|
|
2570
|
+
"IsNeedStatus": {
|
|
2571
|
+
"type": "boolean",
|
|
2572
|
+
"description": "是否需要返回话机当前状态"
|
|
2573
|
+
}
|
|
2574
|
+
},
|
|
2575
|
+
"required": [
|
|
2576
|
+
"SdkAppId",
|
|
2577
|
+
"PageNumber"
|
|
2578
|
+
],
|
|
2579
|
+
"additionalProperties": false
|
|
2580
|
+
}
|
|
2581
|
+
},
|
|
2582
|
+
{
|
|
2583
|
+
"name": "describe_flash_smslist",
|
|
2584
|
+
"action": "DescribeFlashSMSList",
|
|
2585
|
+
"destructive": false,
|
|
2586
|
+
"description": "获取闪信记录列表",
|
|
2587
|
+
"inputSchema": {
|
|
2588
|
+
"type": "object",
|
|
2589
|
+
"properties": {
|
|
2590
|
+
"SdkAppId": {
|
|
2591
|
+
"type": "number",
|
|
2592
|
+
"description": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc"
|
|
2593
|
+
},
|
|
2594
|
+
"StartTimestamp": {
|
|
2595
|
+
"type": "number",
|
|
2596
|
+
"description": "起始时间戳,Unix 秒级时间戳,最大支持近180天。"
|
|
2597
|
+
},
|
|
2598
|
+
"EndTimestamp": {
|
|
2599
|
+
"type": "number",
|
|
2600
|
+
"description": "结束时间戳,Unix 秒级时间戳,结束时间与开始时间的区间范围小于90天。"
|
|
2601
|
+
},
|
|
2602
|
+
"DeliveryNumber": {
|
|
2603
|
+
"type": "string",
|
|
2604
|
+
"description": "闪信投递号码(被叫号码)"
|
|
2605
|
+
},
|
|
2606
|
+
"ServingNumber": {
|
|
2607
|
+
"type": "string",
|
|
2608
|
+
"description": "呼叫关联的系统号码"
|
|
2609
|
+
},
|
|
2610
|
+
"SessionId": {
|
|
2611
|
+
"type": "string",
|
|
2612
|
+
"description": "会话 ID"
|
|
2613
|
+
},
|
|
2614
|
+
"DeliveryStatus": {
|
|
2615
|
+
"type": "number",
|
|
2616
|
+
"description": "投递结果 1 为成功,其他为失败"
|
|
2617
|
+
},
|
|
2618
|
+
"PageSize": {
|
|
2619
|
+
"type": "number",
|
|
2620
|
+
"description": "分页大小,默认 20,最大 1000取值范围:[20, 1000]单位:条默认值:20"
|
|
2621
|
+
},
|
|
2622
|
+
"PageNumber": {
|
|
2623
|
+
"type": "number",
|
|
2624
|
+
"description": "分页页码,从 0 开始"
|
|
2625
|
+
}
|
|
2626
|
+
},
|
|
2627
|
+
"required": [
|
|
2628
|
+
"SdkAppId",
|
|
2629
|
+
"StartTimestamp",
|
|
2630
|
+
"EndTimestamp"
|
|
2631
|
+
],
|
|
2632
|
+
"additionalProperties": false
|
|
2633
|
+
}
|
|
2634
|
+
},
|
|
2635
|
+
{
|
|
2636
|
+
"name": "describe_imcdr_list",
|
|
2637
|
+
"action": "DescribeIMCdrList",
|
|
2638
|
+
"destructive": false,
|
|
2639
|
+
"description": "获取包括全媒体和文本会话两种类型的服务记录。",
|
|
2640
|
+
"inputSchema": {
|
|
2641
|
+
"type": "object",
|
|
2642
|
+
"properties": {
|
|
2643
|
+
"SdkAppId": {
|
|
2644
|
+
"type": "number",
|
|
2645
|
+
"description": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc"
|
|
2646
|
+
},
|
|
2647
|
+
"StartTimestamp": {
|
|
2648
|
+
"type": "number",
|
|
2649
|
+
"description": "起始时间(必填),Unix 秒级时间戳"
|
|
2650
|
+
},
|
|
2651
|
+
"EndTimestamp": {
|
|
2652
|
+
"type": "number",
|
|
2653
|
+
"description": "结束时间(必填),Unix 秒级时间戳"
|
|
2654
|
+
},
|
|
2655
|
+
"Limit": {
|
|
2656
|
+
"type": "number",
|
|
2657
|
+
"description": "返回记录条数,最大为100默认20"
|
|
2658
|
+
},
|
|
2659
|
+
"Offset": {
|
|
2660
|
+
"type": "number",
|
|
2661
|
+
"description": "返回记录偏移,默认为 0"
|
|
2662
|
+
},
|
|
2663
|
+
"Type": {
|
|
2664
|
+
"type": "number",
|
|
2665
|
+
"description": "1为全媒体,2为文本客服,不填则查询全部"
|
|
2666
|
+
}
|
|
2667
|
+
},
|
|
2668
|
+
"required": [
|
|
2669
|
+
"SdkAppId",
|
|
2670
|
+
"StartTimestamp",
|
|
2671
|
+
"EndTimestamp"
|
|
2672
|
+
],
|
|
2673
|
+
"additionalProperties": false
|
|
2674
|
+
}
|
|
2675
|
+
},
|
|
2676
|
+
{
|
|
2677
|
+
"name": "describe_imcdrs",
|
|
2678
|
+
"action": "DescribeIMCdrs",
|
|
2679
|
+
"destructive": false,
|
|
2680
|
+
"description": "获取包括全媒体和文本会话两种类型的服务记录。",
|
|
2681
|
+
"inputSchema": {
|
|
2682
|
+
"type": "object",
|
|
2683
|
+
"properties": {
|
|
2684
|
+
"StartTimestamp": {
|
|
2685
|
+
"type": "number",
|
|
2686
|
+
"description": "起始时间(必填),Unix 秒级时间戳"
|
|
2687
|
+
},
|
|
2688
|
+
"EndTimestamp": {
|
|
2689
|
+
"type": "number",
|
|
2690
|
+
"description": "结束时间(必填),Unix 秒级时间戳"
|
|
2691
|
+
},
|
|
2692
|
+
"InstanceId": {
|
|
2693
|
+
"type": "number",
|
|
2694
|
+
"description": "实例 ID(废弃) @deprecated"
|
|
2695
|
+
},
|
|
2696
|
+
"SdkAppId": {
|
|
2697
|
+
"type": "number",
|
|
2698
|
+
"description": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc"
|
|
2699
|
+
},
|
|
2700
|
+
"Limit": {
|
|
2701
|
+
"type": "number",
|
|
2702
|
+
"description": "返回记录条数,最大为100默认20"
|
|
2703
|
+
},
|
|
2704
|
+
"Offset": {
|
|
2705
|
+
"type": "number",
|
|
2706
|
+
"description": "返回记录偏移,默认为 0"
|
|
2707
|
+
},
|
|
2708
|
+
"Type": {
|
|
2709
|
+
"type": "number",
|
|
2710
|
+
"description": "1为全媒体,2为文本客服,不填则查询全部"
|
|
2711
|
+
}
|
|
2712
|
+
},
|
|
2713
|
+
"required": [
|
|
2714
|
+
"StartTimestamp",
|
|
2715
|
+
"EndTimestamp"
|
|
2716
|
+
],
|
|
2717
|
+
"additionalProperties": false
|
|
2718
|
+
}
|
|
2719
|
+
},
|
|
2720
|
+
{
|
|
2721
|
+
"name": "describe_ivr_audio_list",
|
|
2722
|
+
"action": "DescribeIvrAudioList",
|
|
2723
|
+
"destructive": false,
|
|
2724
|
+
"description": "查询IVR音频文件列表信息",
|
|
2725
|
+
"inputSchema": {
|
|
2726
|
+
"type": "object",
|
|
2727
|
+
"properties": {
|
|
2728
|
+
"SdkAppId": {
|
|
2729
|
+
"type": "number",
|
|
2730
|
+
"description": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc"
|
|
2731
|
+
},
|
|
2732
|
+
"PageSize": {
|
|
2733
|
+
"type": "number",
|
|
2734
|
+
"description": "分页尺寸,上限 50"
|
|
2735
|
+
},
|
|
2736
|
+
"PageNumber": {
|
|
2737
|
+
"type": "number",
|
|
2738
|
+
"description": "分页页码,从 0 开始"
|
|
2739
|
+
},
|
|
2740
|
+
"CustomFileName": {
|
|
2741
|
+
"type": "array",
|
|
2742
|
+
"items": {
|
|
2743
|
+
"type": "string"
|
|
2744
|
+
},
|
|
2745
|
+
"description": "文件别名"
|
|
2746
|
+
},
|
|
2747
|
+
"AudioFileName": {
|
|
2748
|
+
"type": "array",
|
|
2749
|
+
"items": {
|
|
2750
|
+
"type": "string"
|
|
2751
|
+
},
|
|
2752
|
+
"description": "文件名"
|
|
2753
|
+
},
|
|
2754
|
+
"FileId": {
|
|
2755
|
+
"type": "array",
|
|
2756
|
+
"items": {
|
|
2757
|
+
"type": "number"
|
|
2758
|
+
},
|
|
2759
|
+
"description": "文件ID"
|
|
2760
|
+
}
|
|
2761
|
+
},
|
|
2762
|
+
"required": [
|
|
2763
|
+
"SdkAppId",
|
|
2764
|
+
"PageSize",
|
|
2765
|
+
"PageNumber"
|
|
2766
|
+
],
|
|
2767
|
+
"additionalProperties": false
|
|
2768
|
+
}
|
|
2769
|
+
},
|
|
2770
|
+
{
|
|
2771
|
+
"name": "describe_numbers",
|
|
2772
|
+
"action": "DescribeNumbers",
|
|
2773
|
+
"destructive": false,
|
|
2774
|
+
"description": "查询号码列表",
|
|
2775
|
+
"inputSchema": {
|
|
2776
|
+
"type": "object",
|
|
2777
|
+
"properties": {
|
|
2778
|
+
"SdkAppId": {
|
|
2779
|
+
"type": "number",
|
|
2780
|
+
"description": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc"
|
|
2781
|
+
},
|
|
2782
|
+
"PageNumber": {
|
|
2783
|
+
"type": "number",
|
|
2784
|
+
"description": "页数,从0开始"
|
|
2785
|
+
},
|
|
2786
|
+
"PageSize": {
|
|
2787
|
+
"type": "number",
|
|
2788
|
+
"description": "分页大小,默认20"
|
|
2789
|
+
}
|
|
2790
|
+
},
|
|
2791
|
+
"required": [
|
|
2792
|
+
"SdkAppId"
|
|
2793
|
+
],
|
|
2794
|
+
"additionalProperties": false
|
|
2795
|
+
}
|
|
2796
|
+
},
|
|
2797
|
+
{
|
|
2798
|
+
"name": "describe_predictive_dialing_campaign",
|
|
2799
|
+
"action": "DescribePredictiveDialingCampaign",
|
|
2800
|
+
"destructive": false,
|
|
2801
|
+
"description": "查询预测式外呼任务",
|
|
2802
|
+
"inputSchema": {
|
|
2803
|
+
"type": "object",
|
|
2804
|
+
"properties": {
|
|
2805
|
+
"SdkAppId": {
|
|
2806
|
+
"type": "number",
|
|
2807
|
+
"description": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc"
|
|
2808
|
+
},
|
|
2809
|
+
"CampaignId": {
|
|
2810
|
+
"type": "number",
|
|
2811
|
+
"description": "任务 ID"
|
|
2812
|
+
}
|
|
2813
|
+
},
|
|
2814
|
+
"required": [
|
|
2815
|
+
"SdkAppId",
|
|
2816
|
+
"CampaignId"
|
|
2817
|
+
],
|
|
2818
|
+
"additionalProperties": false
|
|
2819
|
+
}
|
|
2820
|
+
},
|
|
2821
|
+
{
|
|
2822
|
+
"name": "describe_predictive_dialing_campaigns",
|
|
2823
|
+
"action": "DescribePredictiveDialingCampaigns",
|
|
2824
|
+
"destructive": false,
|
|
2825
|
+
"description": "查询预测式外呼任务列表",
|
|
2826
|
+
"inputSchema": {
|
|
2827
|
+
"type": "object",
|
|
2828
|
+
"properties": {
|
|
2829
|
+
"SdkAppId": {
|
|
2830
|
+
"type": "number",
|
|
2831
|
+
"description": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc"
|
|
2832
|
+
},
|
|
2833
|
+
"PageSize": {
|
|
2834
|
+
"type": "number",
|
|
2835
|
+
"description": "分页尺寸,最大为 100"
|
|
2836
|
+
},
|
|
2837
|
+
"PageNumber": {
|
|
2838
|
+
"type": "number",
|
|
2839
|
+
"description": "分页页码,从 0 开始"
|
|
2840
|
+
},
|
|
2841
|
+
"Name": {
|
|
2842
|
+
"type": "string",
|
|
2843
|
+
"description": "查询任务列表名称关键字"
|
|
2844
|
+
},
|
|
2845
|
+
"SkillGroupId": {
|
|
2846
|
+
"type": "number",
|
|
2847
|
+
"description": "查询任务列表技能组 ID"
|
|
2848
|
+
},
|
|
2849
|
+
"CampaignId": {
|
|
2850
|
+
"type": "number",
|
|
2851
|
+
"description": "任务 ID"
|
|
2852
|
+
}
|
|
2853
|
+
},
|
|
2854
|
+
"required": [
|
|
2855
|
+
"SdkAppId",
|
|
2856
|
+
"PageSize",
|
|
2857
|
+
"PageNumber"
|
|
2858
|
+
],
|
|
2859
|
+
"additionalProperties": false
|
|
2860
|
+
}
|
|
2861
|
+
},
|
|
2862
|
+
{
|
|
2863
|
+
"name": "describe_predictive_dialing_sessions",
|
|
2864
|
+
"action": "DescribePredictiveDialingSessions",
|
|
2865
|
+
"destructive": false,
|
|
2866
|
+
"description": "查询预测式外呼呼叫列表",
|
|
2867
|
+
"inputSchema": {
|
|
2868
|
+
"type": "object",
|
|
2869
|
+
"properties": {
|
|
2870
|
+
"SdkAppId": {
|
|
2871
|
+
"type": "number",
|
|
2872
|
+
"description": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc"
|
|
2873
|
+
},
|
|
2874
|
+
"CampaignId": {
|
|
2875
|
+
"type": "number",
|
|
2876
|
+
"description": "生成的任务 ID"
|
|
2877
|
+
},
|
|
2878
|
+
"PageSize": {
|
|
2879
|
+
"type": "number",
|
|
2880
|
+
"description": "分页尺寸,最大为 1000"
|
|
2881
|
+
},
|
|
2882
|
+
"PageNumber": {
|
|
2883
|
+
"type": "number",
|
|
2884
|
+
"description": "分页页码,从 0 开始"
|
|
2885
|
+
}
|
|
2886
|
+
},
|
|
2887
|
+
"required": [
|
|
2888
|
+
"SdkAppId",
|
|
2889
|
+
"CampaignId",
|
|
2890
|
+
"PageSize",
|
|
2891
|
+
"PageNumber"
|
|
2892
|
+
],
|
|
2893
|
+
"additionalProperties": false
|
|
2894
|
+
}
|
|
2895
|
+
},
|
|
2896
|
+
{
|
|
2897
|
+
"name": "describe_protected_tel_cdr",
|
|
2898
|
+
"action": "DescribeProtectedTelCdr",
|
|
2899
|
+
"destructive": false,
|
|
2900
|
+
"description": "获取主被叫受保护的电话服务记录与录音",
|
|
2901
|
+
"inputSchema": {
|
|
2902
|
+
"type": "object",
|
|
2903
|
+
"properties": {
|
|
2904
|
+
"StartTimeStamp": {
|
|
2905
|
+
"type": "number",
|
|
2906
|
+
"description": "起始时间戳,Unix 秒级时间戳"
|
|
2907
|
+
},
|
|
2908
|
+
"EndTimeStamp": {
|
|
2909
|
+
"type": "number",
|
|
2910
|
+
"description": "结束时间戳,Unix 秒级时间戳"
|
|
2911
|
+
},
|
|
2912
|
+
"SdkAppId": {
|
|
2913
|
+
"type": "number",
|
|
2914
|
+
"description": "应用 ID,可以查看 https://console.cloud.tencent.com/ccc"
|
|
2915
|
+
},
|
|
2916
|
+
"PageSize": {
|
|
2917
|
+
"type": "number",
|
|
2918
|
+
"description": "分页尺寸,上限 100"
|
|
2919
|
+
},
|
|
2920
|
+
"PageNumber": {
|
|
2921
|
+
"type": "number",
|
|
2922
|
+
"description": "分页页码,从 0 开始"
|
|
2923
|
+
}
|
|
2924
|
+
},
|
|
2925
|
+
"required": [
|
|
2926
|
+
"StartTimeStamp",
|
|
2927
|
+
"EndTimeStamp",
|
|
2928
|
+
"SdkAppId",
|
|
2929
|
+
"PageSize",
|
|
2930
|
+
"PageNumber"
|
|
2931
|
+
],
|
|
2932
|
+
"additionalProperties": false
|
|
2933
|
+
}
|
|
2934
|
+
},
|
|
2935
|
+
{
|
|
2936
|
+
"name": "describe_pstnactive_session_list",
|
|
2937
|
+
"action": "DescribePSTNActiveSessionList",
|
|
2938
|
+
"destructive": false,
|
|
2939
|
+
"description": "获取当前正在通话的会话列表",
|
|
2940
|
+
"inputSchema": {
|
|
2941
|
+
"type": "object",
|
|
2942
|
+
"properties": {
|
|
2943
|
+
"SdkAppId": {
|
|
2944
|
+
"type": "number",
|
|
2945
|
+
"description": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc"
|
|
2946
|
+
},
|
|
2947
|
+
"Offset": {
|
|
2948
|
+
"type": "number",
|
|
2949
|
+
"description": "数据偏移"
|
|
2950
|
+
},
|
|
2951
|
+
"Limit": {
|
|
2952
|
+
"type": "number",
|
|
2953
|
+
"description": "返回的数据条数,最大 25"
|
|
2954
|
+
}
|
|
2955
|
+
},
|
|
2956
|
+
"required": [
|
|
2957
|
+
"SdkAppId",
|
|
2958
|
+
"Offset",
|
|
2959
|
+
"Limit"
|
|
2960
|
+
],
|
|
2961
|
+
"additionalProperties": false
|
|
2962
|
+
}
|
|
2963
|
+
},
|
|
2964
|
+
{
|
|
2965
|
+
"name": "describe_session_detail",
|
|
2966
|
+
"action": "DescribeSessionDetail",
|
|
2967
|
+
"destructive": false,
|
|
2968
|
+
"description": "此接口用于在通话结束后,通过 session id 和时间戳,查询单一通话的通话详情。包括:主被叫信息、录音等。",
|
|
2969
|
+
"inputSchema": {
|
|
2970
|
+
"type": "object",
|
|
2971
|
+
"properties": {
|
|
2972
|
+
"SdkAppId": {
|
|
2973
|
+
"type": "number",
|
|
2974
|
+
"description": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc"
|
|
2975
|
+
},
|
|
2976
|
+
"SessionId": {
|
|
2977
|
+
"type": "string",
|
|
2978
|
+
"description": "通话的 session id"
|
|
2979
|
+
},
|
|
2980
|
+
"StartTimestamp": {
|
|
2981
|
+
"type": "number",
|
|
2982
|
+
"description": "起始时间戳,Unix 秒级时间戳,最大支持近180天。"
|
|
2983
|
+
},
|
|
2984
|
+
"EndTimestamp": {
|
|
2985
|
+
"type": "number",
|
|
2986
|
+
"description": "结束时间戳,Unix 秒级时间戳,结束时间与开始时间的区间范围小于90天。"
|
|
2987
|
+
}
|
|
2988
|
+
},
|
|
2989
|
+
"required": [
|
|
2990
|
+
"SdkAppId",
|
|
2991
|
+
"SessionId",
|
|
2992
|
+
"StartTimestamp",
|
|
2993
|
+
"EndTimestamp"
|
|
2994
|
+
],
|
|
2995
|
+
"additionalProperties": false
|
|
2996
|
+
}
|
|
2997
|
+
},
|
|
2998
|
+
{
|
|
2999
|
+
"name": "describe_skill_group_info_list",
|
|
3000
|
+
"action": "DescribeSkillGroupInfoList",
|
|
3001
|
+
"destructive": false,
|
|
3002
|
+
"description": "获取技能组信息列表",
|
|
3003
|
+
"inputSchema": {
|
|
3004
|
+
"type": "object",
|
|
3005
|
+
"properties": {
|
|
3006
|
+
"SdkAppId": {
|
|
3007
|
+
"type": "number",
|
|
3008
|
+
"description": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc"
|
|
3009
|
+
},
|
|
3010
|
+
"PageSize": {
|
|
3011
|
+
"type": "number",
|
|
3012
|
+
"description": "分页尺寸,上限 100"
|
|
3013
|
+
},
|
|
3014
|
+
"PageNumber": {
|
|
3015
|
+
"type": "number",
|
|
3016
|
+
"description": "分页页码,从 0 开始"
|
|
3017
|
+
},
|
|
3018
|
+
"SkillGroupId": {
|
|
3019
|
+
"type": "number",
|
|
3020
|
+
"description": "技能组ID,查询单个技能组时使用"
|
|
3021
|
+
},
|
|
3022
|
+
"ModifiedTime": {
|
|
3023
|
+
"type": "number",
|
|
3024
|
+
"description": "查询修改时间大于等于ModifiedTime的技能组时使用"
|
|
3025
|
+
},
|
|
3026
|
+
"SkillGroupName": {
|
|
3027
|
+
"type": "string",
|
|
3028
|
+
"description": "技能组名称"
|
|
3029
|
+
}
|
|
3030
|
+
},
|
|
3031
|
+
"required": [
|
|
3032
|
+
"SdkAppId",
|
|
3033
|
+
"PageSize",
|
|
3034
|
+
"PageNumber"
|
|
3035
|
+
],
|
|
3036
|
+
"additionalProperties": false
|
|
3037
|
+
}
|
|
3038
|
+
},
|
|
3039
|
+
{
|
|
3040
|
+
"name": "describe_staff_info_list",
|
|
3041
|
+
"action": "DescribeStaffInfoList",
|
|
3042
|
+
"destructive": false,
|
|
3043
|
+
"description": "获取坐席信息列表",
|
|
3044
|
+
"inputSchema": {
|
|
3045
|
+
"type": "object",
|
|
3046
|
+
"properties": {
|
|
3047
|
+
"SdkAppId": {
|
|
3048
|
+
"type": "number",
|
|
3049
|
+
"description": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc"
|
|
3050
|
+
},
|
|
3051
|
+
"PageSize": {
|
|
3052
|
+
"type": "number",
|
|
3053
|
+
"description": "分页尺寸,上限 9999"
|
|
3054
|
+
},
|
|
3055
|
+
"PageNumber": {
|
|
3056
|
+
"type": "number",
|
|
3057
|
+
"description": "分页页码,从 0 开始"
|
|
3058
|
+
},
|
|
3059
|
+
"StaffMail": {
|
|
3060
|
+
"type": "string",
|
|
3061
|
+
"description": "坐席账号,查询单个坐席时使用"
|
|
3062
|
+
},
|
|
3063
|
+
"ModifiedTime": {
|
|
3064
|
+
"type": "number",
|
|
3065
|
+
"description": "查询修改时间大于等于ModifiedTime的坐席时使用"
|
|
3066
|
+
},
|
|
3067
|
+
"SkillGroupId": {
|
|
3068
|
+
"type": "number",
|
|
3069
|
+
"description": "技能组ID"
|
|
3070
|
+
}
|
|
3071
|
+
},
|
|
3072
|
+
"required": [
|
|
3073
|
+
"SdkAppId",
|
|
3074
|
+
"PageSize",
|
|
3075
|
+
"PageNumber"
|
|
3076
|
+
],
|
|
3077
|
+
"additionalProperties": false
|
|
3078
|
+
}
|
|
3079
|
+
},
|
|
3080
|
+
{
|
|
3081
|
+
"name": "describe_staff_status_history",
|
|
3082
|
+
"action": "DescribeStaffStatusHistory",
|
|
3083
|
+
"destructive": false,
|
|
3084
|
+
"description": "查询座席状态历史",
|
|
3085
|
+
"inputSchema": {
|
|
3086
|
+
"type": "object",
|
|
3087
|
+
"properties": {
|
|
3088
|
+
"SdkAppId": {
|
|
3089
|
+
"type": "number",
|
|
3090
|
+
"description": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc"
|
|
3091
|
+
},
|
|
3092
|
+
"StaffUserId": {
|
|
3093
|
+
"type": "string",
|
|
3094
|
+
"description": "座席账号"
|
|
3095
|
+
},
|
|
3096
|
+
"StartTimestamp": {
|
|
3097
|
+
"type": "number",
|
|
3098
|
+
"description": "起始时间戳,Unix 秒级时间戳,最大支持近180天。"
|
|
3099
|
+
},
|
|
3100
|
+
"EndTimestamp": {
|
|
3101
|
+
"type": "number",
|
|
3102
|
+
"description": "结束时间戳,Unix 秒级时间戳,结束时间与开始时间的区间范围小于 7 天。"
|
|
3103
|
+
},
|
|
3104
|
+
"Cursor": {
|
|
3105
|
+
"type": "string",
|
|
3106
|
+
"description": "分页检索时使用的游标"
|
|
3107
|
+
},
|
|
3108
|
+
"PageSize": {
|
|
3109
|
+
"type": "number",
|
|
3110
|
+
"description": "分页尺寸"
|
|
3111
|
+
}
|
|
3112
|
+
},
|
|
3113
|
+
"required": [
|
|
3114
|
+
"SdkAppId",
|
|
3115
|
+
"StaffUserId",
|
|
3116
|
+
"StartTimestamp",
|
|
3117
|
+
"EndTimestamp"
|
|
3118
|
+
],
|
|
3119
|
+
"additionalProperties": false
|
|
3120
|
+
}
|
|
3121
|
+
},
|
|
3122
|
+
{
|
|
3123
|
+
"name": "describe_staff_status_metrics",
|
|
3124
|
+
"action": "DescribeStaffStatusMetrics",
|
|
3125
|
+
"destructive": false,
|
|
3126
|
+
"description": "获取坐席实时状态统计指标",
|
|
3127
|
+
"inputSchema": {
|
|
3128
|
+
"type": "object",
|
|
3129
|
+
"properties": {
|
|
3130
|
+
"SdkAppId": {
|
|
3131
|
+
"type": "number",
|
|
3132
|
+
"description": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc"
|
|
3133
|
+
},
|
|
3134
|
+
"StaffList": {
|
|
3135
|
+
"type": "array",
|
|
3136
|
+
"items": {
|
|
3137
|
+
"type": "string"
|
|
3138
|
+
},
|
|
3139
|
+
"description": "筛选坐席列表,默认不传返回全部坐席信息"
|
|
3140
|
+
},
|
|
3141
|
+
"GroupIdList": {
|
|
3142
|
+
"type": "array",
|
|
3143
|
+
"items": {
|
|
3144
|
+
"type": "number"
|
|
3145
|
+
},
|
|
3146
|
+
"description": "筛选技能组ID列表"
|
|
3147
|
+
},
|
|
3148
|
+
"StatusList": {
|
|
3149
|
+
"type": "array",
|
|
3150
|
+
"items": {
|
|
3151
|
+
"type": "string"
|
|
3152
|
+
},
|
|
3153
|
+
"description": "筛选坐席状态列表 座席状态 free 示闲 | busy 忙碌 | rest 小休 | notReady 示忙 | afterCallWork 话后调整 | offline 离线"
|
|
3154
|
+
}
|
|
3155
|
+
},
|
|
3156
|
+
"required": [
|
|
3157
|
+
"SdkAppId"
|
|
3158
|
+
],
|
|
3159
|
+
"additionalProperties": false
|
|
3160
|
+
}
|
|
3161
|
+
},
|
|
3162
|
+
{
|
|
3163
|
+
"name": "describe_tel_call_info",
|
|
3164
|
+
"action": "DescribeTelCallInfo",
|
|
3165
|
+
"destructive": false,
|
|
3166
|
+
"description": "按实例获取电话消耗统计",
|
|
3167
|
+
"inputSchema": {
|
|
3168
|
+
"type": "object",
|
|
3169
|
+
"properties": {
|
|
3170
|
+
"StartTimeStamp": {
|
|
3171
|
+
"type": "number",
|
|
3172
|
+
"description": "起始时间戳,Unix 时间戳(查询维度仅支持天,例如查询5月1日应该传startTime:"2023-05-01 00:00:00","endTime":"2023-05-01 23:59:59"的时间戳,查5月1日和5月2日的应该传startTime:"2023-05-01 00:00:00","endTime":"2023-05-02 23:59:59"的时间戳)"
|
|
3173
|
+
},
|
|
3174
|
+
"EndTimeStamp": {
|
|
3175
|
+
"type": "number",
|
|
3176
|
+
"description": "结束时间戳,Unix 时间戳,查询时间范围最大为90天(查询维度仅支持天,例如查询5月1日应该传startTime:"2023-05-01 00:00:00","endTime":"2023-05-01 23:59:59"的时间戳,查5月1日和5月2日的应该传startTime:"2023-05-01 00:00:00","endTime":"2023-05-02 23:59:59"的时间戳)"
|
|
3177
|
+
},
|
|
3178
|
+
"SdkAppIdList": {
|
|
3179
|
+
"type": "array",
|
|
3180
|
+
"items": {
|
|
3181
|
+
"type": "number"
|
|
3182
|
+
},
|
|
3183
|
+
"description": "应用ID列表,多个ID时,返回值为多个ID使用总和"
|
|
3184
|
+
}
|
|
3185
|
+
},
|
|
3186
|
+
"required": [
|
|
3187
|
+
"StartTimeStamp",
|
|
3188
|
+
"EndTimeStamp",
|
|
3189
|
+
"SdkAppIdList"
|
|
3190
|
+
],
|
|
3191
|
+
"additionalProperties": false
|
|
3192
|
+
}
|
|
3193
|
+
},
|
|
3194
|
+
{
|
|
3195
|
+
"name": "describe_tel_cdr",
|
|
3196
|
+
"action": "DescribeTelCdr",
|
|
3197
|
+
"destructive": false,
|
|
3198
|
+
"description": "获取电话服务记录与录音",
|
|
3199
|
+
"inputSchema": {
|
|
3200
|
+
"type": "object",
|
|
3201
|
+
"properties": {
|
|
3202
|
+
"StartTimeStamp": {
|
|
3203
|
+
"type": "number",
|
|
3204
|
+
"description": "起始时间戳,Unix 秒级时间戳,最大支持近180天。"
|
|
3205
|
+
},
|
|
3206
|
+
"EndTimeStamp": {
|
|
3207
|
+
"type": "number",
|
|
3208
|
+
"description": "结束时间戳,Unix 秒级时间戳,结束时间与开始时间的区间范围小于90天。"
|
|
3209
|
+
},
|
|
3210
|
+
"SdkAppId": {
|
|
3211
|
+
"type": "number",
|
|
3212
|
+
"description": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc"
|
|
3213
|
+
},
|
|
3214
|
+
"PageSize": {
|
|
3215
|
+
"type": "number",
|
|
3216
|
+
"description": "分页尺寸(必填),上限 100"
|
|
3217
|
+
},
|
|
3218
|
+
"PageNumber": {
|
|
3219
|
+
"type": "number",
|
|
3220
|
+
"description": "分页页码(必填),从 0 开始"
|
|
3221
|
+
},
|
|
3222
|
+
"InstanceId": {
|
|
3223
|
+
"type": "number",
|
|
3224
|
+
"description": "实例 ID(废弃) @deprecated"
|
|
3225
|
+
},
|
|
3226
|
+
"Limit": {
|
|
3227
|
+
"type": "number",
|
|
3228
|
+
"description": "返回数据条数,上限(废弃) @deprecated"
|
|
3229
|
+
},
|
|
3230
|
+
"Offset": {
|
|
3231
|
+
"type": "number",
|
|
3232
|
+
"description": "偏移(废弃) @deprecated"
|
|
3233
|
+
},
|
|
3234
|
+
"Phones": {
|
|
3235
|
+
"type": "array",
|
|
3236
|
+
"items": {
|
|
3237
|
+
"type": "string"
|
|
3238
|
+
},
|
|
3239
|
+
"description": "按手机号筛选"
|
|
3240
|
+
},
|
|
3241
|
+
"SessionIds": {
|
|
3242
|
+
"type": "array",
|
|
3243
|
+
"items": {
|
|
3244
|
+
"type": "string"
|
|
3245
|
+
},
|
|
3246
|
+
"description": "按SessionId筛选"
|
|
3247
|
+
}
|
|
3248
|
+
},
|
|
3249
|
+
"required": [
|
|
3250
|
+
"StartTimeStamp",
|
|
3251
|
+
"EndTimeStamp",
|
|
3252
|
+
"SdkAppId",
|
|
3253
|
+
"PageSize",
|
|
3254
|
+
"PageNumber"
|
|
3255
|
+
],
|
|
3256
|
+
"additionalProperties": false
|
|
3257
|
+
}
|
|
3258
|
+
},
|
|
3259
|
+
{
|
|
3260
|
+
"name": "describe_tel_record_asr",
|
|
3261
|
+
"action": "DescribeTelRecordAsr",
|
|
3262
|
+
"destructive": false,
|
|
3263
|
+
"description": "拉取会话录音转文本信息",
|
|
3264
|
+
"inputSchema": {
|
|
3265
|
+
"type": "object",
|
|
3266
|
+
"properties": {
|
|
3267
|
+
"SdkAppId": {
|
|
3268
|
+
"type": "number",
|
|
3269
|
+
"description": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc"
|
|
3270
|
+
},
|
|
3271
|
+
"SessionId": {
|
|
3272
|
+
"type": "string",
|
|
3273
|
+
"description": "会话 ID"
|
|
3274
|
+
}
|
|
3275
|
+
},
|
|
3276
|
+
"required": [
|
|
3277
|
+
"SdkAppId",
|
|
3278
|
+
"SessionId"
|
|
3279
|
+
],
|
|
3280
|
+
"additionalProperties": false
|
|
3281
|
+
}
|
|
3282
|
+
},
|
|
3283
|
+
{
|
|
3284
|
+
"name": "describe_tel_session",
|
|
3285
|
+
"action": "DescribeTelSession",
|
|
3286
|
+
"destructive": false,
|
|
3287
|
+
"description": "获取 PSTN 会话信息",
|
|
3288
|
+
"inputSchema": {
|
|
3289
|
+
"type": "object",
|
|
3290
|
+
"properties": {
|
|
3291
|
+
"SdkAppId": {
|
|
3292
|
+
"type": "number",
|
|
3293
|
+
"description": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc"
|
|
3294
|
+
},
|
|
3295
|
+
"SessionId": {
|
|
3296
|
+
"type": "string",
|
|
3297
|
+
"description": "会话 ID"
|
|
3298
|
+
}
|
|
3299
|
+
},
|
|
3300
|
+
"required": [
|
|
3301
|
+
"SdkAppId",
|
|
3302
|
+
"SessionId"
|
|
3303
|
+
],
|
|
3304
|
+
"additionalProperties": false
|
|
3305
|
+
}
|
|
3306
|
+
},
|
|
3307
|
+
{
|
|
3308
|
+
"name": "disable_cccphone_number",
|
|
3309
|
+
"action": "DisableCCCPhoneNumber",
|
|
3310
|
+
"destructive": true,
|
|
3311
|
+
"description": "⚠️ 危险/有副作用操作,执行前必须先向用户确认。停用号码",
|
|
3312
|
+
"inputSchema": {
|
|
3313
|
+
"type": "object",
|
|
3314
|
+
"properties": {
|
|
3315
|
+
"PhoneNumbers": {
|
|
3316
|
+
"type": "array",
|
|
3317
|
+
"items": {
|
|
3318
|
+
"type": "string"
|
|
3319
|
+
},
|
|
3320
|
+
"description": "号码列表,0086开头"
|
|
3321
|
+
},
|
|
3322
|
+
"Disabled": {
|
|
3323
|
+
"type": "number",
|
|
3324
|
+
"description": "停用开关,0启用 1停用"
|
|
3325
|
+
},
|
|
3326
|
+
"SdkAppId": {
|
|
3327
|
+
"type": "number",
|
|
3328
|
+
"description": "TCCC 实例应用 ID"
|
|
3329
|
+
}
|
|
3330
|
+
},
|
|
3331
|
+
"required": [
|
|
3332
|
+
"PhoneNumbers",
|
|
3333
|
+
"Disabled"
|
|
3334
|
+
],
|
|
3335
|
+
"additionalProperties": false
|
|
3336
|
+
}
|
|
3337
|
+
},
|
|
3338
|
+
{
|
|
3339
|
+
"name": "force_member_offline",
|
|
3340
|
+
"action": "ForceMemberOffline",
|
|
3341
|
+
"destructive": true,
|
|
3342
|
+
"description": "⚠️ 危险/有副作用操作,执行前必须先向用户确认。强制客服下线",
|
|
3343
|
+
"inputSchema": {
|
|
3344
|
+
"type": "object",
|
|
3345
|
+
"properties": {
|
|
3346
|
+
"SdkAppId": {
|
|
3347
|
+
"type": "number",
|
|
3348
|
+
"description": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc"
|
|
3349
|
+
},
|
|
3350
|
+
"UserId": {
|
|
3351
|
+
"type": "string",
|
|
3352
|
+
"description": "客服ID"
|
|
3353
|
+
}
|
|
3354
|
+
},
|
|
3355
|
+
"required": [
|
|
3356
|
+
"SdkAppId",
|
|
3357
|
+
"UserId"
|
|
3358
|
+
],
|
|
3359
|
+
"additionalProperties": false
|
|
3360
|
+
}
|
|
3361
|
+
},
|
|
3362
|
+
{
|
|
3363
|
+
"name": "hang_up_call",
|
|
3364
|
+
"action": "HangUpCall",
|
|
3365
|
+
"destructive": true,
|
|
3366
|
+
"description": "⚠️ 危险/有副作用操作,执行前必须先向用户确认。挂断电话",
|
|
3367
|
+
"inputSchema": {
|
|
3368
|
+
"type": "object",
|
|
3369
|
+
"properties": {
|
|
3370
|
+
"SdkAppId": {
|
|
3371
|
+
"type": "number",
|
|
3372
|
+
"description": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc"
|
|
3373
|
+
},
|
|
3374
|
+
"SessionId": {
|
|
3375
|
+
"type": "string",
|
|
3376
|
+
"description": "会话ID"
|
|
3377
|
+
}
|
|
3378
|
+
},
|
|
3379
|
+
"required": [
|
|
3380
|
+
"SdkAppId",
|
|
3381
|
+
"SessionId"
|
|
3382
|
+
],
|
|
3383
|
+
"additionalProperties": false
|
|
3384
|
+
}
|
|
3385
|
+
},
|
|
3386
|
+
{
|
|
3387
|
+
"name": "modify_company_apply",
|
|
3388
|
+
"action": "ModifyCompanyApply",
|
|
3389
|
+
"destructive": false,
|
|
3390
|
+
"description": "修改公司资质申请,只能修改状态为驳回或待审核的申请单。(1、首次使用接口,建议先在云联络中心控制台查看各个资料模板:https://console.cloud.tencent.com/ccc/enterprise/update。2、参数中图片Url建议使用腾讯云Cos存储的临时链接)",
|
|
3391
|
+
"inputSchema": {
|
|
3392
|
+
"type": "object",
|
|
3393
|
+
"properties": {
|
|
3394
|
+
"ApplyId": {
|
|
3395
|
+
"type": "number",
|
|
3396
|
+
"description": "申请单ID(只能修改状态为“驳回”或者“待审核”的申请单)"
|
|
3397
|
+
},
|
|
3398
|
+
"CompanyInfo": {
|
|
3399
|
+
"type": "object",
|
|
3400
|
+
"properties": {
|
|
3401
|
+
"ApplicantType": {
|
|
3402
|
+
"type": "number",
|
|
3403
|
+
"description": "申请人身份,0-公司法定代表人,1-经办人(受法定代表人委托)"
|
|
3404
|
+
},
|
|
3405
|
+
"CompanyName": {
|
|
3406
|
+
"type": "string",
|
|
3407
|
+
"description": "企业名称"
|
|
3408
|
+
},
|
|
3409
|
+
"BusinessId": {
|
|
3410
|
+
"type": "string",
|
|
3411
|
+
"description": "统一社会信用代码"
|
|
3412
|
+
},
|
|
3413
|
+
"BusinessIdPicUrl": {
|
|
3414
|
+
"type": "string",
|
|
3415
|
+
"description": "营业执照扫描件(加盖公章)。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)"
|
|
3416
|
+
},
|
|
3417
|
+
"CorporationName": {
|
|
3418
|
+
"type": "string",
|
|
3419
|
+
"description": "法定代表人名称"
|
|
3420
|
+
},
|
|
3421
|
+
"CorporationId": {
|
|
3422
|
+
"type": "string",
|
|
3423
|
+
"description": "法定代表人身份证号码"
|
|
3424
|
+
},
|
|
3425
|
+
"CorporationIdPicUrl": {
|
|
3426
|
+
"type": "string",
|
|
3427
|
+
"description": "法定代表人身份证正反面扫描件。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)"
|
|
3428
|
+
},
|
|
3429
|
+
"NetworkCommitmentPicUrl": {
|
|
3430
|
+
"type": "string",
|
|
3431
|
+
"description": "安全合规使用承诺书。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)"
|
|
3432
|
+
},
|
|
3433
|
+
"IsEqualTencentCloud": {
|
|
3434
|
+
"type": "number",
|
|
3435
|
+
"description": "是否与腾讯云账号的资质一致,0-不一致,1-一致"
|
|
3436
|
+
},
|
|
3437
|
+
"CorporationMobile": {
|
|
3438
|
+
"type": "string",
|
|
3439
|
+
"description": "法定代表人手机号"
|
|
3440
|
+
},
|
|
3441
|
+
"CorporationMobilePicUrl": {
|
|
3442
|
+
"type": "string",
|
|
3443
|
+
"description": "法定代表人手机号码实名认证。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)"
|
|
3444
|
+
},
|
|
3445
|
+
"UseDescribeFileUrl": {
|
|
3446
|
+
"type": "string",
|
|
3447
|
+
"description": "通话话术。(支持doc、docx格式的文档不超过50MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)"
|
|
3448
|
+
},
|
|
3449
|
+
"CompanyAuthLetterPicUrl": {
|
|
3450
|
+
"type": "string",
|
|
3451
|
+
"description": "公司授权函。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)"
|
|
3452
|
+
},
|
|
3453
|
+
"AcceptPicUrl": {
|
|
3454
|
+
"type": "string",
|
|
3455
|
+
"description": "电话受理单。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)"
|
|
3456
|
+
},
|
|
3457
|
+
"CorporationHoldingOnIdPicUrl": {
|
|
3458
|
+
"type": "string",
|
|
3459
|
+
"description": "法定代表人手持身份证照,申请人类型为法定代表人时必填。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)"
|
|
3460
|
+
},
|
|
3461
|
+
"OperatorName": {
|
|
3462
|
+
"type": "string",
|
|
3463
|
+
"description": "经办人名称,申请人类型为经办人时必填。"
|
|
3464
|
+
},
|
|
3465
|
+
"OperatorId": {
|
|
3466
|
+
"type": "string",
|
|
3467
|
+
"description": "经办人证件号码,申请人类型为经办人时必填。"
|
|
3468
|
+
},
|
|
3469
|
+
"OperatorIdPicUrl": {
|
|
3470
|
+
"type": "string",
|
|
3471
|
+
"description": "经办人身份证正反面扫描件,申请人类型为经办人时必填。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)"
|
|
3472
|
+
},
|
|
3473
|
+
"OperatorHoldingOnIdPicUrl": {
|
|
3474
|
+
"type": "string",
|
|
3475
|
+
"description": "经办人手持身份证照,申请人类型为经办人时必填。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)"
|
|
3476
|
+
},
|
|
3477
|
+
"CommissionPicUrl": {
|
|
3478
|
+
"type": "string",
|
|
3479
|
+
"description": "委托授权书,申请人类型为经办人时必填。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)"
|
|
3480
|
+
},
|
|
3481
|
+
"OperatorMobile": {
|
|
3482
|
+
"type": "string",
|
|
3483
|
+
"description": "经办人手机号,申请人类型为经办人时必填。"
|
|
3484
|
+
},
|
|
3485
|
+
"OperatorEmail": {
|
|
3486
|
+
"type": "string",
|
|
3487
|
+
"description": "经办人邮箱,申请人类型为经办人时必填。"
|
|
3488
|
+
},
|
|
3489
|
+
"OperatorMobilePicUrl": {
|
|
3490
|
+
"type": "string",
|
|
3491
|
+
"description": "经办人手机号码实名认证,申请人类型为经办人时必填。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)"
|
|
3492
|
+
}
|
|
3493
|
+
},
|
|
3494
|
+
"required": [
|
|
3495
|
+
"ApplicantType",
|
|
3496
|
+
"CompanyName",
|
|
3497
|
+
"BusinessId",
|
|
3498
|
+
"BusinessIdPicUrl",
|
|
3499
|
+
"CorporationName",
|
|
3500
|
+
"CorporationId",
|
|
3501
|
+
"CorporationIdPicUrl",
|
|
3502
|
+
"NetworkCommitmentPicUrl",
|
|
3503
|
+
"IsEqualTencentCloud",
|
|
3504
|
+
"CorporationMobile",
|
|
3505
|
+
"CorporationMobilePicUrl",
|
|
3506
|
+
"UseDescribeFileUrl",
|
|
3507
|
+
"CompanyAuthLetterPicUrl",
|
|
3508
|
+
"AcceptPicUrl"
|
|
3509
|
+
],
|
|
3510
|
+
"additionalProperties": false,
|
|
3511
|
+
"description": "企业资质信息"
|
|
3512
|
+
}
|
|
3513
|
+
},
|
|
3514
|
+
"required": [
|
|
3515
|
+
"ApplyId",
|
|
3516
|
+
"CompanyInfo"
|
|
3517
|
+
],
|
|
3518
|
+
"additionalProperties": false
|
|
3519
|
+
}
|
|
3520
|
+
},
|
|
3521
|
+
{
|
|
3522
|
+
"name": "modify_extension",
|
|
3523
|
+
"action": "ModifyExtension",
|
|
3524
|
+
"destructive": false,
|
|
3525
|
+
"description": "修改话机账号(绑定技能组、绑定坐席账号)",
|
|
3526
|
+
"inputSchema": {
|
|
3527
|
+
"type": "object",
|
|
3528
|
+
"properties": {
|
|
3529
|
+
"SdkAppId": {
|
|
3530
|
+
"type": "number",
|
|
3531
|
+
"description": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc"
|
|
3532
|
+
},
|
|
3533
|
+
"ExtensionId": {
|
|
3534
|
+
"type": "string",
|
|
3535
|
+
"description": "分机号"
|
|
3536
|
+
},
|
|
3537
|
+
"ExtensionName": {
|
|
3538
|
+
"type": "string",
|
|
3539
|
+
"description": "分机名称"
|
|
3540
|
+
},
|
|
3541
|
+
"SkillGroupIds": {
|
|
3542
|
+
"type": "array",
|
|
3543
|
+
"items": {
|
|
3544
|
+
"type": "number"
|
|
3545
|
+
},
|
|
3546
|
+
"description": "所属技能组列表"
|
|
3547
|
+
},
|
|
3548
|
+
"Relation": {
|
|
3549
|
+
"type": "string",
|
|
3550
|
+
"description": "绑定坐席邮箱账号"
|
|
3551
|
+
}
|
|
3552
|
+
},
|
|
3553
|
+
"required": [
|
|
3554
|
+
"SdkAppId",
|
|
3555
|
+
"ExtensionId"
|
|
3556
|
+
],
|
|
3557
|
+
"additionalProperties": false
|
|
3558
|
+
}
|
|
3559
|
+
},
|
|
3560
|
+
{
|
|
3561
|
+
"name": "modify_own_number_apply",
|
|
3562
|
+
"action": "ModifyOwnNumberApply",
|
|
3563
|
+
"destructive": false,
|
|
3564
|
+
"description": "修改客户自携号码审批单",
|
|
3565
|
+
"inputSchema": {
|
|
3566
|
+
"type": "object",
|
|
3567
|
+
"properties": {
|
|
3568
|
+
"SdkAppId": {
|
|
3569
|
+
"type": "number",
|
|
3570
|
+
"description": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc"
|
|
3571
|
+
},
|
|
3572
|
+
"DetailList": {
|
|
3573
|
+
"type": "array",
|
|
3574
|
+
"items": {
|
|
3575
|
+
"type": "object",
|
|
3576
|
+
"properties": {
|
|
3577
|
+
"CallType": {
|
|
3578
|
+
"type": "number",
|
|
3579
|
+
"description": "号码类型:0-呼入|1-呼出|2-呼入呼出"
|
|
3580
|
+
},
|
|
3581
|
+
"PhoneNumber": {
|
|
3582
|
+
"type": "string",
|
|
3583
|
+
"description": "线路号码"
|
|
3584
|
+
},
|
|
3585
|
+
"MaxCallCount": {
|
|
3586
|
+
"type": "number",
|
|
3587
|
+
"description": "最大并发呼叫数"
|
|
3588
|
+
},
|
|
3589
|
+
"MaxCallPSec": {
|
|
3590
|
+
"type": "number",
|
|
3591
|
+
"description": "每秒最大并发数"
|
|
3592
|
+
},
|
|
3593
|
+
"OutboundCalleeFormat": {
|
|
3594
|
+
"type": "string",
|
|
3595
|
+
"description": "呼出被叫格式,使用 {+E.164} 或 {E.164},"
|
|
3596
|
+
},
|
|
3597
|
+
"CarrierPhoneNumber": {
|
|
3598
|
+
"type": "string",
|
|
3599
|
+
"description": "运营商号码"
|
|
3600
|
+
}
|
|
3601
|
+
},
|
|
3602
|
+
"required": [
|
|
3603
|
+
"CallType",
|
|
3604
|
+
"PhoneNumber",
|
|
3605
|
+
"MaxCallCount",
|
|
3606
|
+
"MaxCallPSec"
|
|
3607
|
+
],
|
|
3608
|
+
"additionalProperties": false
|
|
3609
|
+
},
|
|
3610
|
+
"description": "线路相关参数"
|
|
3611
|
+
},
|
|
3612
|
+
"ApplyId": {
|
|
3613
|
+
"type": "number",
|
|
3614
|
+
"description": "审批单号"
|
|
3615
|
+
},
|
|
3616
|
+
"Prefix": {
|
|
3617
|
+
"type": "string",
|
|
3618
|
+
"description": "送号前缀"
|
|
3619
|
+
},
|
|
3620
|
+
"MobileNddPrefix": {
|
|
3621
|
+
"type": "string",
|
|
3622
|
+
"description": "国内长途手机前缀码"
|
|
3623
|
+
},
|
|
3624
|
+
"LocalNumberTrimAC": {
|
|
3625
|
+
"type": "boolean",
|
|
3626
|
+
"description": "同市固话去掉区号"
|
|
3627
|
+
},
|
|
3628
|
+
"CalleeFormatPassthrough": {
|
|
3629
|
+
"type": "boolean",
|
|
3630
|
+
"description": "被叫格式透传 (完成透传用户输入,不做处理)"
|
|
3631
|
+
},
|
|
3632
|
+
"CallerFormatPassthrough": {
|
|
3633
|
+
"type": "boolean",
|
|
3634
|
+
"description": "主叫格式透传 (完成透传用户输入,不做处理)"
|
|
3635
|
+
},
|
|
3636
|
+
"InternationalNumberPrefix": {
|
|
3637
|
+
"type": "string",
|
|
3638
|
+
"description": "国际长途前缀码"
|
|
3639
|
+
}
|
|
3640
|
+
},
|
|
3641
|
+
"required": [
|
|
3642
|
+
"SdkAppId",
|
|
3643
|
+
"DetailList"
|
|
3644
|
+
],
|
|
3645
|
+
"additionalProperties": false
|
|
3646
|
+
}
|
|
3647
|
+
},
|
|
3648
|
+
{
|
|
3649
|
+
"name": "modify_staff",
|
|
3650
|
+
"action": "ModifyStaff",
|
|
3651
|
+
"destructive": false,
|
|
3652
|
+
"description": "修改客服账号",
|
|
3653
|
+
"inputSchema": {
|
|
3654
|
+
"type": "object",
|
|
3655
|
+
"properties": {
|
|
3656
|
+
"SdkAppId": {
|
|
3657
|
+
"type": "number",
|
|
3658
|
+
"description": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc"
|
|
3659
|
+
},
|
|
3660
|
+
"Email": {
|
|
3661
|
+
"type": "string",
|
|
3662
|
+
"description": "座席账户"
|
|
3663
|
+
},
|
|
3664
|
+
"Name": {
|
|
3665
|
+
"type": "string",
|
|
3666
|
+
"description": "座席名称"
|
|
3667
|
+
},
|
|
3668
|
+
"Phone": {
|
|
3669
|
+
"type": "string",
|
|
3670
|
+
"description": "座席手机号(带0086前缀,示例:008618011111111)"
|
|
3671
|
+
},
|
|
3672
|
+
"Nick": {
|
|
3673
|
+
"type": "string",
|
|
3674
|
+
"description": "座席昵称"
|
|
3675
|
+
},
|
|
3676
|
+
"StaffNo": {
|
|
3677
|
+
"type": "string",
|
|
3678
|
+
"description": "座席工号"
|
|
3679
|
+
},
|
|
3680
|
+
"SkillGroupIds": {
|
|
3681
|
+
"type": "array",
|
|
3682
|
+
"items": {
|
|
3683
|
+
"type": "number"
|
|
3684
|
+
},
|
|
3685
|
+
"description": "绑定技能组ID列表"
|
|
3686
|
+
},
|
|
3687
|
+
"UseMobileCallOut": {
|
|
3688
|
+
"type": "boolean",
|
|
3689
|
+
"description": "是否开启手机外呼开关"
|
|
3690
|
+
},
|
|
3691
|
+
"UseMobileAccept": {
|
|
3692
|
+
"type": "number",
|
|
3693
|
+
"description": "手机接听模式 0 - 关闭 | 1 - 仅离线 | 2 - 始终"
|
|
3694
|
+
},
|
|
3695
|
+
"ExtensionNumber": {
|
|
3696
|
+
"type": "string",
|
|
3697
|
+
"description": "座席分机号(1 到 8 打头,4 - 6 位)"
|
|
3698
|
+
},
|
|
3699
|
+
"ForwardingConfig": {
|
|
3700
|
+
"type": "object",
|
|
3701
|
+
"properties": {
|
|
3702
|
+
"Enabled": {
|
|
3703
|
+
"type": "boolean",
|
|
3704
|
+
"description": "是否启用"
|
|
3705
|
+
},
|
|
3706
|
+
"Condition": {
|
|
3707
|
+
"type": "number",
|
|
3708
|
+
"description": "1 无条件呼转 2 有条件呼转"
|
|
3709
|
+
},
|
|
3710
|
+
"Target": {
|
|
3711
|
+
"type": "object",
|
|
3712
|
+
"properties": {
|
|
3713
|
+
"Type": {
|
|
3714
|
+
"type": "number",
|
|
3715
|
+
"description": "呼转目标类型 1 座席 2 技能组 3 分机"
|
|
3716
|
+
},
|
|
3717
|
+
"StaffUserId": {
|
|
3718
|
+
"type": "string",
|
|
3719
|
+
"description": "呼转目标为座席的账号 Type 为 1 时填写"
|
|
3720
|
+
},
|
|
3721
|
+
"SkillGroupId": {
|
|
3722
|
+
"type": "number",
|
|
3723
|
+
"description": "呼转目标为技能组的 ID,Type 为 2 时填写"
|
|
3724
|
+
},
|
|
3725
|
+
"Extension": {
|
|
3726
|
+
"type": "string",
|
|
3727
|
+
"description": "呼转目标为分机的账号,Type 为 3 时填写"
|
|
3728
|
+
}
|
|
3729
|
+
},
|
|
3730
|
+
"additionalProperties": false,
|
|
3731
|
+
"description": "呼转目标"
|
|
3732
|
+
}
|
|
3733
|
+
},
|
|
3734
|
+
"additionalProperties": false,
|
|
3735
|
+
"description": "呼叫转移配置"
|
|
3736
|
+
}
|
|
3737
|
+
},
|
|
3738
|
+
"required": [
|
|
3739
|
+
"SdkAppId",
|
|
3740
|
+
"Email"
|
|
3741
|
+
],
|
|
3742
|
+
"additionalProperties": false
|
|
3743
|
+
}
|
|
3744
|
+
},
|
|
3745
|
+
{
|
|
3746
|
+
"name": "modify_staff_password",
|
|
3747
|
+
"action": "ModifyStaffPassword",
|
|
3748
|
+
"destructive": false,
|
|
3749
|
+
"description": "修改座席的密码",
|
|
3750
|
+
"inputSchema": {
|
|
3751
|
+
"type": "object",
|
|
3752
|
+
"properties": {
|
|
3753
|
+
"SdkAppId": {
|
|
3754
|
+
"type": "number",
|
|
3755
|
+
"description": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc"
|
|
3756
|
+
},
|
|
3757
|
+
"Email": {
|
|
3758
|
+
"type": "string",
|
|
3759
|
+
"description": "座席邮箱"
|
|
3760
|
+
},
|
|
3761
|
+
"Password": {
|
|
3762
|
+
"type": "string",
|
|
3763
|
+
"description": "设置的密码"
|
|
3764
|
+
}
|
|
3765
|
+
},
|
|
3766
|
+
"required": [
|
|
3767
|
+
"SdkAppId",
|
|
3768
|
+
"Email",
|
|
3769
|
+
"Password"
|
|
3770
|
+
],
|
|
3771
|
+
"additionalProperties": false
|
|
3772
|
+
}
|
|
3773
|
+
},
|
|
3774
|
+
{
|
|
3775
|
+
"name": "pause_auto_callout_task",
|
|
3776
|
+
"action": "PauseAutoCalloutTask",
|
|
3777
|
+
"destructive": false,
|
|
3778
|
+
"description": "用于通过 TaskId **暂停一个正在执行的自动外呼任务**。调用该接口后,任务将被临时中断,不再发起新的外呼请求;已发起的通话不受影响。 暂停后的任务可通过 [恢复暂停的自动外呼任务](https://cloud.tencent.com/document/product/679/125356) 接口继续执行。如需永久终止任务,请参考 [停止自动外呼任务](https://cloud.tencent.com/document/product/679/69192)。",
|
|
3779
|
+
"inputSchema": {
|
|
3780
|
+
"type": "object",
|
|
3781
|
+
"properties": {
|
|
3782
|
+
"TaskId": {
|
|
3783
|
+
"type": "number",
|
|
3784
|
+
"description": "任务Id"
|
|
3785
|
+
},
|
|
3786
|
+
"SdkAppId": {
|
|
3787
|
+
"type": "number",
|
|
3788
|
+
"description": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc"
|
|
3789
|
+
}
|
|
3790
|
+
},
|
|
3791
|
+
"required": [
|
|
3792
|
+
"TaskId",
|
|
3793
|
+
"SdkAppId"
|
|
3794
|
+
],
|
|
3795
|
+
"additionalProperties": false
|
|
3796
|
+
}
|
|
3797
|
+
},
|
|
3798
|
+
{
|
|
3799
|
+
"name": "pause_predictive_dialing_campaign",
|
|
3800
|
+
"action": "PausePredictiveDialingCampaign",
|
|
3801
|
+
"destructive": false,
|
|
3802
|
+
"description": "暂停预测式外呼任务",
|
|
3803
|
+
"inputSchema": {
|
|
3804
|
+
"type": "object",
|
|
3805
|
+
"properties": {
|
|
3806
|
+
"SdkAppId": {
|
|
3807
|
+
"type": "number",
|
|
3808
|
+
"description": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc"
|
|
3809
|
+
},
|
|
3810
|
+
"CampaignId": {
|
|
3811
|
+
"type": "number",
|
|
3812
|
+
"description": "任务 ID"
|
|
3813
|
+
}
|
|
3814
|
+
},
|
|
3815
|
+
"required": [
|
|
3816
|
+
"SdkAppId",
|
|
3817
|
+
"CampaignId"
|
|
3818
|
+
],
|
|
3819
|
+
"additionalProperties": false
|
|
3820
|
+
}
|
|
3821
|
+
},
|
|
3822
|
+
{
|
|
3823
|
+
"name": "play_sound_call",
|
|
3824
|
+
"action": "PlaySoundCall",
|
|
3825
|
+
"destructive": true,
|
|
3826
|
+
"description": "⚠️ 危险/有副作用操作,执行前必须先向用户确认。对与座席通话中的会话,进行放音",
|
|
3827
|
+
"inputSchema": {
|
|
3828
|
+
"type": "object",
|
|
3829
|
+
"properties": {
|
|
3830
|
+
"SdkAppId": {
|
|
3831
|
+
"type": "number",
|
|
3832
|
+
"description": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc"
|
|
3833
|
+
},
|
|
3834
|
+
"SessionId": {
|
|
3835
|
+
"type": "string",
|
|
3836
|
+
"description": "会话ID"
|
|
3837
|
+
},
|
|
3838
|
+
"FileId": {
|
|
3839
|
+
"type": "number",
|
|
3840
|
+
"description": "音频文件 ID,参见管理端-电话客服-放音文件管理"
|
|
3841
|
+
},
|
|
3842
|
+
"PlayTimes": {
|
|
3843
|
+
"type": "number",
|
|
3844
|
+
"description": "放音次数,默认 1 次"
|
|
3845
|
+
}
|
|
3846
|
+
},
|
|
3847
|
+
"required": [
|
|
3848
|
+
"SdkAppId",
|
|
3849
|
+
"SessionId"
|
|
3850
|
+
],
|
|
3851
|
+
"additionalProperties": false
|
|
3852
|
+
}
|
|
3853
|
+
},
|
|
3854
|
+
{
|
|
3855
|
+
"name": "reset_extension_password",
|
|
3856
|
+
"action": "ResetExtensionPassword",
|
|
3857
|
+
"destructive": true,
|
|
3858
|
+
"description": "⚠️ 危险/有副作用操作,执行前必须先向用户确认。重置话机注册密码",
|
|
3859
|
+
"inputSchema": {
|
|
3860
|
+
"type": "object",
|
|
3861
|
+
"properties": {
|
|
3862
|
+
"SdkAppId": {
|
|
3863
|
+
"type": "number",
|
|
3864
|
+
"description": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc"
|
|
3865
|
+
},
|
|
3866
|
+
"ExtensionId": {
|
|
3867
|
+
"type": "string",
|
|
3868
|
+
"description": "分机号"
|
|
3869
|
+
}
|
|
3870
|
+
},
|
|
3871
|
+
"required": [
|
|
3872
|
+
"SdkAppId",
|
|
3873
|
+
"ExtensionId"
|
|
3874
|
+
],
|
|
3875
|
+
"additionalProperties": false
|
|
3876
|
+
}
|
|
3877
|
+
},
|
|
3878
|
+
{
|
|
3879
|
+
"name": "restore_member_online",
|
|
3880
|
+
"action": "RestoreMemberOnline",
|
|
3881
|
+
"destructive": false,
|
|
3882
|
+
"description": "恢复客服上线",
|
|
3883
|
+
"inputSchema": {
|
|
3884
|
+
"type": "object",
|
|
3885
|
+
"properties": {
|
|
3886
|
+
"SdkAppId": {
|
|
3887
|
+
"type": "number",
|
|
3888
|
+
"description": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc"
|
|
3889
|
+
},
|
|
3890
|
+
"UserId": {
|
|
3891
|
+
"type": "string",
|
|
3892
|
+
"description": "客服ID"
|
|
3893
|
+
}
|
|
3894
|
+
},
|
|
3895
|
+
"required": [
|
|
3896
|
+
"SdkAppId",
|
|
3897
|
+
"UserId"
|
|
3898
|
+
],
|
|
3899
|
+
"additionalProperties": false
|
|
3900
|
+
}
|
|
3901
|
+
},
|
|
3902
|
+
{
|
|
3903
|
+
"name": "resume_auto_callout_task",
|
|
3904
|
+
"action": "ResumeAutoCalloutTask",
|
|
3905
|
+
"destructive": false,
|
|
3906
|
+
"description": "用于通过 TaskId **恢复一个已被暂停的自动外呼任务**。该接口适用于在调用 [暂停自动外呼任务](https://cloud.tencent.com/document/product/679/125357) 后,需继续执行剩余外呼计划的场景。调用成功后,任务将从暂停状态恢复,重新发起未完成的外呼请求。",
|
|
3907
|
+
"inputSchema": {
|
|
3908
|
+
"type": "object",
|
|
3909
|
+
"properties": {
|
|
3910
|
+
"TaskId": {
|
|
3911
|
+
"type": "number",
|
|
3912
|
+
"description": "任务Id"
|
|
3913
|
+
},
|
|
3914
|
+
"SdkAppId": {
|
|
3915
|
+
"type": "number",
|
|
3916
|
+
"description": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc"
|
|
3917
|
+
}
|
|
3918
|
+
},
|
|
3919
|
+
"required": [
|
|
3920
|
+
"TaskId",
|
|
3921
|
+
"SdkAppId"
|
|
3922
|
+
],
|
|
3923
|
+
"additionalProperties": false
|
|
3924
|
+
}
|
|
3925
|
+
},
|
|
3926
|
+
{
|
|
3927
|
+
"name": "resume_predictive_dialing_campaign",
|
|
3928
|
+
"action": "ResumePredictiveDialingCampaign",
|
|
3929
|
+
"destructive": false,
|
|
3930
|
+
"description": "恢复预测式外呼任务",
|
|
3931
|
+
"inputSchema": {
|
|
3932
|
+
"type": "object",
|
|
3933
|
+
"properties": {
|
|
3934
|
+
"SdkAppId": {
|
|
3935
|
+
"type": "number",
|
|
3936
|
+
"description": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc"
|
|
3937
|
+
},
|
|
3938
|
+
"CampaignId": {
|
|
3939
|
+
"type": "number",
|
|
3940
|
+
"description": "任务 ID"
|
|
3941
|
+
}
|
|
3942
|
+
},
|
|
3943
|
+
"required": [
|
|
3944
|
+
"SdkAppId",
|
|
3945
|
+
"CampaignId"
|
|
3946
|
+
],
|
|
3947
|
+
"additionalProperties": false
|
|
3948
|
+
}
|
|
3949
|
+
},
|
|
3950
|
+
{
|
|
3951
|
+
"name": "set_staff_status",
|
|
3952
|
+
"action": "SetStaffStatus",
|
|
3953
|
+
"destructive": false,
|
|
3954
|
+
"description": "设置 staff 状态",
|
|
3955
|
+
"inputSchema": {
|
|
3956
|
+
"type": "object",
|
|
3957
|
+
"properties": {
|
|
3958
|
+
"SdkAppId": {
|
|
3959
|
+
"type": "number",
|
|
3960
|
+
"description": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc"
|
|
3961
|
+
},
|
|
3962
|
+
"StaffStatusList": {
|
|
3963
|
+
"type": "array",
|
|
3964
|
+
"items": {
|
|
3965
|
+
"type": "object",
|
|
3966
|
+
"properties": {
|
|
3967
|
+
"StaffUserId": {
|
|
3968
|
+
"type": "string",
|
|
3969
|
+
"description": "座席账号"
|
|
3970
|
+
},
|
|
3971
|
+
"Status": {
|
|
3972
|
+
"type": "string",
|
|
3973
|
+
"description": "状态,free 示闲 notReady 示忙 rest 小休"
|
|
3974
|
+
},
|
|
3975
|
+
"Reason": {
|
|
3976
|
+
"type": "string",
|
|
3977
|
+
"description": "如果设置小休状态,这里是原因"
|
|
3978
|
+
}
|
|
3979
|
+
},
|
|
3980
|
+
"required": [
|
|
3981
|
+
"StaffUserId",
|
|
3982
|
+
"Status"
|
|
3983
|
+
],
|
|
3984
|
+
"additionalProperties": false
|
|
3985
|
+
},
|
|
3986
|
+
"description": "设置座席状态列表,最大个数 10"
|
|
3987
|
+
}
|
|
3988
|
+
},
|
|
3989
|
+
"required": [
|
|
3990
|
+
"SdkAppId",
|
|
3991
|
+
"StaffStatusList"
|
|
3992
|
+
],
|
|
3993
|
+
"additionalProperties": false
|
|
3994
|
+
}
|
|
3995
|
+
},
|
|
3996
|
+
{
|
|
3997
|
+
"name": "stop_auto_callout_task",
|
|
3998
|
+
"action": "StopAutoCalloutTask",
|
|
3999
|
+
"destructive": true,
|
|
4000
|
+
"description": "⚠️ 危险/有副作用操作,执行前必须先向用户确认。停止自动外呼任务",
|
|
4001
|
+
"inputSchema": {
|
|
4002
|
+
"type": "object",
|
|
4003
|
+
"properties": {
|
|
4004
|
+
"SdkAppId": {
|
|
4005
|
+
"type": "number",
|
|
4006
|
+
"description": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc"
|
|
4007
|
+
},
|
|
4008
|
+
"TaskId": {
|
|
4009
|
+
"type": "number",
|
|
4010
|
+
"description": "任务Id"
|
|
4011
|
+
}
|
|
4012
|
+
},
|
|
4013
|
+
"required": [
|
|
4014
|
+
"SdkAppId",
|
|
4015
|
+
"TaskId"
|
|
4016
|
+
],
|
|
4017
|
+
"additionalProperties": false
|
|
4018
|
+
}
|
|
4019
|
+
},
|
|
4020
|
+
{
|
|
4021
|
+
"name": "transfer_to_manual",
|
|
4022
|
+
"action": "TransferToManual",
|
|
4023
|
+
"destructive": true,
|
|
4024
|
+
"description": "⚠️ 危险/有副作用操作,执行前必须先向用户确认。ccc client @class / export declare class Client extends TencentCloudCommon.AbstractClient { constructor(clientConfig: TencentCloudCommon.ClientConfig); /** 特定场景下讲会话转接到人工坐席",
|
|
4025
|
+
"inputSchema": {
|
|
4026
|
+
"type": "object",
|
|
4027
|
+
"properties": {
|
|
4028
|
+
"SdkAppId": {
|
|
4029
|
+
"type": "number",
|
|
4030
|
+
"description": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc"
|
|
4031
|
+
},
|
|
4032
|
+
"SessionId": {
|
|
4033
|
+
"type": "string",
|
|
4034
|
+
"description": "会话ID"
|
|
4035
|
+
},
|
|
4036
|
+
"SkillGroupId": {
|
|
4037
|
+
"type": "number",
|
|
4038
|
+
"description": "技能组Id"
|
|
4039
|
+
}
|
|
4040
|
+
},
|
|
4041
|
+
"required": [
|
|
4042
|
+
"SdkAppId",
|
|
4043
|
+
"SessionId",
|
|
4044
|
+
"SkillGroupId"
|
|
4045
|
+
],
|
|
4046
|
+
"additionalProperties": false
|
|
4047
|
+
}
|
|
4048
|
+
},
|
|
4049
|
+
{
|
|
4050
|
+
"name": "unbind_number_call_out_skill_group",
|
|
4051
|
+
"action": "UnbindNumberCallOutSkillGroup",
|
|
4052
|
+
"destructive": true,
|
|
4053
|
+
"description": "⚠️ 危险/有副作用操作,执行前必须先向用户确认。解绑号码外呼技能组",
|
|
4054
|
+
"inputSchema": {
|
|
4055
|
+
"type": "object",
|
|
4056
|
+
"properties": {
|
|
4057
|
+
"SdkAppId": {
|
|
4058
|
+
"type": "number",
|
|
4059
|
+
"description": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc"
|
|
4060
|
+
},
|
|
4061
|
+
"Number": {
|
|
4062
|
+
"type": "string",
|
|
4063
|
+
"description": "待解绑的号码"
|
|
4064
|
+
},
|
|
4065
|
+
"SkillGroupIds": {
|
|
4066
|
+
"type": "array",
|
|
4067
|
+
"items": {
|
|
4068
|
+
"type": "number"
|
|
4069
|
+
},
|
|
4070
|
+
"description": "待解绑的技能组Id列表"
|
|
4071
|
+
}
|
|
4072
|
+
},
|
|
4073
|
+
"required": [
|
|
4074
|
+
"SdkAppId",
|
|
4075
|
+
"Number",
|
|
4076
|
+
"SkillGroupIds"
|
|
4077
|
+
],
|
|
4078
|
+
"additionalProperties": false
|
|
4079
|
+
}
|
|
4080
|
+
},
|
|
4081
|
+
{
|
|
4082
|
+
"name": "unbind_staff_skill_group_list",
|
|
4083
|
+
"action": "UnbindStaffSkillGroupList",
|
|
4084
|
+
"destructive": true,
|
|
4085
|
+
"description": "⚠️ 危险/有副作用操作,执行前必须先向用户确认。解绑坐席所属技能组",
|
|
4086
|
+
"inputSchema": {
|
|
4087
|
+
"type": "object",
|
|
4088
|
+
"properties": {
|
|
4089
|
+
"SdkAppId": {
|
|
4090
|
+
"type": "number",
|
|
4091
|
+
"description": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc"
|
|
4092
|
+
},
|
|
4093
|
+
"StaffEmail": {
|
|
4094
|
+
"type": "string",
|
|
4095
|
+
"description": "客服邮箱"
|
|
4096
|
+
},
|
|
4097
|
+
"SkillGroupList": {
|
|
4098
|
+
"type": "array",
|
|
4099
|
+
"items": {
|
|
4100
|
+
"type": "number"
|
|
4101
|
+
},
|
|
4102
|
+
"description": "解绑技能组列表"
|
|
4103
|
+
}
|
|
4104
|
+
},
|
|
4105
|
+
"required": [
|
|
4106
|
+
"SdkAppId",
|
|
4107
|
+
"StaffEmail",
|
|
4108
|
+
"SkillGroupList"
|
|
4109
|
+
],
|
|
4110
|
+
"additionalProperties": false
|
|
4111
|
+
}
|
|
4112
|
+
},
|
|
4113
|
+
{
|
|
4114
|
+
"name": "update_cccskill_group",
|
|
4115
|
+
"action": "UpdateCCCSkillGroup",
|
|
4116
|
+
"destructive": false,
|
|
4117
|
+
"description": "更新技能组",
|
|
4118
|
+
"inputSchema": {
|
|
4119
|
+
"type": "object",
|
|
4120
|
+
"properties": {
|
|
4121
|
+
"SdkAppId": {
|
|
4122
|
+
"type": "number",
|
|
4123
|
+
"description": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc"
|
|
4124
|
+
},
|
|
4125
|
+
"SkillGroupID": {
|
|
4126
|
+
"type": "number",
|
|
4127
|
+
"description": "技能组ID"
|
|
4128
|
+
},
|
|
4129
|
+
"SkillGroupName": {
|
|
4130
|
+
"type": "string",
|
|
4131
|
+
"description": "修改后的技能组名字"
|
|
4132
|
+
},
|
|
4133
|
+
"MaxConcurrency": {
|
|
4134
|
+
"type": "number",
|
|
4135
|
+
"description": "修改后的最大并发数,同振最大为2"
|
|
4136
|
+
},
|
|
4137
|
+
"RingAll": {
|
|
4138
|
+
"type": "boolean",
|
|
4139
|
+
"description": "true同振,false顺振"
|
|
4140
|
+
}
|
|
4141
|
+
},
|
|
4142
|
+
"required": [
|
|
4143
|
+
"SdkAppId",
|
|
4144
|
+
"SkillGroupID"
|
|
4145
|
+
],
|
|
4146
|
+
"additionalProperties": false
|
|
4147
|
+
}
|
|
4148
|
+
},
|
|
4149
|
+
{
|
|
4150
|
+
"name": "update_predictive_dialing_campaign",
|
|
4151
|
+
"action": "UpdatePredictiveDialingCampaign",
|
|
4152
|
+
"destructive": false,
|
|
4153
|
+
"description": "任务未启动前,更新预测式外呼任务。",
|
|
4154
|
+
"inputSchema": {
|
|
4155
|
+
"type": "object",
|
|
4156
|
+
"properties": {
|
|
4157
|
+
"SdkAppId": {
|
|
4158
|
+
"type": "number",
|
|
4159
|
+
"description": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc"
|
|
4160
|
+
},
|
|
4161
|
+
"CampaignId": {
|
|
4162
|
+
"type": "number",
|
|
4163
|
+
"description": "生成的任务 ID"
|
|
4164
|
+
},
|
|
4165
|
+
"Name": {
|
|
4166
|
+
"type": "string",
|
|
4167
|
+
"description": "任务名称"
|
|
4168
|
+
},
|
|
4169
|
+
"Callees": {
|
|
4170
|
+
"type": "array",
|
|
4171
|
+
"items": {
|
|
4172
|
+
"type": "string"
|
|
4173
|
+
},
|
|
4174
|
+
"description": "被叫列表,支持 E.164 或不带国家码形式的号码"
|
|
4175
|
+
},
|
|
4176
|
+
"Callers": {
|
|
4177
|
+
"type": "array",
|
|
4178
|
+
"items": {
|
|
4179
|
+
"type": "string"
|
|
4180
|
+
},
|
|
4181
|
+
"description": "主叫列表,使用管理端展示的号码格式"
|
|
4182
|
+
},
|
|
4183
|
+
"CallOrder": {
|
|
4184
|
+
"type": "number",
|
|
4185
|
+
"description": "被叫呼叫顺序 0 随机 1 顺序"
|
|
4186
|
+
},
|
|
4187
|
+
"SkillGroupId": {
|
|
4188
|
+
"type": "number",
|
|
4189
|
+
"description": "使用的座席技能组 ID"
|
|
4190
|
+
},
|
|
4191
|
+
"Priority": {
|
|
4192
|
+
"type": "number",
|
|
4193
|
+
"description": "相同应用内多个任务运行优先级,从高到底 1 - 5"
|
|
4194
|
+
},
|
|
4195
|
+
"ExpectedAbandonRate": {
|
|
4196
|
+
"type": "number",
|
|
4197
|
+
"description": "预期呼损率,百分比,5 - 50"
|
|
4198
|
+
},
|
|
4199
|
+
"RetryInterval": {
|
|
4200
|
+
"type": "number",
|
|
4201
|
+
"description": "呼叫重试间隔时间,单位秒,60 - 86400"
|
|
4202
|
+
},
|
|
4203
|
+
"StartTime": {
|
|
4204
|
+
"type": "number",
|
|
4205
|
+
"description": "任务启动时间,Unix 时间戳,到此时间后会自动启动任务"
|
|
4206
|
+
},
|
|
4207
|
+
"EndTime": {
|
|
4208
|
+
"type": "number",
|
|
4209
|
+
"description": "任务结束时间,Unix 时间戳,到此时间后会自动终止任务"
|
|
4210
|
+
},
|
|
4211
|
+
"IVRId": {
|
|
4212
|
+
"type": "number",
|
|
4213
|
+
"description": "指定的 IVR ID"
|
|
4214
|
+
},
|
|
4215
|
+
"RetryTimes": {
|
|
4216
|
+
"type": "number",
|
|
4217
|
+
"description": "呼叫重试次数,0 - 2"
|
|
4218
|
+
},
|
|
4219
|
+
"Variables": {
|
|
4220
|
+
"type": "array",
|
|
4221
|
+
"items": {
|
|
4222
|
+
"type": "object",
|
|
4223
|
+
"properties": {
|
|
4224
|
+
"Key": {
|
|
4225
|
+
"type": "string",
|
|
4226
|
+
"description": "变量名"
|
|
4227
|
+
},
|
|
4228
|
+
"Value": {
|
|
4229
|
+
"type": "string",
|
|
4230
|
+
"description": "变量值"
|
|
4231
|
+
}
|
|
4232
|
+
},
|
|
4233
|
+
"required": [
|
|
4234
|
+
"Key",
|
|
4235
|
+
"Value"
|
|
4236
|
+
],
|
|
4237
|
+
"additionalProperties": false
|
|
4238
|
+
},
|
|
4239
|
+
"description": "自定义变量"
|
|
4240
|
+
},
|
|
4241
|
+
"UUI": {
|
|
4242
|
+
"type": "string",
|
|
4243
|
+
"description": "UUI"
|
|
4244
|
+
},
|
|
4245
|
+
"CalleeAttributes": {
|
|
4246
|
+
"type": "array",
|
|
4247
|
+
"items": {
|
|
4248
|
+
"type": "object",
|
|
4249
|
+
"properties": {
|
|
4250
|
+
"Callee": {
|
|
4251
|
+
"type": "string",
|
|
4252
|
+
"description": "被叫号码"
|
|
4253
|
+
},
|
|
4254
|
+
"UUI": {
|
|
4255
|
+
"type": "string",
|
|
4256
|
+
"description": "随路数据"
|
|
4257
|
+
},
|
|
4258
|
+
"Variables": {
|
|
4259
|
+
"type": "array",
|
|
4260
|
+
"items": {
|
|
4261
|
+
"type": "object",
|
|
4262
|
+
"properties": {
|
|
4263
|
+
"Key": {
|
|
4264
|
+
"type": "string",
|
|
4265
|
+
"description": "变量名"
|
|
4266
|
+
},
|
|
4267
|
+
"Value": {
|
|
4268
|
+
"type": "string",
|
|
4269
|
+
"description": "变量值"
|
|
4270
|
+
}
|
|
4271
|
+
},
|
|
4272
|
+
"required": [
|
|
4273
|
+
"Key",
|
|
4274
|
+
"Value"
|
|
4275
|
+
],
|
|
4276
|
+
"additionalProperties": false
|
|
4277
|
+
},
|
|
4278
|
+
"description": "参数"
|
|
4279
|
+
}
|
|
4280
|
+
},
|
|
4281
|
+
"required": [
|
|
4282
|
+
"Callee"
|
|
4283
|
+
],
|
|
4284
|
+
"additionalProperties": false
|
|
4285
|
+
},
|
|
4286
|
+
"description": "被叫属性"
|
|
4287
|
+
}
|
|
4288
|
+
},
|
|
4289
|
+
"required": [
|
|
4290
|
+
"SdkAppId",
|
|
4291
|
+
"CampaignId",
|
|
4292
|
+
"Name",
|
|
4293
|
+
"Callees",
|
|
4294
|
+
"Callers",
|
|
4295
|
+
"CallOrder",
|
|
4296
|
+
"SkillGroupId",
|
|
4297
|
+
"Priority",
|
|
4298
|
+
"ExpectedAbandonRate",
|
|
4299
|
+
"RetryInterval",
|
|
4300
|
+
"StartTime",
|
|
4301
|
+
"EndTime"
|
|
4302
|
+
],
|
|
4303
|
+
"additionalProperties": false
|
|
4304
|
+
}
|
|
4305
|
+
},
|
|
4306
|
+
{
|
|
4307
|
+
"name": "upload_ivr_audio",
|
|
4308
|
+
"action": "UploadIvrAudio",
|
|
4309
|
+
"destructive": false,
|
|
4310
|
+
"description": "上传IVR中使用的音频文件,每日上传文件限制50个。(参数中音频文件Url建议使用腾讯云Cos存储的临时链接)",
|
|
4311
|
+
"inputSchema": {
|
|
4312
|
+
"type": "object",
|
|
4313
|
+
"properties": {
|
|
4314
|
+
"SdkAppId": {
|
|
4315
|
+
"type": "number",
|
|
4316
|
+
"description": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc"
|
|
4317
|
+
},
|
|
4318
|
+
"AudioList": {
|
|
4319
|
+
"type": "array",
|
|
4320
|
+
"items": {
|
|
4321
|
+
"type": "object",
|
|
4322
|
+
"properties": {
|
|
4323
|
+
"CustomFileName": {
|
|
4324
|
+
"type": "string",
|
|
4325
|
+
"description": "文件别名(可重复)"
|
|
4326
|
+
},
|
|
4327
|
+
"AudioUrl": {
|
|
4328
|
+
"type": "string",
|
|
4329
|
+
"description": "音频文件链接。(支持mp3和wav格式,文件不超过5MB)"
|
|
4330
|
+
}
|
|
4331
|
+
},
|
|
4332
|
+
"required": [
|
|
4333
|
+
"CustomFileName",
|
|
4334
|
+
"AudioUrl"
|
|
4335
|
+
],
|
|
4336
|
+
"additionalProperties": false
|
|
4337
|
+
},
|
|
4338
|
+
"description": "音频文件列表"
|
|
4339
|
+
}
|
|
4340
|
+
},
|
|
4341
|
+
"required": [
|
|
4342
|
+
"SdkAppId",
|
|
4343
|
+
"AudioList"
|
|
4344
|
+
],
|
|
4345
|
+
"additionalProperties": false
|
|
4346
|
+
}
|
|
4347
|
+
}
|
|
4348
|
+
]
|