tencentcloud-sdk-gme 3.0.1139 → 3.0.1161

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: baea8b7164c0fb2014f8747d7ea70539698220f6
4
- data.tar.gz: 7b87f2f53e3459b10c1e380ef50567efa8f77cde
3
+ metadata.gz: 6b1914c1275fe92951603fcd22ccd55eb81bb480
4
+ data.tar.gz: aa35b8e8733ea784a7c9583d1ad2e6fcb65f5d24
5
5
  SHA512:
6
- metadata.gz: 6585e6df66d909a702b7305abf535ffde72b0d8c1020842c7bfb7638656bfc43dae4e70bd47ad44a6a7053f67310279a4b720308aad1cadd4dccd788dc716dea
7
- data.tar.gz: e16e5ec80ffc7707bd99a30b393564f74b5ef6346f352ec7aa35ca58eacf5e80cbfe9ee0553130adb2842be74f07fd465809d3227bc8e1647fb5bbd11d9bba4d
6
+ metadata.gz: 8f15ae6b2ad3a5eeed5b6ee4058e1e2e5d8c1038def4232449a13fe1152bc875fed2c44b291bbd2150439b560df19feff68f54220a35d953f2dc76f41b2837fb
7
+ data.tar.gz: c5a916e1cf3e21ea3a79c2abf84dc5ab76cc973118fa56718c882c88fb1e89c8772341d8b62d5ee5eb2326310e9b002b67876ab3bb7bd06360e6f13d9c15b6eb
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1139
1
+ 3.0.1161
@@ -379,6 +379,30 @@ module TencentCloud
379
379
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
380
380
  end
381
381
 
382
+ # 获审核结果明细(外部API)
383
+
384
+ # @param request: Request instance for DescribeAuditResultExternal.
385
+ # @type request: :class:`Tencentcloud::gme::V20180711::DescribeAuditResultExternalRequest`
386
+ # @rtype: :class:`Tencentcloud::gme::V20180711::DescribeAuditResultExternalResponse`
387
+ def DescribeAuditResultExternal(request)
388
+ body = send_request('DescribeAuditResultExternal', request.serialize)
389
+ response = JSON.parse(body)
390
+ if response['Response'].key?('Error') == false
391
+ model = DescribeAuditResultExternalResponse.new
392
+ model.deserialize(response['Response'])
393
+ model
394
+ else
395
+ code = response['Response']['Error']['Code']
396
+ message = response['Response']['Error']['Message']
397
+ reqid = response['Response']['RequestId']
398
+ raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
399
+ end
400
+ rescue TencentCloud::Common::TencentCloudSDKException => e
401
+ raise e
402
+ rescue StandardError => e
403
+ raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
404
+ end
405
+
382
406
  # 获取用户自定义送检信息。**接口使用前提**:目前 DescribeRealtimeScanConfig 接口通过白名单开放,如需使用,需要 [提交工单申请](https://console.cloud.tencent.com/workorder/category?level1_id=438&level2_id=445&source=0&data_title=%E6%B8%B8%E6%88%8F%E5%A4%9A%E5%AA%92%E4%BD%93%E5%BC%95%E6%93%8EGME&step=1)。
383
407
 
384
408
  # @param request: Request instance for DescribeRealtimeScanConfig.
@@ -879,7 +903,7 @@ module TencentCloud
879
903
 
880
904
  # 启动AI对话任务,AI通道机器人进入GME房间,与房间内指定的成员进行AI对话,适用于智能客服,AI口语教师等场景
881
905
 
882
- # GME AI对话功能内置语音转文本能力,同时提供通道服务,即客户可灵活指定第三方AI模型(LLM)服务和文本转音频(TTS)服务,更多[功能说明](https://cloud.tencent.com/document/product/647/108901)。
906
+ # GME AI对话功能内置语音转文本能力,同时提供通道服务,即客户可灵活指定第三方AI模型(LLM)服务和文本转音频(TTS)服务,更多[功能说明](https://cloud.tencent.com/document/product/647/108901)。
883
907
 
884
908
  # @param request: Request instance for StartAIConversation.
885
909
  # @type request: :class:`Tencentcloud::gme::V20180711::StartAIConversationRequest`
@@ -792,8 +792,7 @@ module TencentCloud
792
792
  # @param UserId: 需要新增送检的用户号。示例:1234
793
793
  # (若UserId不填,则UserIdString必填;两者选其一;两者都填以UserIdString为准)
794
794
  # @type UserId: Integer
795
- # @param UserIdString: 需要新增送检的用户号。示例:"1234"
796
- # (若UserIdString不填,则UserId必填;两者选其一;两者都填以UserIdString为准)
795
+ # @param UserIdString: 需要新增送检的用户号,长度不超过1024字符。示例:"1234"(若UserIdString不填,则UserId必填;两者选其一;两者都填以UserIdString为准)
797
796
  # @type UserIdString: String
798
797
  # @param ExpirationTime: 当前用户送检过期时间,单位:秒。
799
798
  # 若参数不为0,则在过期时间之后,用户不会被送检。
@@ -995,8 +994,7 @@ module TencentCloud
995
994
  # @param UserId: 需要删除送检的用户号。示例:1234
996
995
  # (若UserId不填,则UserIdString必填;两者选其一;两者都填以UserIdString为准)
997
996
  # @type UserId: Integer
998
- # @param UserIdString: 需要删除送检的用户号。示例:"1234"
999
- # (若UserIdString不填,则UserId必填;两者选其一;两者都填以UserIdString为准)
997
+ # @param UserIdString: 需要删除送检的用户号,长度不超过1024字符。示例:"1234"(若UserIdString不填,则UserId必填;两者选其一;两者都填以UserIdString为准)
1000
998
  # @type UserIdString: String
1001
999
 
1002
1000
  attr_accessor :BizId, :UserId, :UserIdString
@@ -1375,6 +1373,33 @@ module TencentCloud
1375
1373
  end
1376
1374
  end
1377
1375
 
1376
+ # DescribeAuditResultExternal请求参数结构体
1377
+ class DescribeAuditResultExternalRequest < TencentCloud::Common::AbstractModel
1378
+
1379
+
1380
+ def initialize()
1381
+ end
1382
+
1383
+ def deserialize(params)
1384
+ end
1385
+ end
1386
+
1387
+ # DescribeAuditResultExternal返回参数结构体
1388
+ class DescribeAuditResultExternalResponse < TencentCloud::Common::AbstractModel
1389
+ # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1390
+ # @type RequestId: String
1391
+
1392
+ attr_accessor :RequestId
1393
+
1394
+ def initialize(requestid=nil)
1395
+ @RequestId = requestid
1396
+ end
1397
+
1398
+ def deserialize(params)
1399
+ @RequestId = params['RequestId']
1400
+ end
1401
+ end
1402
+
1378
1403
  # DescribeRealtimeScanConfig请求参数结构体
1379
1404
  class DescribeRealtimeScanConfigRequest < TencentCloud::Common::AbstractModel
1380
1405
  # @param BizId: 应用ID。
@@ -3197,9 +3222,9 @@ module TencentCloud
3197
3222
  class UpdateScanRoomsRequest < TencentCloud::Common::AbstractModel
3198
3223
  # @param BizId: 应用ID
3199
3224
  # @type BizId: Integer
3200
- # @param RoomIdString: 需要送检的所有房间号。多个房间号之间用","分隔。示例:"0001,0002,0003"
3225
+ # @param RoomIdString: 需要送检的所有房间号。多个房间号之间用","分隔,长度不超过1024字符。示例:"0001,0002,0003"
3201
3226
  # @type RoomIdString: String
3202
- # @param RoomIdRegex: 符合此正则表达式规则的房间号将被送检。示例:^6.*(表示所有以6开头的房间号将被送检)
3227
+ # @param RoomIdRegex: 符合此正则表达式规则的房间号将被送检,最大不能超过10个。示例:^6.*(表示所有以6开头的房间号将被送检)
3203
3228
  # @type RoomIdRegex: Array
3204
3229
 
3205
3230
  attr_accessor :BizId, :RoomIdString, :RoomIdRegex
@@ -3241,9 +3266,9 @@ module TencentCloud
3241
3266
  class UpdateScanUsersRequest < TencentCloud::Common::AbstractModel
3242
3267
  # @param BizId: 应用ID
3243
3268
  # @type BizId: Integer
3244
- # @param UserIdString: 需要送检的所有用户号。多个用户号之间用","分隔。示例:"0001,0002,0003"
3269
+ # @param UserIdString: 需要送检的所有用户号。多个用户号之间用","分隔,长度不超过1024字符。示例:"0001,0002,0003"
3245
3270
  # @type UserIdString: String
3246
- # @param UserIdRegex: 符合此正则表达式规则的用户号将被送检。示例:["^6.*"] 表示所有以6开头的用户号将被送检
3271
+ # @param UserIdRegex: 符合此正则表达式规则的用户号将被送检,最大不能超过10个。示例:["^6.*"] 表示所有以6开头的用户号将被送检
3247
3272
  # @type UserIdRegex: Array
3248
3273
 
3249
3274
  attr_accessor :BizId, :UserIdString, :UserIdRegex
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-gme
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1139
4
+ version: 3.0.1161
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-09-10 00:00:00.000000000 Z
11
+ date: 2025-11-04 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/tencentcloud-sdk-gme.rb
37
- - lib/v20180711/models.rb
38
36
  - lib/v20180711/client.rb
37
+ - lib/v20180711/models.rb
38
+ - lib/tencentcloud-sdk-gme.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: