tencentcloud-sdk-ccc 3.0.1157 → 3.0.1162

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8c75fca742d1e5cffa234f65f3c7199217fe49b5
4
- data.tar.gz: ca7e9e039ffc12b73438c7cac5298322f88e4fb0
3
+ metadata.gz: 9b9a10938f8ff737f41f614ff9a4fecb9ce5976e
4
+ data.tar.gz: b691c32eadb0c25d03d79713e4362562dc6ca933
5
5
  SHA512:
6
- metadata.gz: b04050e83cdaa61412ca7de8380ac7efbaf81a4caa641affcb77fc0713929373705177691f5321afdd1335ba3c68f01b2955f00c6abdb4c01a46bb4562d99a79
7
- data.tar.gz: 94866a18e2cdb00651a95afda8f94732357567c3c62fe1b93a66767df621329a426b7838399a97c7a21c2bdacfac72fd26ed700036a887a6aa12d886f4ec0676
6
+ metadata.gz: adfe53696fb1631c30c44ef385e68787e18f05e93fe214f9288bab7e21917575043926b7fec59bac4fb2b4852dce52083f3521fb8314f89dd17e02702f9441ac
7
+ data.tar.gz: 9758dc96c69b07859c85185e6da7ed7380c0ef39724b912f2afd00a0c8217095db53a7588a0a07593d3a21561198eb4bf68dd9decfbc2a49c2488e5a3fb3f019
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1157
1
+ 3.0.1162
@@ -661,6 +661,30 @@ module TencentCloud
661
661
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
662
662
  end
663
663
 
664
+ # 获取智能体列表
665
+
666
+ # @param request: Request instance for DescribeAIAgentInfoList.
667
+ # @type request: :class:`Tencentcloud::ccc::V20200210::DescribeAIAgentInfoListRequest`
668
+ # @rtype: :class:`Tencentcloud::ccc::V20200210::DescribeAIAgentInfoListResponse`
669
+ def DescribeAIAgentInfoList(request)
670
+ body = send_request('DescribeAIAgentInfoList', request.serialize)
671
+ response = JSON.parse(body)
672
+ if response['Response'].key?('Error') == false
673
+ model = DescribeAIAgentInfoListResponse.new
674
+ model.deserialize(response['Response'])
675
+ model
676
+ else
677
+ code = response['Response']['Error']['Code']
678
+ message = response['Response']['Error']['Message']
679
+ reqid = response['Response']['RequestId']
680
+ raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
681
+ end
682
+ rescue TencentCloud::Common::TencentCloudSDKException => e
683
+ raise e
684
+ rescue StandardError => e
685
+ raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
686
+ end
687
+
664
688
  # 获取 AI 会话分析结果
665
689
 
666
690
  # @param request: Request instance for DescribeAIAnalysisResult.
@@ -17,6 +17,26 @@
17
17
  module TencentCloud
18
18
  module Ccc
19
19
  module V20200210
20
+ # 智能体信息
21
+ class AIAgentInfo < TencentCloud::Common::AbstractModel
22
+ # @param AIAgentId: 智能体ID
23
+ # @type AIAgentId: Integer
24
+ # @param AIAgentName: 智能体名称
25
+ # @type AIAgentName: String
26
+
27
+ attr_accessor :AIAgentId, :AIAgentName
28
+
29
+ def initialize(aiagentid=nil, aiagentname=nil)
30
+ @AIAgentId = aiagentid
31
+ @AIAgentName = aiagentname
32
+ end
33
+
34
+ def deserialize(params)
35
+ @AIAgentId = params['AIAgentId']
36
+ @AIAgentName = params['AIAgentName']
37
+ end
38
+ end
39
+
20
40
  # AI会话分析结果
21
41
  class AIAnalysisResult < TencentCloud::Common::AbstractModel
22
42
  # @param Type: summary: 会话小结
@@ -377,8 +397,8 @@ module TencentCloud
377
397
 
378
398
  attr_accessor :User, :Message, :Timestamp, :Start, :End
379
399
  extend Gem::Deprecate
380
- deprecate :Timestamp, :none, 2025, 10
381
- deprecate :Timestamp=, :none, 2025, 10
400
+ deprecate :Timestamp, :none, 2025, 11
401
+ deprecate :Timestamp=, :none, 2025, 11
382
402
 
383
403
  def initialize(user=nil, message=nil, timestamp=nil, start=nil, _end=nil)
384
404
  @User = user
@@ -599,8 +619,8 @@ module TencentCloud
599
619
 
600
620
  attr_accessor :SdkAppId, :StaffEmail, :SkillGroupList, :StaffSkillGroupList
601
621
  extend Gem::Deprecate
602
- deprecate :SkillGroupList, :none, 2025, 10
603
- deprecate :SkillGroupList=, :none, 2025, 10
622
+ deprecate :SkillGroupList, :none, 2025, 11
623
+ deprecate :SkillGroupList=, :none, 2025, 11
604
624
 
605
625
  def initialize(sdkappid=nil, staffemail=nil, skillgrouplist=nil, staffskillgrouplist=nil)
606
626
  @SdkAppId = sdkappid
@@ -1082,8 +1102,8 @@ module TencentCloud
1082
1102
 
1083
1103
  attr_accessor :SdkAppId, :AIAgentId, :Callee, :Callers, :PromptVariables, :Variables
1084
1104
  extend Gem::Deprecate
1085
- deprecate :PromptVariables, :none, 2025, 10
1086
- deprecate :PromptVariables=, :none, 2025, 10
1105
+ deprecate :PromptVariables, :none, 2025, 11
1106
+ deprecate :PromptVariables=, :none, 2025, 11
1087
1107
 
1088
1108
  def initialize(sdkappid=nil, aiagentid=nil, callee=nil, callers=nil, promptvariables=nil, variables=nil)
1089
1109
  @SdkAppId = sdkappid
@@ -1279,7 +1299,7 @@ module TencentCloud
1279
1299
  # <li>Tencent TTS<br>
1280
1300
  # 配置请参考<a href="https://cloud.tencent.com/document/product/1073/92668#55924b56-1a73-4663-a7a1-a8dd82d6e823" target="_blank">腾讯云TTS文档链接</a></li>
1281
1301
  # </ul>
1282
- # <div><div class="v-md-pre-wrapper copy-code-mode v-md-pre-wrapper- extra-class"><pre class="v-md-prism-"><code>{
1302
+ # <div class="v-md-pre-wrapper copy-code-mode v-md-pre-wrapper- extra-class"><pre class="v-md-prism-"><code>{
1283
1303
  # &quot;TTSType&quot;: &quot;tencent&quot;, // String TTS类型, 目前支持&quot;tencent&quot; 和 “minixmax”, 其他的厂商支持中
1284
1304
  #   &quot;AppId&quot;: &quot;您的应用ID&quot;, // String 必填
1285
1305
  #   &quot;SecretId&quot;: &quot;您的密钥ID&quot;, // String 必填
@@ -1291,12 +1311,11 @@ module TencentCloud
1291
1311
  # &quot;FastVoiceType&quot;: &quot;xxxx&quot; // 可选参数, 快速声音复刻的参数
1292
1312
  #  }
1293
1313
  # </code></pre>
1294
-
1295
- # </div></div><ul>
1314
+ # </div><ul>
1296
1315
  # <li>Minimax TTS<br>
1297
- # 配置请参考<a href="https://platform.minimaxi.com/document/T2A%20V2?key=66719005a427f0c8a5701643" target="_blank">Minimax TTS文档链接</a>。注意Minimax TTS存在频率限制,超频可能会导致回答卡顿,<a href="https://platform.minimaxi.com/document/Rate%20limits?key=66b19417290299a26b234572" target="_blank">Minimax TTS频率限制相关文档链接</a>。</li>
1316
+ # 配置请参考<a href="https://platform.minimaxi.com/document/T2A%20V2?key=66719005a427f0c8a5701643" target="_blank"> Minimax TTS 文档链接</a>。注意 Minimax TTS 存在频率限制,超频可能会导致回答卡顿,<a href="https://platform.minimaxi.com/document/Rate%20limits?key=66b19417290299a26b234572" target="_blank">Minimax TTS频率限制相关文档链接</a>。</li>
1298
1317
  # </ul>
1299
- # <div><div class="v-md-pre-wrapper copy-code-mode v-md-pre-wrapper- extra-class"><pre class="v-md-prism-"><code>{
1318
+ # <div class="v-md-pre-wrapper copy-code-mode v-md-pre-wrapper- extra-class"><pre class="v-md-prism-"><code>{
1300
1319
  # &quot;TTSType&quot;: &quot;minimax&quot;, // String TTS类型,
1301
1320
  # &quot;Model&quot;: &quot;speech-01-turbo&quot;,
1302
1321
  # &quot;APIUrl&quot;: &quot;https://api.minimax.chat/v1/t2a_v2&quot;,
@@ -1306,13 +1325,13 @@ module TencentCloud
1306
1325
  # &quot;Speed&quot;: 1.2
1307
1326
  # }
1308
1327
  # </code></pre>
1309
- # </div></div><ul>
1328
+ # </div><ul>
1310
1329
  # <li>火山 TTS</li>
1311
1330
  # </ul>
1312
1331
  # <p>配置音色类型参考<a href="https://www.volcengine.com/docs/6561/162929" target="_blank">火山TTS文档链接</a><br>
1313
1332
  # 语音合成音色列表–语音技术-火山引擎<br>
1314
1333
  # 大模型语音合成音色列表–语音技术-火山引擎</p>
1315
- # <div><div class="v-md-pre-wrapper copy-code-mode v-md-pre-wrapper- extra-class"><pre class="v-md-prism-"><code>{
1334
+ # <div class="v-md-pre-wrapper copy-code-mode v-md-pre-wrapper- extra-class"><pre class="v-md-prism-"><code>{
1316
1335
  # &quot;TTSType&quot;: &quot;volcengine&quot;, // 必填:String TTS类型
1317
1336
  # &quot;AppId&quot; : &quot;xxxxxxxx&quot;, // 必填:String 火山引擎分配的Appid
1318
1337
  # &quot;Token&quot; : &quot;TY9d4sQXHxxxxxxx&quot;, // 必填: String类型 火山引擎的访问token
@@ -1322,12 +1341,11 @@ module TencentCloud
1322
1341
  # &quot;VoiceType&quot; : &quot;zh_male_aojiaobazong_moon_bigtts&quot; // 音色类型, 默认为大模型语音合成的音色。 如果使用普通语音合成,则需要填写对应的音色类型。 音色类型填写错误会导致没有声音。
1323
1342
  # }
1324
1343
  # </code></pre>
1325
-
1326
- # </div></div><ul>
1344
+ # </div><ul>
1327
1345
  # <li>Azure TTS<br>
1328
1346
  # 配置请参考<a href="https://docs.azure.cn/zh-cn/ai-services/speech-service/speech-synthesis-markup-voice" target="_blank">AzureTTS文档链接</a></li>
1329
1347
  # </ul>
1330
- # <div><div class="v-md-pre-wrapper copy-code-mode v-md-pre-wrapper- extra-class"><pre class="v-md-prism-"><code>{
1348
+ # <div class="v-md-pre-wrapper copy-code-mode v-md-pre-wrapper- extra-class"><pre class="v-md-prism-"><code>{
1331
1349
  # &quot;TTSType&quot;: &quot;azure&quot;, // 必填:String TTS类型
1332
1350
  # &quot;SubscriptionKey&quot;: &quot;xxxxxxxx&quot;, // 必填:String 订阅的Key
1333
1351
  # &quot;Region&quot;: &quot;chinanorth3&quot;, // 必填:String 订阅的地区
@@ -1336,13 +1354,11 @@ module TencentCloud
1336
1354
  # &quot;Rate&quot;: 1 // 选填:float 语速 0.5~2 默认为 1
1337
1355
  # }
1338
1356
  # </code></pre>
1339
-
1340
- # </div></div><ul>
1341
- # <li>自定义</li>
1357
+ # </div><ul>
1358
+ # <li>自定义TTS</li>
1342
1359
  # </ul>
1343
- # <p>TTS<br>
1344
- # 具体协议规范请参考<a href="https://doc.weixin.qq.com/doc/w3_ANQAiAbdAFwHILbJBmtSqSbV1WZ3L?scode=AJEAIQdfAAo5a1xajYANQAiAbdAFw" target="_blank">腾讯文档</a></p>
1345
- # <div><div class="v-md-pre-wrapper copy-code-mode v-md-pre-wrapper- extra-class"><pre class="v-md-prism-"><code>{
1360
+ # <p>具体协议规范请参考<a href="https://doc.weixin.qq.com/doc/w3_ANQAiAbdAFwHILbJBmtSqSbV1WZ3L?scode=AJEAIQdfAAo5a1xajYANQAiAbdAFw" target="_blank">腾讯文档</a></p>
1361
+ # <div class="v-md-pre-wrapper copy-code-mode v-md-pre-wrapper- extra-class"><pre class="v-md-prism-"><code>{
1346
1362
  # &quot;TTSType&quot;: &quot;custom&quot;, // String 必填
1347
1363
  # &quot;APIKey&quot;: &quot;ApiKey&quot;, // String 必填 用来鉴权
1348
1364
  # &quot;APIUrl&quot;: &quot;http://0.0.0.0:8080/stream-audio&quot; // String,必填,TTS API URL
@@ -1351,8 +1367,7 @@ module TencentCloud
1351
1367
  # &quot;AudioChannel&quot;: 1, // Integer,非必填,音频通道数,取值:1 或 2 默认为1
1352
1368
  # }
1353
1369
  # </code></pre>
1354
-
1355
- # </div></div>
1370
+ # </div>
1356
1371
  # @type CustomTTSConfig: String
1357
1372
  # @param PromptVariables: 提示词变量
1358
1373
  # @type PromptVariables: Array
@@ -1377,13 +1392,13 @@ module TencentCloud
1377
1392
  # @param EnableComplianceAudio: 合规提示音,
1378
1393
  # 该参数传true(默认)表示通话开始播放摩斯码,提示对话内容为 AI 生成。
1379
1394
  # 该参数传false表示关闭合规提示音。该参数传false则代表您知晓并同意以下协议:
1380
- # 我方充分知悉和理解,根据[《网络安全法》](https://www.gov.cn/xinwen/2016-11/07/content_5129723.htm)[《互联网信息服务深度合成管理规定》](https://www.gov.cn/zhengce/zhengceku/2022-12/12/content_5731431.htm)[《生成式人工智能服务管理暂行办法》](https://www.gov.cn/zhengce/zhengceku/202307/content_6891752.htm)[《人工智能生成合成内容标识办法》](https://www.gov.cn/zhengce/zhengceku/202503/content_7014286.htm)的法律法规的规定,对人工智能生成合成内容应当添加显式标识和隐式标识。我方基于业务需求,请腾讯云对生成合成内容不添加显式标识,我方承诺合法合规使用生成合成内容,避免造成混淆、误认;如果使用生成合成内容对公众提供服务的,或通过网络传播的,我方将自觉主动添加符合法律规定和国家标准要求的显式标识,承担人工智能生成合成内容标识的法律义务。我方未能恰当、合理地履行人工智能内容标识义务造成不良后果的,或遭受主管部门责罚的,相关责任由我方完全承担。
1395
+ # 我方充分知悉和理解,根据[《网络安全法》](https://www.cac.gov.cn/2016-11/07/c_1119867116.htm)[《互联网信息服务深度合成管理规定》](https://www.gov.cn/zhengce/zhengceku/2022-12/12/content_5731431.htm)[《生成式人工智能服务管理暂行办法》](https://www.gov.cn/zhengce/zhengceku/202307/content_6891752.htm)[《人工智能生成合成内容标识办法》](https://www.gov.cn/zhengce/zhengceku/202503/content_7014286.htm)的法律法规的规定,对人工智能生成合成内容应当添加显式标识和隐式标识。我方基于业务需求,请腾讯云对生成合成内容不添加显式标识,我方承诺合法合规使用生成合成内容,避免造成混淆、误认;如果使用生成合成内容对公众提供服务的,或通过网络传播的,我方将自觉主动添加符合法律规定和国家标准要求的显式标识,承担人工智能生成合成内容标识的法律义务。我方未能恰当、合理地履行人工智能内容标识义务造成不良后果的,或遭受主管部门责罚的,相关责任由我方完全承担。
1381
1396
  # @type EnableComplianceAudio: Boolean
1382
1397
 
1383
1398
  attr_accessor :SdkAppId, :Callee, :LLMType, :APIKey, :APIUrl, :SystemPrompt, :Model, :VoiceType, :Callers, :WelcomeMessage, :WelcomeType, :WelcomeMessagePriority, :MaxDuration, :Languages, :InterruptMode, :InterruptSpeechDuration, :EndFunctionEnable, :EndFunctionDesc, :TransferFunctionEnable, :TransferItems, :NotifyDuration, :NotifyMessage, :NotifyMaxCount, :CustomTTSConfig, :PromptVariables, :VadSilenceTime, :ExtractConfig, :Temperature, :Variables, :TopP, :VadLevel, :ToneWord, :EnableComplianceAudio
1384
1399
  extend Gem::Deprecate
1385
- deprecate :PromptVariables, :none, 2025, 10
1386
- deprecate :PromptVariables=, :none, 2025, 10
1400
+ deprecate :PromptVariables, :none, 2025, 11
1401
+ deprecate :PromptVariables=, :none, 2025, 11
1387
1402
 
1388
1403
  def initialize(sdkappid=nil, callee=nil, llmtype=nil, apikey=nil, apiurl=nil, systemprompt=nil, model=nil, voicetype=nil, callers=nil, welcomemessage=nil, welcometype=nil, welcomemessagepriority=nil, maxduration=nil, languages=nil, interruptmode=nil, interruptspeechduration=nil, endfunctionenable=nil, endfunctiondesc=nil, transferfunctionenable=nil, transferitems=nil, notifyduration=nil, notifymessage=nil, notifymaxcount=nil, customttsconfig=nil, promptvariables=nil, vadsilencetime=nil, extractconfig=nil, temperature=nil, variables=nil, topp=nil, vadlevel=nil, toneword=nil, enablecomplianceaudio=nil)
1389
1404
  @SdkAppId = sdkappid
@@ -1804,8 +1819,8 @@ module TencentCloud
1804
1819
 
1805
1820
  attr_accessor :SdkAppId, :UserId, :Callee, :Caller, :Callers, :IsForceUseMobile, :Uui, :UUI
1806
1821
  extend Gem::Deprecate
1807
- deprecate :Uui, :none, 2025, 10
1808
- deprecate :Uui=, :none, 2025, 10
1822
+ deprecate :Uui, :none, 2025, 11
1823
+ deprecate :Uui=, :none, 2025, 11
1809
1824
 
1810
1825
  def initialize(sdkappid=nil, userid=nil, callee=nil, caller=nil, callers=nil, isforceusemobile=nil, uui=nil)
1811
1826
  @SdkAppId = sdkappid
@@ -2125,7 +2140,7 @@ module TencentCloud
2125
2140
  # @type SkillGroupId: Integer
2126
2141
  # @param Priority: 相同应用内多个任务运行优先级,从高到底 1 - 5
2127
2142
  # @type Priority: Integer
2128
- # @param ExpectedAbandonRate: 预期呼损率,百分比,5 - 50
2143
+ # @param ExpectedAbandonRate: 预期呼损率,百分比,0 - 50
2129
2144
  # @type ExpectedAbandonRate: Integer
2130
2145
  # @param RetryInterval: 呼叫重试间隔时间,单位秒,60 - 86400
2131
2146
  # @type RetryInterval: Integer
@@ -2540,6 +2555,61 @@ module TencentCloud
2540
2555
  end
2541
2556
  end
2542
2557
 
2558
+ # DescribeAIAgentInfoList请求参数结构体
2559
+ class DescribeAIAgentInfoListRequest < TencentCloud::Common::AbstractModel
2560
+ # @param SdkAppId: 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
2561
+ # @type SdkAppId: Integer
2562
+ # @param PageSize: 分页尺寸,上限 100
2563
+ # @type PageSize: Integer
2564
+ # @param PageNumber: 分页页码,从 0 开始
2565
+ # @type PageNumber: Integer
2566
+
2567
+ attr_accessor :SdkAppId, :PageSize, :PageNumber
2568
+
2569
+ def initialize(sdkappid=nil, pagesize=nil, pagenumber=nil)
2570
+ @SdkAppId = sdkappid
2571
+ @PageSize = pagesize
2572
+ @PageNumber = pagenumber
2573
+ end
2574
+
2575
+ def deserialize(params)
2576
+ @SdkAppId = params['SdkAppId']
2577
+ @PageSize = params['PageSize']
2578
+ @PageNumber = params['PageNumber']
2579
+ end
2580
+ end
2581
+
2582
+ # DescribeAIAgentInfoList返回参数结构体
2583
+ class DescribeAIAgentInfoListResponse < TencentCloud::Common::AbstractModel
2584
+ # @param AIAgentInfoList: 智能体信息列表
2585
+ # @type AIAgentInfoList: Array
2586
+ # @param TotalCount: 智能体总数量
2587
+ # @type TotalCount: Integer
2588
+ # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2589
+ # @type RequestId: String
2590
+
2591
+ attr_accessor :AIAgentInfoList, :TotalCount, :RequestId
2592
+
2593
+ def initialize(aiagentinfolist=nil, totalcount=nil, requestid=nil)
2594
+ @AIAgentInfoList = aiagentinfolist
2595
+ @TotalCount = totalcount
2596
+ @RequestId = requestid
2597
+ end
2598
+
2599
+ def deserialize(params)
2600
+ unless params['AIAgentInfoList'].nil?
2601
+ @AIAgentInfoList = []
2602
+ params['AIAgentInfoList'].each do |i|
2603
+ aiagentinfo_tmp = AIAgentInfo.new
2604
+ aiagentinfo_tmp.deserialize(i)
2605
+ @AIAgentInfoList << aiagentinfo_tmp
2606
+ end
2607
+ end
2608
+ @TotalCount = params['TotalCount']
2609
+ @RequestId = params['RequestId']
2610
+ end
2611
+ end
2612
+
2543
2613
  # DescribeAIAnalysisResult请求参数结构体
2544
2614
  class DescribeAIAnalysisResultRequest < TencentCloud::Common::AbstractModel
2545
2615
  # @param SdkAppId: 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
@@ -3211,10 +3281,10 @@ module TencentCloud
3211
3281
 
3212
3282
  attr_accessor :SdkAppId, :InstanceId, :CdrId, :Limit, :Offset, :Order, :SessionId
3213
3283
  extend Gem::Deprecate
3214
- deprecate :InstanceId, :none, 2025, 10
3215
- deprecate :InstanceId=, :none, 2025, 10
3216
- deprecate :CdrId, :none, 2025, 10
3217
- deprecate :CdrId=, :none, 2025, 10
3284
+ deprecate :InstanceId, :none, 2025, 11
3285
+ deprecate :InstanceId=, :none, 2025, 11
3286
+ deprecate :CdrId, :none, 2025, 11
3287
+ deprecate :CdrId=, :none, 2025, 11
3218
3288
 
3219
3289
  def initialize(sdkappid=nil, instanceid=nil, cdrid=nil, limit=nil, offset=nil, order=nil, sessionid=nil)
3220
3290
  @SdkAppId = sdkappid
@@ -3540,8 +3610,8 @@ module TencentCloud
3540
3610
 
3541
3611
  attr_accessor :StartTimestamp, :EndTimestamp, :InstanceId, :SdkAppId, :Limit, :Offset, :Type
3542
3612
  extend Gem::Deprecate
3543
- deprecate :InstanceId, :none, 2025, 10
3544
- deprecate :InstanceId=, :none, 2025, 10
3613
+ deprecate :InstanceId, :none, 2025, 11
3614
+ deprecate :InstanceId=, :none, 2025, 11
3545
3615
 
3546
3616
  def initialize(starttimestamp=nil, endtimestamp=nil, instanceid=nil, sdkappid=nil, limit=nil, offset=nil, type=nil)
3547
3617
  @StartTimestamp = starttimestamp
@@ -3578,8 +3648,8 @@ module TencentCloud
3578
3648
 
3579
3649
  attr_accessor :TotalCount, :IMCdrs, :IMCdrList, :RequestId
3580
3650
  extend Gem::Deprecate
3581
- deprecate :IMCdrs, :none, 2025, 10
3582
- deprecate :IMCdrs=, :none, 2025, 10
3651
+ deprecate :IMCdrs, :none, 2025, 11
3652
+ deprecate :IMCdrs=, :none, 2025, 11
3583
3653
 
3584
3654
  def initialize(totalcount=nil, imcdrs=nil, imcdrlist=nil, requestid=nil)
3585
3655
  @TotalCount = totalcount
@@ -4071,8 +4141,8 @@ module TencentCloud
4071
4141
 
4072
4142
  attr_accessor :TotalCount, :TelCdrs, :TelCdrList, :RequestId
4073
4143
  extend Gem::Deprecate
4074
- deprecate :TelCdrs, :none, 2025, 10
4075
- deprecate :TelCdrs=, :none, 2025, 10
4144
+ deprecate :TelCdrs, :none, 2025, 11
4145
+ deprecate :TelCdrs=, :none, 2025, 11
4076
4146
 
4077
4147
  def initialize(totalcount=nil, telcdrs=nil, telcdrlist=nil, requestid=nil)
4078
4148
  @TotalCount = totalcount
@@ -4564,8 +4634,8 @@ module TencentCloud
4564
4634
 
4565
4635
  attr_accessor :TelCallOutCount, :TelCallInCount, :SeatUsedCount, :VoipCallInCount, :VOIPCallInCount, :AsrOfflineCount, :AsrRealtimeCount, :RequestId
4566
4636
  extend Gem::Deprecate
4567
- deprecate :VoipCallInCount, :none, 2025, 10
4568
- deprecate :VoipCallInCount=, :none, 2025, 10
4637
+ deprecate :VoipCallInCount, :none, 2025, 11
4638
+ deprecate :VoipCallInCount=, :none, 2025, 11
4569
4639
 
4570
4640
  def initialize(telcalloutcount=nil, telcallincount=nil, seatusedcount=nil, voipcallincount=nil, asrofflinecount=nil, asrrealtimecount=nil, requestid=nil)
4571
4641
  @TelCallOutCount = telcalloutcount
@@ -4613,8 +4683,8 @@ module TencentCloud
4613
4683
 
4614
4684
  attr_accessor :StartTimeStamp, :EndTimeStamp, :InstanceId, :Limit, :Offset, :SdkAppId, :PageSize, :PageNumber, :Phones, :SessionIds
4615
4685
  extend Gem::Deprecate
4616
- deprecate :InstanceId, :none, 2025, 10
4617
- deprecate :InstanceId=, :none, 2025, 10
4686
+ deprecate :InstanceId, :none, 2025, 11
4687
+ deprecate :InstanceId=, :none, 2025, 11
4618
4688
 
4619
4689
  def initialize(starttimestamp=nil, endtimestamp=nil, instanceid=nil, limit=nil, offset=nil, sdkappid=nil, pagesize=nil, pagenumber=nil, phones=nil, sessionids=nil)
4620
4690
  @StartTimeStamp = starttimestamp
@@ -4656,8 +4726,8 @@ module TencentCloud
4656
4726
 
4657
4727
  attr_accessor :TotalCount, :TelCdrs, :TelCdrList, :RequestId
4658
4728
  extend Gem::Deprecate
4659
- deprecate :TelCdrs, :none, 2025, 10
4660
- deprecate :TelCdrs=, :none, 2025, 10
4729
+ deprecate :TelCdrs, :none, 2025, 11
4730
+ deprecate :TelCdrs=, :none, 2025, 11
4661
4731
 
4662
4732
  def initialize(totalcount=nil, telcdrs=nil, telcdrlist=nil, requestid=nil)
4663
4733
  @TotalCount = totalcount
@@ -6384,10 +6454,10 @@ module TencentCloud
6384
6454
 
6385
6455
  attr_accessor :Name, :Mail, :Phone, :Nick, :StaffNumber, :RoleId, :RoleIdList, :RoleList, :SkillGroupList, :LastModifyTimestamp, :ExtensionNumber, :ForwardingConfig
6386
6456
  extend Gem::Deprecate
6387
- deprecate :RoleId, :none, 2025, 10
6388
- deprecate :RoleId=, :none, 2025, 10
6389
- deprecate :RoleIdList, :none, 2025, 10
6390
- deprecate :RoleIdList=, :none, 2025, 10
6457
+ deprecate :RoleId, :none, 2025, 11
6458
+ deprecate :RoleId=, :none, 2025, 11
6459
+ deprecate :RoleIdList, :none, 2025, 11
6460
+ deprecate :RoleIdList=, :none, 2025, 11
6391
6461
 
6392
6462
  def initialize(name=nil, mail=nil, phone=nil, nick=nil, staffnumber=nil, roleid=nil, roleidlist=nil, rolelist=nil, skillgrouplist=nil, lastmodifytimestamp=nil, extensionnumber=nil, forwardingconfig=nil)
6393
6463
  @Name = name
@@ -6799,8 +6869,8 @@ module TencentCloud
6799
6869
 
6800
6870
  attr_accessor :Caller, :Callee, :Time, :Direction, :CallType, :Duration, :RecordURL, :RecordId, :SeatUser, :EndStatus, :SkillGroup, :CallerLocation, :IVRDuration, :RingTimestamp, :AcceptTimestamp, :EndedTimestamp, :IVRKeyPressed, :HungUpSide, :ServeParticipants, :SkillGroupId, :EndStatusString, :StartTimestamp, :QueuedTimestamp, :PostIVRKeyPressed, :QueuedSkillGroupId, :SessionId, :ProtectedCaller, :ProtectedCallee, :Uui, :UUI, :IVRKeyPressedEx, :AsrUrl, :AsrStatus, :CustomRecordURL, :Remark, :QueuedSkillGroupName, :VoicemailRecordURL, :VoicemailAsrURL
6801
6871
  extend Gem::Deprecate
6802
- deprecate :Uui, :none, 2025, 10
6803
- deprecate :Uui=, :none, 2025, 10
6872
+ deprecate :Uui, :none, 2025, 11
6873
+ deprecate :Uui=, :none, 2025, 11
6804
6874
 
6805
6875
  def initialize(caller=nil, callee=nil, time=nil, direction=nil, calltype=nil, duration=nil, recordurl=nil, recordid=nil, seatuser=nil, endstatus=nil, skillgroup=nil, callerlocation=nil, ivrduration=nil, ringtimestamp=nil, accepttimestamp=nil, endedtimestamp=nil, ivrkeypressed=nil, hungupside=nil, serveparticipants=nil, skillgroupid=nil, endstatusstring=nil, starttimestamp=nil, queuedtimestamp=nil, postivrkeypressed=nil, queuedskillgroupid=nil, sessionid=nil, protectedcaller=nil, protectedcallee=nil, uui=nil, ivrkeypressedex=nil, asrurl=nil, asrstatus=nil, customrecordurl=nil, remark=nil, queuedskillgroupname=nil, voicemailrecordurl=nil, voicemailasrurl=nil)
6806
6876
  @Caller = caller
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-ccc
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1157
4
+ version: 3.0.1162
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-10-20 00:00:00.000000000 Z
11
+ date: 2025-11-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,9 +33,9 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - lib/v20200210/models.rb
37
- - lib/v20200210/client.rb
38
36
  - lib/tencentcloud-sdk-ccc.rb
37
+ - lib/v20200210/client.rb
38
+ - lib/v20200210/models.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: