tencentcloud-sdk-python-tdai 3.1.18__tar.gz → 3.1.20__tar.gz
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.
- {tencentcloud_sdk_python_tdai-3.1.18 → tencentcloud_sdk_python_tdai-3.1.20}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_tdai-3.1.18 → tencentcloud_sdk_python_tdai-3.1.20}/setup.py +1 -1
- {tencentcloud_sdk_python_tdai-3.1.18 → tencentcloud_sdk_python_tdai-3.1.20}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_tdai-3.1.18 → tencentcloud_sdk_python_tdai-3.1.20}/tencentcloud/tdai/v20250717/models.py +115 -0
- {tencentcloud_sdk_python_tdai-3.1.18 → tencentcloud_sdk_python_tdai-3.1.20}/tencentcloud_sdk_python_tdai.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_tdai-3.1.20/tencentcloud_sdk_python_tdai.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_tdai-3.1.18/tencentcloud_sdk_python_tdai.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_tdai-3.1.18 → tencentcloud_sdk_python_tdai-3.1.20}/README.rst +0 -0
- {tencentcloud_sdk_python_tdai-3.1.18 → tencentcloud_sdk_python_tdai-3.1.20}/setup.cfg +0 -0
- {tencentcloud_sdk_python_tdai-3.1.18 → tencentcloud_sdk_python_tdai-3.1.20}/tencentcloud/tdai/__init__.py +0 -0
- {tencentcloud_sdk_python_tdai-3.1.18 → tencentcloud_sdk_python_tdai-3.1.20}/tencentcloud/tdai/v20250717/__init__.py +0 -0
- {tencentcloud_sdk_python_tdai-3.1.18 → tencentcloud_sdk_python_tdai-3.1.20}/tencentcloud/tdai/v20250717/errorcodes.py +0 -0
- {tencentcloud_sdk_python_tdai-3.1.18 → tencentcloud_sdk_python_tdai-3.1.20}/tencentcloud/tdai/v20250717/tdai_client.py +0 -0
- {tencentcloud_sdk_python_tdai-3.1.18 → tencentcloud_sdk_python_tdai-3.1.20}/tencentcloud/tdai/v20250717/tdai_client_async.py +0 -0
- {tencentcloud_sdk_python_tdai-3.1.18 → tencentcloud_sdk_python_tdai-3.1.20}/tencentcloud_sdk_python_tdai.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_tdai-3.1.18 → tencentcloud_sdk_python_tdai-3.1.20}/tencentcloud_sdk_python_tdai.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_tdai-3.1.18 → tencentcloud_sdk_python_tdai-3.1.20}/tencentcloud_sdk_python_tdai.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-tdai
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.20
|
|
4
4
|
Summary: Tencent Cloud Tdai SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.20
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-tdai',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.20,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Tdai SDK for Python',
|
|
@@ -1494,13 +1494,53 @@ class DescribeAgentDutyTasksRequest(AbstractModel):
|
|
|
1494
1494
|
|
|
1495
1495
|
def __init__(self):
|
|
1496
1496
|
r"""
|
|
1497
|
+
:param _InstanceId: agent实例ID
|
|
1498
|
+
:type InstanceId: str
|
|
1499
|
+
:param _ChatId: 会话ID
|
|
1500
|
+
:type ChatId: str
|
|
1497
1501
|
:param _Offset: 查询开始位置
|
|
1498
1502
|
:type Offset: int
|
|
1499
1503
|
:param _Limit: 列表查询数量
|
|
1500
1504
|
:type Limit: int
|
|
1505
|
+
:param _StartTime: 任务启动时间
|
|
1506
|
+
:type StartTime: str
|
|
1507
|
+
:param _EndTime: 任务结束时间
|
|
1508
|
+
:type EndTime: str
|
|
1509
|
+
:param _AgentTaskType: 任务类型
|
|
1510
|
+
:type AgentTaskType: str
|
|
1511
|
+
:param _Parameters: 业务参数
|
|
1512
|
+
:type Parameters: list of Parameter
|
|
1501
1513
|
"""
|
|
1514
|
+
self._InstanceId = None
|
|
1515
|
+
self._ChatId = None
|
|
1502
1516
|
self._Offset = None
|
|
1503
1517
|
self._Limit = None
|
|
1518
|
+
self._StartTime = None
|
|
1519
|
+
self._EndTime = None
|
|
1520
|
+
self._AgentTaskType = None
|
|
1521
|
+
self._Parameters = None
|
|
1522
|
+
|
|
1523
|
+
@property
|
|
1524
|
+
def InstanceId(self):
|
|
1525
|
+
r"""agent实例ID
|
|
1526
|
+
:rtype: str
|
|
1527
|
+
"""
|
|
1528
|
+
return self._InstanceId
|
|
1529
|
+
|
|
1530
|
+
@InstanceId.setter
|
|
1531
|
+
def InstanceId(self, InstanceId):
|
|
1532
|
+
self._InstanceId = InstanceId
|
|
1533
|
+
|
|
1534
|
+
@property
|
|
1535
|
+
def ChatId(self):
|
|
1536
|
+
r"""会话ID
|
|
1537
|
+
:rtype: str
|
|
1538
|
+
"""
|
|
1539
|
+
return self._ChatId
|
|
1540
|
+
|
|
1541
|
+
@ChatId.setter
|
|
1542
|
+
def ChatId(self, ChatId):
|
|
1543
|
+
self._ChatId = ChatId
|
|
1504
1544
|
|
|
1505
1545
|
@property
|
|
1506
1546
|
def Offset(self):
|
|
@@ -1524,10 +1564,65 @@ class DescribeAgentDutyTasksRequest(AbstractModel):
|
|
|
1524
1564
|
def Limit(self, Limit):
|
|
1525
1565
|
self._Limit = Limit
|
|
1526
1566
|
|
|
1567
|
+
@property
|
|
1568
|
+
def StartTime(self):
|
|
1569
|
+
r"""任务启动时间
|
|
1570
|
+
:rtype: str
|
|
1571
|
+
"""
|
|
1572
|
+
return self._StartTime
|
|
1573
|
+
|
|
1574
|
+
@StartTime.setter
|
|
1575
|
+
def StartTime(self, StartTime):
|
|
1576
|
+
self._StartTime = StartTime
|
|
1577
|
+
|
|
1578
|
+
@property
|
|
1579
|
+
def EndTime(self):
|
|
1580
|
+
r"""任务结束时间
|
|
1581
|
+
:rtype: str
|
|
1582
|
+
"""
|
|
1583
|
+
return self._EndTime
|
|
1584
|
+
|
|
1585
|
+
@EndTime.setter
|
|
1586
|
+
def EndTime(self, EndTime):
|
|
1587
|
+
self._EndTime = EndTime
|
|
1588
|
+
|
|
1589
|
+
@property
|
|
1590
|
+
def AgentTaskType(self):
|
|
1591
|
+
r"""任务类型
|
|
1592
|
+
:rtype: str
|
|
1593
|
+
"""
|
|
1594
|
+
return self._AgentTaskType
|
|
1595
|
+
|
|
1596
|
+
@AgentTaskType.setter
|
|
1597
|
+
def AgentTaskType(self, AgentTaskType):
|
|
1598
|
+
self._AgentTaskType = AgentTaskType
|
|
1599
|
+
|
|
1600
|
+
@property
|
|
1601
|
+
def Parameters(self):
|
|
1602
|
+
r"""业务参数
|
|
1603
|
+
:rtype: list of Parameter
|
|
1604
|
+
"""
|
|
1605
|
+
return self._Parameters
|
|
1606
|
+
|
|
1607
|
+
@Parameters.setter
|
|
1608
|
+
def Parameters(self, Parameters):
|
|
1609
|
+
self._Parameters = Parameters
|
|
1610
|
+
|
|
1527
1611
|
|
|
1528
1612
|
def _deserialize(self, params):
|
|
1613
|
+
self._InstanceId = params.get("InstanceId")
|
|
1614
|
+
self._ChatId = params.get("ChatId")
|
|
1529
1615
|
self._Offset = params.get("Offset")
|
|
1530
1616
|
self._Limit = params.get("Limit")
|
|
1617
|
+
self._StartTime = params.get("StartTime")
|
|
1618
|
+
self._EndTime = params.get("EndTime")
|
|
1619
|
+
self._AgentTaskType = params.get("AgentTaskType")
|
|
1620
|
+
if params.get("Parameters") is not None:
|
|
1621
|
+
self._Parameters = []
|
|
1622
|
+
for item in params.get("Parameters"):
|
|
1623
|
+
obj = Parameter()
|
|
1624
|
+
obj._deserialize(item)
|
|
1625
|
+
self._Parameters.append(obj)
|
|
1531
1626
|
memeber_set = set(params.keys())
|
|
1532
1627
|
for name, value in vars(self).items():
|
|
1533
1628
|
property_name = name[1:]
|
|
@@ -1547,10 +1642,13 @@ class DescribeAgentDutyTasksResponse(AbstractModel):
|
|
|
1547
1642
|
r"""
|
|
1548
1643
|
:param _TotalCount: 查询结果总数量
|
|
1549
1644
|
:type TotalCount: int
|
|
1645
|
+
:param _DutyTasks: 任务详细信息
|
|
1646
|
+
:type DutyTasks: list of AgentDutyTask
|
|
1550
1647
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1551
1648
|
:type RequestId: str
|
|
1552
1649
|
"""
|
|
1553
1650
|
self._TotalCount = None
|
|
1651
|
+
self._DutyTasks = None
|
|
1554
1652
|
self._RequestId = None
|
|
1555
1653
|
|
|
1556
1654
|
@property
|
|
@@ -1564,6 +1662,17 @@ class DescribeAgentDutyTasksResponse(AbstractModel):
|
|
|
1564
1662
|
def TotalCount(self, TotalCount):
|
|
1565
1663
|
self._TotalCount = TotalCount
|
|
1566
1664
|
|
|
1665
|
+
@property
|
|
1666
|
+
def DutyTasks(self):
|
|
1667
|
+
r"""任务详细信息
|
|
1668
|
+
:rtype: list of AgentDutyTask
|
|
1669
|
+
"""
|
|
1670
|
+
return self._DutyTasks
|
|
1671
|
+
|
|
1672
|
+
@DutyTasks.setter
|
|
1673
|
+
def DutyTasks(self, DutyTasks):
|
|
1674
|
+
self._DutyTasks = DutyTasks
|
|
1675
|
+
|
|
1567
1676
|
@property
|
|
1568
1677
|
def RequestId(self):
|
|
1569
1678
|
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -1578,6 +1687,12 @@ class DescribeAgentDutyTasksResponse(AbstractModel):
|
|
|
1578
1687
|
|
|
1579
1688
|
def _deserialize(self, params):
|
|
1580
1689
|
self._TotalCount = params.get("TotalCount")
|
|
1690
|
+
if params.get("DutyTasks") is not None:
|
|
1691
|
+
self._DutyTasks = []
|
|
1692
|
+
for item in params.get("DutyTasks"):
|
|
1693
|
+
obj = AgentDutyTask()
|
|
1694
|
+
obj._deserialize(item)
|
|
1695
|
+
self._DutyTasks.append(obj)
|
|
1581
1696
|
self._RequestId = params.get("RequestId")
|
|
1582
1697
|
|
|
1583
1698
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-tdai
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.20
|
|
4
4
|
Summary: Tencent Cloud Tdai SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.20
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.20
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.18
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|