tencentcloud-sdk-ccc 3.0.487 → 3.0.488

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 77cb7448fb40e0784504932e087424083eba4363
4
- data.tar.gz: 25208cfadf34b9ebf684b8e794f18d3269081436
3
+ metadata.gz: 80171d858fc6426120eecbcb6d853428f0c9bf76
4
+ data.tar.gz: 23e32cc8b5c6b117384c485136c8d655b2537f71
5
5
  SHA512:
6
- metadata.gz: 279c494f71c1b6aef6b2d45b145972d79d69b4876d3b4f873902cac11e23204bf91467f0a75b9fea6653cad520110c9c8e4ef6e6a856322d212ac67235bb441d
7
- data.tar.gz: b0b37d1aee8807c03bb65ca9d19230a61674b77d3eac28dca64e151d699406e4ce634c716bc56b30b81d01a0e3ccbd8daf212c355ff4e4fdc722d9b576b67870
6
+ metadata.gz: 00afedda320ae7419454cf35b82d061ae7f8713dfa5042be787895435d5e5a043398f5c42392540e3f8354345634b7c277a5a91302acaa29173cc1f495608675
7
+ data.tar.gz: 3e7bb6f2a1eb1120eb0be2a722c5fb0fd29564bbaeba1c0b43ac311d2345e426fce0e9b0f44f5cd0670903d806f5aa5f90327465a818c175861000b792222a8e
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.487
1
+ 3.0.488
@@ -437,7 +437,9 @@ module TencentCloud
437
437
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
438
438
  end
439
439
 
440
- # 包括具体聊天内容
440
+ # 获取指定服务记录文本聊天内容,需要先使用查询在线客服记录(DescribeIMCdrs) API 获取服务记录 SessionId。
441
+
442
+ # 文本聊天记录只保存了 1 年内的,1 年之前会自动清理。
441
443
 
442
444
  # @param request: Request instance for DescribeChatMessages.
443
445
  # @type request: :class:`Tencentcloud::ccc::V20200210::DescribeChatMessagesRequest`
@@ -509,7 +511,7 @@ module TencentCloud
509
511
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
510
512
  end
511
513
 
512
- # 包括全媒体和文本两种类型
514
+ # 获取包括全媒体和文本会话两种类型的服务记录。
513
515
 
514
516
  # @param request: Request instance for DescribeIMCdrs.
515
517
  # @type request: :class:`Tencentcloud::ccc::V20200210::DescribeIMCdrsRequest`
@@ -1226,15 +1226,15 @@ module TencentCloud
1226
1226
  # @type InstanceId: Integer
1227
1227
  # @param SdkAppId: 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
1228
1228
  # @type SdkAppId: Integer
1229
- # @param CdrId: 服务记录ID
1229
+ # @param CdrId: 服务记录ID(废弃)
1230
1230
  # @type CdrId: String
1231
- # @param Limit: 返回记录条数 最大为100默认20
1231
+ # @param Limit: 返回记录条数,最大为100 默认20
1232
1232
  # @type Limit: Integer
1233
- # @param Offset: 返回记录偏移 默认为0
1233
+ # @param Offset: 返回记录偏移,默认为 0
1234
1234
  # @type Offset: Integer
1235
1235
  # @param Order: 1为从早到晚,2为从晚到早,默认为2
1236
1236
  # @type Order: Integer
1237
- # @param SessionId: 服务记录SessionID
1237
+ # @param SessionId: 服务记录 SessionID(必填)
1238
1238
  # @type SessionId: String
1239
1239
 
1240
1240
  attr_accessor :InstanceId, :SdkAppId, :CdrId, :Limit, :Offset, :Order, :SessionId
@@ -1417,17 +1417,17 @@ module TencentCloud
1417
1417
 
1418
1418
  # DescribeIMCdrs请求参数结构体
1419
1419
  class DescribeIMCdrsRequest < TencentCloud::Common::AbstractModel
1420
- # @param StartTimestamp: 起始时间
1420
+ # @param StartTimestamp: 起始时间(必填),Unix 秒级时间戳
1421
1421
  # @type StartTimestamp: Integer
1422
- # @param EndTimestamp: 结束时间
1422
+ # @param EndTimestamp: 结束时间(必填),Unix 秒级时间戳
1423
1423
  # @type EndTimestamp: Integer
1424
1424
  # @param InstanceId: 实例 ID(废弃)
1425
1425
  # @type InstanceId: Integer
1426
1426
  # @param SdkAppId: 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
1427
1427
  # @type SdkAppId: Integer
1428
- # @param Limit: 返回记录条数 最大为100默认20
1428
+ # @param Limit: 返回记录条数,最大为100默认20
1429
1429
  # @type Limit: Integer
1430
- # @param Offset: 返回记录偏移 默认为0
1430
+ # @param Offset: 返回记录偏移,默认为 0
1431
1431
  # @type Offset: Integer
1432
1432
  # @param Type: 1为全媒体,2为文本客服,不填则查询全部
1433
1433
  # @type Type: Integer
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.487
4
+ version: 3.0.488
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-01-05 00:00:00.000000000 Z
11
+ date: 2023-01-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common