tencentcloud-sdk-ccc 3.0.867 → 3.0.869
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20200210/models.rb +7 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bc123c6766947fca140a40c1b3c02a10a8e88514
|
|
4
|
+
data.tar.gz: e0c5f4605f7086bda1e0337d48ed12f274798f96
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 228a9f11f14b44eaf1a3183e316eb2572e10214b599eb2d9016b48651b237d6396aa5495d6321ea4e5c1b97cb408b246dc6b205b6bd15b80341a473f5044eea3
|
|
7
|
+
data.tar.gz: f7a1fad382f59553c360e8407699e5bd93e577cf85335086cc9b5e3d25a9184bdf0cddba15669a9bf74545a94d396a3d6f9715ea0cdf30c5f5861fd4c8ddfbb7
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.869
|
data/lib/v20200210/models.rb
CHANGED
|
@@ -152,7 +152,12 @@ module TencentCloud
|
|
|
152
152
|
# @type NotAfter: Integer
|
|
153
153
|
# @param IvrId: 任务使用的IvrId
|
|
154
154
|
# @type IvrId: Integer
|
|
155
|
-
# @param State:
|
|
155
|
+
# @param State: 任务状态:
|
|
156
|
+
# 0初始:任务创建,呼叫未开始
|
|
157
|
+
# 1运行中
|
|
158
|
+
# 2 已完成:任务中所有呼叫完成
|
|
159
|
+
# 3结束中:任务到期,但仍有部分呼叫未结束
|
|
160
|
+
# 4已结束:任务到期终止
|
|
156
161
|
# @type State: Integer
|
|
157
162
|
# @param TaskId: 任务Id
|
|
158
163
|
# @type TaskId: Integer
|
|
@@ -2919,7 +2924,7 @@ module TencentCloud
|
|
|
2919
2924
|
# @type StaffList: Array
|
|
2920
2925
|
# @param GroupIdList: 筛选技能组ID列表
|
|
2921
2926
|
# @type GroupIdList: Array
|
|
2922
|
-
# @param StatusList: 筛选坐席状态列表
|
|
2927
|
+
# @param StatusList: 筛选坐席状态列表 座席状态 free 示闲 | busy 忙碌 | rest 小休 | notReady 示忙 | afterCallWork 话后调整 | offline 离线
|
|
2923
2928
|
# @type StatusList: Array
|
|
2924
2929
|
|
|
2925
2930
|
attr_accessor :SdkAppId, :StaffList, :GroupIdList, :StatusList
|
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.
|
|
4
|
+
version: 3.0.869
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-07-
|
|
11
|
+
date: 2024-07-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|