Skip to content

Commit 3dcc694

Browse files
release 3.0.1395.1
1 parent 5e3914c commit 3dcc694

File tree

41 files changed

+1337
-611
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+1337
-611
lines changed

SERVICE_CHANGELOG.md

Lines changed: 80 additions & 311 deletions
Large diffs are not rendered by default.

products.md

Lines changed: 16 additions & 16 deletions
Large diffs are not rendered by default.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ exclude = ["tccli/examples"]
77

88
[project]
99
name = "tccli"
10-
version = "3.0.1394.1"
10+
version = "3.0.1395.1"
1111
authors = [
1212
{ name="tencentcloudapi", email="[email protected]" },
1313
]
@@ -24,7 +24,7 @@ classifiers = [
2424
dependencies = [
2525
"jmespath==0.10.0",
2626
"six==1.16.0",
27-
"tencentcloud-sdk-python>=3.0.1394",
27+
"tencentcloud-sdk-python>=3.0.1395",
2828
]
2929

3030
[project.urls]

tccli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '3.0.1394.1'
1+
__version__ = '3.0.1395.1'
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
**Example 1: 获取 AI 会话分析结果**
2+
3+
4+
5+
Input:
6+
7+
```
8+
tccli ccc DescribeAIAnalysisResult --cli-unfold-argument \
9+
--SdkAppId 1400000000 \
10+
--SessionId adcf61b8-dbb9-4c20-87bf-c0744c04bade \
11+
--StartTime 1737350008 \
12+
--EndTime 1737356008
13+
```
14+
15+
Output:
16+
```
17+
{
18+
"Response": {
19+
"RequestId": "xxx-xxx",
20+
"ResultList": [
21+
{
22+
"Type": "summary",
23+
"Result": "会话小结"
24+
},
25+
{
26+
"Type": "mood",
27+
"Result": "中性"
28+
},
29+
{
30+
"Type": "intention",
31+
"Result": "待跟进"
32+
}
33+
]
34+
}
35+
}
36+
```
37+

tccli/examples/ctem/v20231128/DescribeLeakageCodes.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,17 @@ Output:
2727
"Response": {
2828
"List": [
2929
{
30+
"Description": "string",
31+
"HandlingStatus": 0,
32+
"HubName": "string",
3033
"Id": 0,
34+
"Keyword": "string",
35+
"Name": "string",
36+
"Remark": "string",
37+
"RiskLevel": 0,
38+
"Screenshot": "string",
39+
"Source": "string",
40+
"Suggestion": "string",
3141
"Url": "string"
3242
}
3343
],

tccli/examples/ctem/v20231128/DescribeLeakageDatas.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,16 @@ Output:
2727
"Response": {
2828
"List": [
2929
{
30+
"Description": "string",
31+
"HandlingStatus": 0,
3032
"Id": 0,
33+
"Keyword": "string",
34+
"Name": "string",
35+
"Remark": "string",
36+
"RiskLevel": 0,
37+
"Screenshot": "string",
38+
"Source": "string",
39+
"Suggestion": "string",
3140
"Url": "string"
3241
}
3342
],

tccli/examples/ctem/v20231128/DescribeLeakageEmails.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,15 @@ Output:
2727
"Response": {
2828
"List": [
2929
{
30+
"Username": "string",
31+
"HandlingStatus": 0,
3032
"Id": 0,
31-
"Email": "string"
33+
"Keyword": "string",
34+
"Email": "string",
35+
"Remark": "string",
36+
"RiskLevel": 0,
37+
"Source": "string",
38+
"Suggestion": "string"
3239
}
3340
],
3441
"Total": 0,

tccli/examples/ess/v20201111/DescribeUserFlowType.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ Output:
2626
}
2727
```
2828

29-
**Example 2: 查询用户合同类型(不指定查询绑定模版的合同类型**
29+
**Example 2: 查询用户合同类型(不指定查询绑定模板的合同类型**
3030

31-
查询用户合同类型(不指定查询绑定模版的合同类型
31+
查询用户合同类型(不指定查询绑定模板的合同类型
3232

3333
Input:
3434

@@ -55,9 +55,9 @@ Output:
5555
}
5656
```
5757

58-
**Example 3: 查询用户合同类型(指定查询绑定模版的合同类型**
58+
**Example 3: 查询用户合同类型(指定查询绑定模板的合同类型**
5959

60-
查询用户合同类型(指定查询绑定模版的合同类型
60+
查询用户合同类型(指定查询绑定模板的合同类型
6161

6262
Input:
6363

@@ -84,9 +84,9 @@ Output:
8484
}
8585
```
8686

87-
**Example 4: 查询用户合同类型(指定用户模版id**
87+
**Example 4: 查询用户合同类型(指定用户模板id**
8888

89-
查询用户合同类型(指定用户模版id
89+
查询用户合同类型(指定用户模板id
9090

9191
Input:
9292

tccli/examples/iai/v20180301/GetPersonGroupInfo.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ Input:
88
tccli iai GetPersonGroupInfo --cli-unfold-argument \
99
--PersonId 1002 \
1010
--Offset 0 \
11-
--Limit 10 \
12-
--Version 2018-03-01
11+
--Limit 10
1312
```
1413

1514
Output:
@@ -35,14 +34,14 @@ Input:
3534
tccli iai GetPersonGroupInfo --cli-unfold-argument \
3635
--PersonId 2001 \
3736
--Offset 0 \
38-
--Limit 10 \
39-
--Version 2018-03-01
37+
--Limit 10
4038
```
4139

4240
Output:
4341
```
4442
{
4543
"Response": {
44+
"GroupNum": "1",
4645
"PersonGroupInfos": [
4746
{
4847
"GroupId": "ZhuYuanDormitoryNo1",
@@ -54,6 +53,7 @@ Output:
5453
]
5554
}
5655
],
56+
"FaceModelVersion": "3.0",
5757
"RequestId": "671f0a1d-2b35-47c4-b9d1-b18053f71a04"
5858
}
5959
}
@@ -69,14 +69,14 @@ Input:
6969
tccli iai GetPersonGroupInfo --cli-unfold-argument \
7070
--PersonId 1001 \
7171
--Offset 0 \
72-
--Limit 10 \
73-
--Version 2018-03-01
72+
--Limit 10
7473
```
7574

7675
Output:
7776
```
7877
{
7978
"Response": {
79+
"GroupNum": "1",
8080
"PersonGroupInfos": [
8181
{
8282
"GroupId": "TencentShenZhenEmployee",
@@ -87,6 +87,7 @@ Output:
8787
]
8888
}
8989
],
90+
"FaceModelVersion": "3.0",
9091
"RequestId": "b7a505ad-4a85-42da-97b3-886c7999fb76"
9192
}
9293
}

0 commit comments

Comments
 (0)