tencentcloud-sdk-python-ccc 3.0.1230__tar.gz → 3.0.1241__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-ccc-3.0.1230 → tencentcloud-sdk-python-ccc-3.0.1241}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-ccc-3.0.1230 → tencentcloud-sdk-python-ccc-3.0.1241}/setup.py +1 -1
- {tencentcloud-sdk-python-ccc-3.0.1230 → tencentcloud-sdk-python-ccc-3.0.1241}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-ccc-3.0.1230 → tencentcloud-sdk-python-ccc-3.0.1241}/tencentcloud/ccc/v20200210/ccc_client.py +23 -0
- {tencentcloud-sdk-python-ccc-3.0.1230 → tencentcloud-sdk-python-ccc-3.0.1241}/tencentcloud/ccc/v20200210/models.py +331 -0
- {tencentcloud-sdk-python-ccc-3.0.1230 → tencentcloud-sdk-python-ccc-3.0.1241}/tencentcloud_sdk_python_ccc.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-ccc-3.0.1241/tencentcloud_sdk_python_ccc.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-ccc-3.0.1230/tencentcloud_sdk_python_ccc.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-ccc-3.0.1230 → tencentcloud-sdk-python-ccc-3.0.1241}/README.rst +0 -0
- {tencentcloud-sdk-python-ccc-3.0.1230 → tencentcloud-sdk-python-ccc-3.0.1241}/setup.cfg +0 -0
- {tencentcloud-sdk-python-ccc-3.0.1230 → tencentcloud-sdk-python-ccc-3.0.1241}/tencentcloud/ccc/__init__.py +0 -0
- {tencentcloud-sdk-python-ccc-3.0.1230 → tencentcloud-sdk-python-ccc-3.0.1241}/tencentcloud/ccc/v20200210/__init__.py +0 -0
- {tencentcloud-sdk-python-ccc-3.0.1230 → tencentcloud-sdk-python-ccc-3.0.1241}/tencentcloud/ccc/v20200210/errorcodes.py +0 -0
- {tencentcloud-sdk-python-ccc-3.0.1230 → tencentcloud-sdk-python-ccc-3.0.1241}/tencentcloud_sdk_python_ccc.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-ccc-3.0.1230 → tencentcloud-sdk-python-ccc-3.0.1241}/tencentcloud_sdk_python_ccc.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-ccc-3.0.1230 → tencentcloud-sdk-python-ccc-3.0.1241}/tencentcloud_sdk_python_ccc.egg-info/top_level.txt +0 -0
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-ccc',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common==3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1241"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Ccc SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -95,6 +95,29 @@ class CccClient(AbstractClient):
|
|
|
95
95
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
96
96
|
|
|
97
97
|
|
|
98
|
+
def CreateAICall(self, request):
|
|
99
|
+
"""创建ai外呼会话(仅支持高级版座席)
|
|
100
|
+
|
|
101
|
+
:param request: Request instance for CreateAICall.
|
|
102
|
+
:type request: :class:`tencentcloud.ccc.v20200210.models.CreateAICallRequest`
|
|
103
|
+
:rtype: :class:`tencentcloud.ccc.v20200210.models.CreateAICallResponse`
|
|
104
|
+
|
|
105
|
+
"""
|
|
106
|
+
try:
|
|
107
|
+
params = request._serialize()
|
|
108
|
+
headers = request.headers
|
|
109
|
+
body = self.call("CreateAICall", params, headers=headers)
|
|
110
|
+
response = json.loads(body)
|
|
111
|
+
model = models.CreateAICallResponse()
|
|
112
|
+
model._deserialize(response["Response"])
|
|
113
|
+
return model
|
|
114
|
+
except Exception as e:
|
|
115
|
+
if isinstance(e, TencentCloudSDKException):
|
|
116
|
+
raise
|
|
117
|
+
else:
|
|
118
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
119
|
+
|
|
120
|
+
|
|
98
121
|
def CreateAdminURL(self, request):
|
|
99
122
|
"""创建管理端访问链接
|
|
100
123
|
|
|
@@ -1495,6 +1495,325 @@ class CompanyStateInfo(AbstractModel):
|
|
|
1495
1495
|
|
|
1496
1496
|
|
|
1497
1497
|
|
|
1498
|
+
class CreateAICallRequest(AbstractModel):
|
|
1499
|
+
"""CreateAICall请求参数结构体
|
|
1500
|
+
|
|
1501
|
+
"""
|
|
1502
|
+
|
|
1503
|
+
def __init__(self):
|
|
1504
|
+
r"""
|
|
1505
|
+
:param _SdkAppId: 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
|
|
1506
|
+
:type SdkAppId: int
|
|
1507
|
+
:param _Callee: 被叫
|
|
1508
|
+
:type Callee: str
|
|
1509
|
+
:param _SystemPrompt: 用于设定AI座席人设、说话规则、任务等的全局提示词。
|
|
1510
|
+
:type SystemPrompt: str
|
|
1511
|
+
:param _LLMType: LLM类型
|
|
1512
|
+
:type LLMType: str
|
|
1513
|
+
:param _Model: 模型(当前仅支持openai协议的模型)
|
|
1514
|
+
:type Model: str
|
|
1515
|
+
:param _APIKey: API密钥
|
|
1516
|
+
:type APIKey: str
|
|
1517
|
+
:param _APIUrl: API URL,仅支持兼容openai协议的模型,填写url时后缀不要带/chat/completions
|
|
1518
|
+
:type APIUrl: str
|
|
1519
|
+
:param _VoiceType: 音色,目前仅支持以下音色:
|
|
1520
|
+
汉语:
|
|
1521
|
+
ZhiMei:智美,客服女声
|
|
1522
|
+
ZhiXi: 智希 通用女声
|
|
1523
|
+
ZhiQi:智琪 客服女声
|
|
1524
|
+
ZhiTian:智甜 女童声
|
|
1525
|
+
AiXiaoJing:爱小静 对话女声
|
|
1526
|
+
|
|
1527
|
+
英语:
|
|
1528
|
+
WeRose:英文女声
|
|
1529
|
+
Monika:英文女声
|
|
1530
|
+
|
|
1531
|
+
日语:
|
|
1532
|
+
Nanami
|
|
1533
|
+
|
|
1534
|
+
韩语:
|
|
1535
|
+
SunHi
|
|
1536
|
+
|
|
1537
|
+
印度尼西亚语(印度尼西亚):
|
|
1538
|
+
Gadis
|
|
1539
|
+
|
|
1540
|
+
马来语(马来西亚):
|
|
1541
|
+
Yasmin
|
|
1542
|
+
|
|
1543
|
+
泰米尔语(马来西亚):
|
|
1544
|
+
Kani
|
|
1545
|
+
|
|
1546
|
+
泰语(泰国):
|
|
1547
|
+
Achara
|
|
1548
|
+
|
|
1549
|
+
越南语(越南):
|
|
1550
|
+
HoaiMy
|
|
1551
|
+
|
|
1552
|
+
|
|
1553
|
+
:type VoiceType: str
|
|
1554
|
+
:param _Callers: 主叫号码列表
|
|
1555
|
+
:type Callers: list of str
|
|
1556
|
+
:param _WelcomeMessage: 用于设定AI座席欢迎语。
|
|
1557
|
+
:type WelcomeMessage: str
|
|
1558
|
+
:param _WelcomeType: 0:使用welcomeMessage(为空时,被叫先说话;不为空时,机器人先说话)
|
|
1559
|
+
1: 使用ai根据prompt自动生成welcomeMessage并先说话
|
|
1560
|
+
:type WelcomeType: int
|
|
1561
|
+
:param _MaxDuration: 最大等待时长(毫秒),默认60秒,超过这个时间用户没说话,自动挂断
|
|
1562
|
+
:type MaxDuration: int
|
|
1563
|
+
:param _Languages: 语音识别支持的语言, 默认是"zh" 中文,
|
|
1564
|
+
填写数组,最长4个语言,第一个语言为主要识别语言,后面为可选语言,
|
|
1565
|
+
注意:主要语言为中国方言时,可选语言无效
|
|
1566
|
+
目前全量支持的语言如下,等号左面是语言英文名,右面是Language字段需要填写的值,该值遵循ISO639:
|
|
1567
|
+
1. Chinese = "zh" # 中文
|
|
1568
|
+
2. Chinese_TW = "zh-TW" # 中国台湾
|
|
1569
|
+
3. Chinese_DIALECT = "zh-dialect" # 中国方言
|
|
1570
|
+
4. English = "en" # 英语
|
|
1571
|
+
5. Vietnamese = "vi" # 越南语
|
|
1572
|
+
6. Japanese = "ja" # 日语
|
|
1573
|
+
7. Korean = "ko" # 汉语
|
|
1574
|
+
8. Indonesia = "id" # 印度尼西亚语
|
|
1575
|
+
9. Thai = "th" # 泰语
|
|
1576
|
+
10. Portuguese = "pt" # 葡萄牙语
|
|
1577
|
+
11. Turkish = "tr" # 土耳其语
|
|
1578
|
+
12. Arabic = "ar" # 阿拉伯语
|
|
1579
|
+
13. Spanish = "es" # 西班牙语
|
|
1580
|
+
14. Hindi = "hi" # 印地语
|
|
1581
|
+
15. French = "fr" # 法语
|
|
1582
|
+
16. Malay = "ms" # 马来语
|
|
1583
|
+
17. Filipino = "fil" # 菲律宾语
|
|
1584
|
+
18. German = "de" # 德语
|
|
1585
|
+
19. Italian = "it" # 意大利语
|
|
1586
|
+
20. Russian = "ru" # 俄语
|
|
1587
|
+
:type Languages: list of str
|
|
1588
|
+
:param _InterruptMode: 打断AI说话模式,默认为0,0表示服务端自动打断,1表示服务端不打断,由端上发送打断信令进行打断
|
|
1589
|
+
:type InterruptMode: int
|
|
1590
|
+
:param _InterruptSpeechDuration: InterruptMode为0时使用,单位为毫秒,默认为500ms。表示服务端检测到持续InterruptSpeechDuration毫秒的人声则进行打断。
|
|
1591
|
+
:type InterruptSpeechDuration: int
|
|
1592
|
+
:param _EndFunctionEnable: 模型是否支持(或者开启)call_end function calling
|
|
1593
|
+
:type EndFunctionEnable: bool
|
|
1594
|
+
:param _EndFunctionDesc: EndFunctionEnable为true时生效;call_end function calling的desc,默认为 "End the call when user has to leave (like says bye) or you are instructed to do so."
|
|
1595
|
+
:type EndFunctionDesc: str
|
|
1596
|
+
"""
|
|
1597
|
+
self._SdkAppId = None
|
|
1598
|
+
self._Callee = None
|
|
1599
|
+
self._SystemPrompt = None
|
|
1600
|
+
self._LLMType = None
|
|
1601
|
+
self._Model = None
|
|
1602
|
+
self._APIKey = None
|
|
1603
|
+
self._APIUrl = None
|
|
1604
|
+
self._VoiceType = None
|
|
1605
|
+
self._Callers = None
|
|
1606
|
+
self._WelcomeMessage = None
|
|
1607
|
+
self._WelcomeType = None
|
|
1608
|
+
self._MaxDuration = None
|
|
1609
|
+
self._Languages = None
|
|
1610
|
+
self._InterruptMode = None
|
|
1611
|
+
self._InterruptSpeechDuration = None
|
|
1612
|
+
self._EndFunctionEnable = None
|
|
1613
|
+
self._EndFunctionDesc = None
|
|
1614
|
+
|
|
1615
|
+
@property
|
|
1616
|
+
def SdkAppId(self):
|
|
1617
|
+
return self._SdkAppId
|
|
1618
|
+
|
|
1619
|
+
@SdkAppId.setter
|
|
1620
|
+
def SdkAppId(self, SdkAppId):
|
|
1621
|
+
self._SdkAppId = SdkAppId
|
|
1622
|
+
|
|
1623
|
+
@property
|
|
1624
|
+
def Callee(self):
|
|
1625
|
+
return self._Callee
|
|
1626
|
+
|
|
1627
|
+
@Callee.setter
|
|
1628
|
+
def Callee(self, Callee):
|
|
1629
|
+
self._Callee = Callee
|
|
1630
|
+
|
|
1631
|
+
@property
|
|
1632
|
+
def SystemPrompt(self):
|
|
1633
|
+
return self._SystemPrompt
|
|
1634
|
+
|
|
1635
|
+
@SystemPrompt.setter
|
|
1636
|
+
def SystemPrompt(self, SystemPrompt):
|
|
1637
|
+
self._SystemPrompt = SystemPrompt
|
|
1638
|
+
|
|
1639
|
+
@property
|
|
1640
|
+
def LLMType(self):
|
|
1641
|
+
return self._LLMType
|
|
1642
|
+
|
|
1643
|
+
@LLMType.setter
|
|
1644
|
+
def LLMType(self, LLMType):
|
|
1645
|
+
self._LLMType = LLMType
|
|
1646
|
+
|
|
1647
|
+
@property
|
|
1648
|
+
def Model(self):
|
|
1649
|
+
return self._Model
|
|
1650
|
+
|
|
1651
|
+
@Model.setter
|
|
1652
|
+
def Model(self, Model):
|
|
1653
|
+
self._Model = Model
|
|
1654
|
+
|
|
1655
|
+
@property
|
|
1656
|
+
def APIKey(self):
|
|
1657
|
+
return self._APIKey
|
|
1658
|
+
|
|
1659
|
+
@APIKey.setter
|
|
1660
|
+
def APIKey(self, APIKey):
|
|
1661
|
+
self._APIKey = APIKey
|
|
1662
|
+
|
|
1663
|
+
@property
|
|
1664
|
+
def APIUrl(self):
|
|
1665
|
+
return self._APIUrl
|
|
1666
|
+
|
|
1667
|
+
@APIUrl.setter
|
|
1668
|
+
def APIUrl(self, APIUrl):
|
|
1669
|
+
self._APIUrl = APIUrl
|
|
1670
|
+
|
|
1671
|
+
@property
|
|
1672
|
+
def VoiceType(self):
|
|
1673
|
+
return self._VoiceType
|
|
1674
|
+
|
|
1675
|
+
@VoiceType.setter
|
|
1676
|
+
def VoiceType(self, VoiceType):
|
|
1677
|
+
self._VoiceType = VoiceType
|
|
1678
|
+
|
|
1679
|
+
@property
|
|
1680
|
+
def Callers(self):
|
|
1681
|
+
return self._Callers
|
|
1682
|
+
|
|
1683
|
+
@Callers.setter
|
|
1684
|
+
def Callers(self, Callers):
|
|
1685
|
+
self._Callers = Callers
|
|
1686
|
+
|
|
1687
|
+
@property
|
|
1688
|
+
def WelcomeMessage(self):
|
|
1689
|
+
return self._WelcomeMessage
|
|
1690
|
+
|
|
1691
|
+
@WelcomeMessage.setter
|
|
1692
|
+
def WelcomeMessage(self, WelcomeMessage):
|
|
1693
|
+
self._WelcomeMessage = WelcomeMessage
|
|
1694
|
+
|
|
1695
|
+
@property
|
|
1696
|
+
def WelcomeType(self):
|
|
1697
|
+
return self._WelcomeType
|
|
1698
|
+
|
|
1699
|
+
@WelcomeType.setter
|
|
1700
|
+
def WelcomeType(self, WelcomeType):
|
|
1701
|
+
self._WelcomeType = WelcomeType
|
|
1702
|
+
|
|
1703
|
+
@property
|
|
1704
|
+
def MaxDuration(self):
|
|
1705
|
+
return self._MaxDuration
|
|
1706
|
+
|
|
1707
|
+
@MaxDuration.setter
|
|
1708
|
+
def MaxDuration(self, MaxDuration):
|
|
1709
|
+
self._MaxDuration = MaxDuration
|
|
1710
|
+
|
|
1711
|
+
@property
|
|
1712
|
+
def Languages(self):
|
|
1713
|
+
return self._Languages
|
|
1714
|
+
|
|
1715
|
+
@Languages.setter
|
|
1716
|
+
def Languages(self, Languages):
|
|
1717
|
+
self._Languages = Languages
|
|
1718
|
+
|
|
1719
|
+
@property
|
|
1720
|
+
def InterruptMode(self):
|
|
1721
|
+
return self._InterruptMode
|
|
1722
|
+
|
|
1723
|
+
@InterruptMode.setter
|
|
1724
|
+
def InterruptMode(self, InterruptMode):
|
|
1725
|
+
self._InterruptMode = InterruptMode
|
|
1726
|
+
|
|
1727
|
+
@property
|
|
1728
|
+
def InterruptSpeechDuration(self):
|
|
1729
|
+
return self._InterruptSpeechDuration
|
|
1730
|
+
|
|
1731
|
+
@InterruptSpeechDuration.setter
|
|
1732
|
+
def InterruptSpeechDuration(self, InterruptSpeechDuration):
|
|
1733
|
+
self._InterruptSpeechDuration = InterruptSpeechDuration
|
|
1734
|
+
|
|
1735
|
+
@property
|
|
1736
|
+
def EndFunctionEnable(self):
|
|
1737
|
+
return self._EndFunctionEnable
|
|
1738
|
+
|
|
1739
|
+
@EndFunctionEnable.setter
|
|
1740
|
+
def EndFunctionEnable(self, EndFunctionEnable):
|
|
1741
|
+
self._EndFunctionEnable = EndFunctionEnable
|
|
1742
|
+
|
|
1743
|
+
@property
|
|
1744
|
+
def EndFunctionDesc(self):
|
|
1745
|
+
return self._EndFunctionDesc
|
|
1746
|
+
|
|
1747
|
+
@EndFunctionDesc.setter
|
|
1748
|
+
def EndFunctionDesc(self, EndFunctionDesc):
|
|
1749
|
+
self._EndFunctionDesc = EndFunctionDesc
|
|
1750
|
+
|
|
1751
|
+
|
|
1752
|
+
def _deserialize(self, params):
|
|
1753
|
+
self._SdkAppId = params.get("SdkAppId")
|
|
1754
|
+
self._Callee = params.get("Callee")
|
|
1755
|
+
self._SystemPrompt = params.get("SystemPrompt")
|
|
1756
|
+
self._LLMType = params.get("LLMType")
|
|
1757
|
+
self._Model = params.get("Model")
|
|
1758
|
+
self._APIKey = params.get("APIKey")
|
|
1759
|
+
self._APIUrl = params.get("APIUrl")
|
|
1760
|
+
self._VoiceType = params.get("VoiceType")
|
|
1761
|
+
self._Callers = params.get("Callers")
|
|
1762
|
+
self._WelcomeMessage = params.get("WelcomeMessage")
|
|
1763
|
+
self._WelcomeType = params.get("WelcomeType")
|
|
1764
|
+
self._MaxDuration = params.get("MaxDuration")
|
|
1765
|
+
self._Languages = params.get("Languages")
|
|
1766
|
+
self._InterruptMode = params.get("InterruptMode")
|
|
1767
|
+
self._InterruptSpeechDuration = params.get("InterruptSpeechDuration")
|
|
1768
|
+
self._EndFunctionEnable = params.get("EndFunctionEnable")
|
|
1769
|
+
self._EndFunctionDesc = params.get("EndFunctionDesc")
|
|
1770
|
+
memeber_set = set(params.keys())
|
|
1771
|
+
for name, value in vars(self).items():
|
|
1772
|
+
property_name = name[1:]
|
|
1773
|
+
if property_name in memeber_set:
|
|
1774
|
+
memeber_set.remove(property_name)
|
|
1775
|
+
if len(memeber_set) > 0:
|
|
1776
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
1777
|
+
|
|
1778
|
+
|
|
1779
|
+
|
|
1780
|
+
class CreateAICallResponse(AbstractModel):
|
|
1781
|
+
"""CreateAICall返回参数结构体
|
|
1782
|
+
|
|
1783
|
+
"""
|
|
1784
|
+
|
|
1785
|
+
def __init__(self):
|
|
1786
|
+
r"""
|
|
1787
|
+
:param _SessionId: 新创建的会话 ID
|
|
1788
|
+
:type SessionId: str
|
|
1789
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1790
|
+
:type RequestId: str
|
|
1791
|
+
"""
|
|
1792
|
+
self._SessionId = None
|
|
1793
|
+
self._RequestId = None
|
|
1794
|
+
|
|
1795
|
+
@property
|
|
1796
|
+
def SessionId(self):
|
|
1797
|
+
return self._SessionId
|
|
1798
|
+
|
|
1799
|
+
@SessionId.setter
|
|
1800
|
+
def SessionId(self, SessionId):
|
|
1801
|
+
self._SessionId = SessionId
|
|
1802
|
+
|
|
1803
|
+
@property
|
|
1804
|
+
def RequestId(self):
|
|
1805
|
+
return self._RequestId
|
|
1806
|
+
|
|
1807
|
+
@RequestId.setter
|
|
1808
|
+
def RequestId(self, RequestId):
|
|
1809
|
+
self._RequestId = RequestId
|
|
1810
|
+
|
|
1811
|
+
|
|
1812
|
+
def _deserialize(self, params):
|
|
1813
|
+
self._SessionId = params.get("SessionId")
|
|
1814
|
+
self._RequestId = params.get("RequestId")
|
|
1815
|
+
|
|
1816
|
+
|
|
1498
1817
|
class CreateAdminURLRequest(AbstractModel):
|
|
1499
1818
|
"""CreateAdminURL请求参数结构体
|
|
1500
1819
|
|
|
@@ -7399,6 +7718,8 @@ class IMCdrInfo(AbstractModel):
|
|
|
7399
7718
|
:param _Satisfaction: 满意度
|
|
7400
7719
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
7401
7720
|
:type Satisfaction: :class:`tencentcloud.ccc.v20200210.models.IMSatisfaction`
|
|
7721
|
+
:param _ClientUserId: 用户ID
|
|
7722
|
+
:type ClientUserId: str
|
|
7402
7723
|
"""
|
|
7403
7724
|
self._Id = None
|
|
7404
7725
|
self._Duration = None
|
|
@@ -7411,6 +7732,7 @@ class IMCdrInfo(AbstractModel):
|
|
|
7411
7732
|
self._SkillGroupId = None
|
|
7412
7733
|
self._SkillGroupName = None
|
|
7413
7734
|
self._Satisfaction = None
|
|
7735
|
+
self._ClientUserId = None
|
|
7414
7736
|
|
|
7415
7737
|
@property
|
|
7416
7738
|
def Id(self):
|
|
@@ -7500,6 +7822,14 @@ class IMCdrInfo(AbstractModel):
|
|
|
7500
7822
|
def Satisfaction(self, Satisfaction):
|
|
7501
7823
|
self._Satisfaction = Satisfaction
|
|
7502
7824
|
|
|
7825
|
+
@property
|
|
7826
|
+
def ClientUserId(self):
|
|
7827
|
+
return self._ClientUserId
|
|
7828
|
+
|
|
7829
|
+
@ClientUserId.setter
|
|
7830
|
+
def ClientUserId(self, ClientUserId):
|
|
7831
|
+
self._ClientUserId = ClientUserId
|
|
7832
|
+
|
|
7503
7833
|
|
|
7504
7834
|
def _deserialize(self, params):
|
|
7505
7835
|
self._Id = params.get("Id")
|
|
@@ -7515,6 +7845,7 @@ class IMCdrInfo(AbstractModel):
|
|
|
7515
7845
|
if params.get("Satisfaction") is not None:
|
|
7516
7846
|
self._Satisfaction = IMSatisfaction()
|
|
7517
7847
|
self._Satisfaction._deserialize(params.get("Satisfaction"))
|
|
7848
|
+
self._ClientUserId = params.get("ClientUserId")
|
|
7518
7849
|
memeber_set = set(params.keys())
|
|
7519
7850
|
for name, value in vars(self).items():
|
|
7520
7851
|
property_name = name[1:]
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1241
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1230
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|