tencentcloud-sdk-python-ccc 3.1.135__tar.gz → 3.1.151__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.
Files changed (17) hide show
  1. {tencentcloud_sdk_python_ccc-3.1.135 → tencentcloud_sdk_python_ccc-3.1.151}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_ccc-3.1.135 → tencentcloud_sdk_python_ccc-3.1.151}/setup.py +1 -1
  3. {tencentcloud_sdk_python_ccc-3.1.135 → tencentcloud_sdk_python_ccc-3.1.151}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_ccc-3.1.135 → tencentcloud_sdk_python_ccc-3.1.151}/tencentcloud/ccc/v20200210/models.py +213 -426
  5. {tencentcloud_sdk_python_ccc-3.1.135 → tencentcloud_sdk_python_ccc-3.1.151}/tencentcloud_sdk_python_ccc.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_ccc-3.1.151/tencentcloud_sdk_python_ccc.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_ccc-3.1.135/tencentcloud_sdk_python_ccc.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_ccc-3.1.135 → tencentcloud_sdk_python_ccc-3.1.151}/README.rst +0 -0
  9. {tencentcloud_sdk_python_ccc-3.1.135 → tencentcloud_sdk_python_ccc-3.1.151}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_ccc-3.1.135 → tencentcloud_sdk_python_ccc-3.1.151}/tencentcloud/ccc/__init__.py +0 -0
  11. {tencentcloud_sdk_python_ccc-3.1.135 → tencentcloud_sdk_python_ccc-3.1.151}/tencentcloud/ccc/v20200210/__init__.py +0 -0
  12. {tencentcloud_sdk_python_ccc-3.1.135 → tencentcloud_sdk_python_ccc-3.1.151}/tencentcloud/ccc/v20200210/ccc_client.py +0 -0
  13. {tencentcloud_sdk_python_ccc-3.1.135 → tencentcloud_sdk_python_ccc-3.1.151}/tencentcloud/ccc/v20200210/ccc_client_async.py +0 -0
  14. {tencentcloud_sdk_python_ccc-3.1.135 → tencentcloud_sdk_python_ccc-3.1.151}/tencentcloud/ccc/v20200210/errorcodes.py +0 -0
  15. {tencentcloud_sdk_python_ccc-3.1.135 → tencentcloud_sdk_python_ccc-3.1.151}/tencentcloud_sdk_python_ccc.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_ccc-3.1.135 → tencentcloud_sdk_python_ccc-3.1.151}/tencentcloud_sdk_python_ccc.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_ccc-3.1.135 → tencentcloud_sdk_python_ccc-3.1.151}/tencentcloud_sdk_python_ccc.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-ccc
3
- Version: 3.1.135
3
+ Version: 3.1.151
4
4
  Summary: Tencent Cloud Ccc 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.135
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.151
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-ccc',
11
- install_requires=["tencentcloud-sdk-python-common>=3.1.135,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.151,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Ccc SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.135'
17
+ __version__ = '3.1.151'
@@ -3736,258 +3736,94 @@ class CreateAICallRequest(AbstractModel):
3736
3736
 
3737
3737
  def __init__(self):
3738
3738
  r"""
3739
- :param _SdkAppId: 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
3739
+ :param _SdkAppId: <p>应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc</p>
3740
3740
  :type SdkAppId: int
3741
- :param _Callee: 被叫号码
3741
+ :param _Callee: <p>被叫号码</p>
3742
3742
  :type Callee: str
3743
- :param _LLMType: 模型接口协议类型,目前兼容四种协议类型:
3744
-
3745
- - OpenAI协议(包括GPT、混元、DeepSeek等):"openai"
3746
- - Azure协议:"azure"
3747
- - Minimax协议:"minimax"
3748
- - Dify协议: "dify"
3743
+ :param _LLMType: <p>模型接口协议类型,目前兼容四种协议类型:</p><ul><li>OpenAI协议(包括GPT、混元、DeepSeek等):&quot;openai&quot;</li><li>Azure协议:&quot;azure&quot;</li><li>Minimax协议:&quot;minimax&quot;</li><li>Dify协议: &quot;dify&quot;</li></ul>
3749
3744
  :type LLMType: str
3750
- :param _APIKey: 模型API密钥,获取鉴权信息方式请参见各模型官网
3751
-
3752
- - OpenAI协议:[GPT](https://help.openai.com/en/articles/4936850-where-do-i-find-my-openai-api-key),[混元](https://cloud.tencent.com/document/product/1729/111008),[DeepSeek](https://api-docs.deepseek.com/zh-cn/);
3753
-
3754
- - Azure协议:[Azure GPT](https://learn.microsoft.com/en-us/azure/ai-services/openai/chatgpt-quickstart?tabs=command-line%2Ctypescript%2Cpython-new&pivots=programming-language-studio#key-settings);
3755
-
3756
- - Minimax:[Minimax](https://platform.minimaxi.com/document/Fast%20access?key=66701cf51d57f38758d581b2)
3745
+ :param _APIKey: <p>模型API密钥,获取鉴权信息方式请参见各模型官网</p><ul><li><p>OpenAI协议:<a href="https://help.openai.com/en/articles/4936850-where-do-i-find-my-openai-api-key">GPT</a>,<a href="https://cloud.tencent.com/document/product/1729/111008">混元</a>,<a href="https://api-docs.deepseek.com/zh-cn/">DeepSeek</a>;</p></li><li><p>Azure协议:<a href="https://learn.microsoft.com/en-us/azure/ai-services/openai/chatgpt-quickstart?tabs=command-line%2Ctypescript%2Cpython-new&amp;pivots=programming-language-studio#key-settings">Azure GPT</a>;</p></li><li><p>Minimax:<a href="https://platform.minimaxi.com/document/Fast%20access?key=66701cf51d57f38758d581b2">Minimax</a></p></li></ul>
3757
3746
  :type APIKey: str
3758
- :param _APIUrl: 模型接口地址
3759
-
3760
- - OpenAI协议
3761
- GPT:"https://api.openai.com/v1/"
3762
- 混元:"https://api.hunyuan.cloud.tencent.com/v1"
3763
- Deepseek:"https://api.deepseek.com/v1"
3764
-
3765
- - Azure协议
3766
- "https://{your-resource-name}.openai.azure.com?api-version={api-version}"
3767
-
3768
- - Minimax协议
3769
- "https://api.minimax.chat/v1"
3747
+ :param _APIUrl: <p>模型接口地址</p><ul><li><p>OpenAI协议<br>GPT:&quot;https://api.openai.com/v1/&quot;<br>混元:&quot;https://api.hunyuan.cloud.tencent.com/v1&quot;<br>Deepseek:&quot;https://api.deepseek.com/v1&quot;</p></li><li><p>Azure协议<br>&quot;https://{your-resource-name}.openai.azure.com?api-version={api-version}&quot;</p></li><li><p>Minimax协议<br>&quot;https://api.minimax.chat/v1&quot;</p></li></ul>
3770
3748
  :type APIUrl: str
3771
- :param _SystemPrompt: 用于设定AI人设、说话规则、任务等的全局提示词。示例:## 人设您是人民医院友善、和蔼的随访医生李医生,正在给患者小明的家长打电话,原因是医院要求小明2024-08-08回院复查手术恢复情况,但小明没有来。您需要按照任务流程对小明家长进行电话随访调查。## 要求简洁回复:使用简练语言,每次最多询问一个问题,不要在一个回复中询问多个问题。富有变化:尽量使表达富有变化,表达机械重复。自然亲切:使用日常语言,尽量显得专业并亲切。提到时间时使用口语表述,如下周三、6月18日。积极主动:尝试引导对话,每个回复通常以问题或下一步建议来结尾。询问清楚:如果对方部分回答了您的问题,或者回答很模糊,请通过追问来确保回答的完整明确。遵循任务:当对方的回答偏离了您的任务时,及时引导对方回到任务中。不要从头开始重复,从偏离的地方继续询问。诚实可靠:对于客户的提问,如果不确定请务必不要编造,礼貌告知对方不清楚。不要捏造患者未提及的症状史、用药史、治疗史。其他注意点:避免提到病情恶化、恢复不理想或疾病名称等使用会使患者感到紧张的表述。不要问患者已经直接或间接回答过的问题,例如患者已经说没有不适症状,那就不要再问手术部位是否有红肿疼痛症状的问题。##任务: 1.自我介绍您是人民医院负责随访的李医生,并说明致电的目的。2.询问被叫方是否是小明家长。 - 如果不是小明家长,请礼貌表达歉意,并使用 call_end 挂断电话。- 如果小明家长没空,请礼貌告诉对方稍后会重新致电,并使用 end_call 挂断电话。3.询问小明出院后水肿情况如何,较出院时是否有变化。- 如果水肿变严重,直接跳转步骤7。4.询问出院后是否给小朋友量过体温,是否出现过发烧情况。- 如果没有量过体温,请礼貌告诉家长出院后三个月内需要每天观察体温。- 如果出现过发烧,请直接跳转步骤7。5.询问出院后是否给小朋友按时服药。- 如果没有按时服药,请友善提醒家长严格按医嘱服用药物,避免影响手术效果。6.询问小朋友在饮食上是否做到低盐低脂,适量吃优质蛋白如鸡蛋、牛奶、瘦肉等。- 如果没有做到,请友善提醒家长低盐低脂和优质蛋白有助小朋友尽快恢复。7.告知家长医生要求6月18日回院复查,但没看到有相关复诊记录。提醒家长尽快前往医院体检复查血化验、尿常规。8.询问家长是否有问题需要咨询,如果没有请礼貌道别并用call_end挂断电话。
3749
+ :param _SystemPrompt: <p>用于设定AI人设、说话规则、任务等的全局提示词。示例:## 人设您是人民医院友善、和蔼的随访医生李医生,正在给患者小明的家长打电话,原因是医院要求小明2024-08-08回院复查手术恢复情况,但小明没有来。您需要按照任务流程对小明家长进行电话随访调查。## 要求简洁回复:使用简练语言,每次最多询问一个问题,不要在一个回复中询问多个问题。富有变化:尽量使表达富有变化,表达机械重复。自然亲切:使用日常语言,尽量显得专业并亲切。提到时间时使用口语表述,如下周三、6月18日。积极主动:尝试引导对话,每个回复通常以问题或下一步建议来结尾。询问清楚:如果对方部分回答了您的问题,或者回答很模糊,请通过追问来确保回答的完整明确。遵循任务:当对方的回答偏离了您的任务时,及时引导对方回到任务中。不要从头开始重复,从偏离的地方继续询问。诚实可靠:对于客户的提问,如果不确定请务必不要编造,礼貌告知对方不清楚。不要捏造患者未提及的症状史、用药史、治疗史。其他注意点:避免提到病情恶化、恢复不理想或疾病名称等使用会使患者感到紧张的表述。不要问患者已经直接或间接回答过的问题,例如患者已经说没有不适症状,那就不要再问手术部位是否有红肿疼痛症状的问题。##任务: 1.自我介绍您是人民医院负责随访的李医生,并说明致电的目的。2.询问被叫方是否是小明家长。 - 如果不是小明家长,请礼貌表达歉意,并使用 call_end 挂断电话。- 如果小明家长没空,请礼貌告诉对方稍后会重新致电,并使用 end_call 挂断电话。3.询问小明出院后水肿情况如何,较出院时是否有变化。- 如果水肿变严重,直接跳转步骤7。4.询问出院后是否给小朋友量过体温,是否出现过发烧情况。- 如果没有量过体温,请礼貌告诉家长出院后三个月内需要每天观察体温。- 如果出现过发烧,请直接跳转步骤7。5.询问出院后是否给小朋友按时服药。- 如果没有按时服药,请友善提醒家长严格按医嘱服用药物,避免影响手术效果。6.询问小朋友在饮食上是否做到低盐低脂,适量吃优质蛋白如鸡蛋、牛奶、瘦肉等。- 如果没有做到,请友善提醒家长低盐低脂和优质蛋白有助小朋友尽快恢复。7.告知家长医生要求6月18日回院复查,但没看到有相关复诊记录。提醒家长尽快前往医院体检复查血化验、尿常规。8.询问家长是否有问题需要咨询,如果没有请礼貌道别并用call_end挂断电话。</p>
3772
3750
  :type SystemPrompt: str
3773
- :param _Model: 模型名称,如
3774
-
3775
- - OpenAI协议
3776
- "gpt-4o-mini","gpt-4o","hunyuan-standard", "hunyuan-turbo","deepseek-chat";
3777
-
3778
- - Azure协议
3779
- "gpt-4o-mini", "gpt-4o";
3780
-
3781
- - Minmax协议
3782
- "deepseek-chat".
3751
+ :param _Model: <p>模型名称,如</p><ul><li><p>OpenAI协议<br>&quot;gpt-4o-mini&quot;,&quot;gpt-4o&quot;,&quot;hunyuan-standard&quot;, &quot;hunyuan-turbo&quot;,&quot;deepseek-chat&quot;;</p></li><li><p>Azure协议<br>&quot;gpt-4o-mini&quot;, &quot;gpt-4o&quot;;</p></li><li><p>Minmax协议<br>&quot;deepseek-chat&quot;.</p></li></ul>
3783
3752
  :type Model: str
3784
- :param _VoiceType: 默认提供以下音色参数值可选择,如需自定义音色VoiceType请留空并在参数CustomTTSConfig中配置
3785
-
3786
- 汉语:
3787
- ZhiMei:智美,客服女声
3788
- ZhiXi: 智希 通用女声
3789
- ZhiQi:智琪 客服女声
3790
- ZhiTian:智甜 女童声
3791
- AiXiaoJing:爱小静 对话女声
3792
-
3793
- 英语:
3794
- WeRose:英文女声
3795
- Monika:英文女声
3796
-
3797
- 日语:
3798
- Nanami
3799
-
3800
- 韩语:
3801
- SunHi
3802
-
3803
- 印度尼西亚语(印度尼西亚):
3804
- Gadis
3805
-
3806
- 马来语(马来西亚):
3807
- Yasmin
3808
-
3809
- 泰米尔语(马来西亚):
3810
- Kani
3811
-
3812
- 泰语(泰国):
3813
- Achara
3814
-
3815
- 越南语(越南):
3816
- HoaiMy
3817
-
3818
-
3753
+ :param _VoiceType: <p>默认提供以下音色参数值可选择,如需自定义音色VoiceType请留空并在参数CustomTTSConfig中配置</p><p>汉语:<br>ZhiMei:智美,客服女声<br>ZhiXi: 智希 通用女声<br>ZhiQi:智琪 客服女声<br>ZhiTian:智甜 女童声<br>AiXiaoJing:爱小静 对话女声</p><p>英语:<br>WeRose:英文女声<br>Monika:英文女声</p><p>日语:<br>Nanami</p><p>韩语:<br>SunHi</p><p>印度尼西亚语(印度尼西亚):<br>Gadis</p><p>马来语(马来西亚):<br>Yasmin</p><p> 泰米尔语(马来西亚):<br>Kani</p><p>泰语(泰国):<br>Achara</p><p>越南语(越南):<br>HoaiMy</p>
3819
3754
  :type VoiceType: str
3820
- :param _Callers: 主叫号码列表
3755
+ :param _Callers: <p>主叫号码列表</p>
3821
3756
  :type Callers: list of str
3822
- :param _WelcomeMessage: 用于设定AI座席欢迎语。
3757
+ :param _WelcomeMessage: <p>用于设定AI座席欢迎语。</p>
3823
3758
  :type WelcomeMessage: str
3824
- :param _WelcomeType: 0:使用welcomeMessage(为空时,被叫先说话;不为空时,机器人先说话)
3825
- 1: 使用ai根据prompt自动生成welcomeMessage并先说话
3759
+ :param _WelcomeType: <p>0:使用welcomeMessage(为空时,被叫先说话;不为空时,机器人先说话)<br>1: 使用ai根据prompt自动生成welcomeMessage并先说话</p>
3826
3760
  :type WelcomeType: int
3827
- :param _WelcomeMessagePriority: 0: 默认可打断, 2:高优先不可打断
3761
+ :param _WelcomeMessagePriority: <p>0: 默认可打断, 2:高优先不可打断</p>
3828
3762
  :type WelcomeMessagePriority: int
3829
- :param _MaxDuration: 最大等待时长(毫秒),默认60秒,超过这个时间用户没说话,自动挂断
3763
+ :param _MaxDuration: <p>最大等待时长(毫秒),默认60秒,超过这个时间用户没说话,自动挂断</p>
3830
3764
  :type MaxDuration: int
3831
- :param _Languages: 语音识别支持的语言, 默认是"zh" 中文,
3832
- 填写数组,最长4个语言,第一个语言为主要识别语言,后面为可选语言,
3833
- 注意:主要语言为中国方言时,可选语言无效
3834
- 目前全量支持的语言如下,等号左面是语言英文名,右面是Language字段需要填写的值,该值遵循ISO639:
3835
- 1. Chinese = "zh" # 中文
3836
- 2. Chinese_TW = "zh-TW" # 中国台湾
3837
- 3. Chinese_DIALECT = "zh-dialect" # 中国方言
3838
- 4. English = "en" # 英语
3839
- 5. Vietnamese = "vi" # 越南语
3840
- 6. Japanese = "ja" # 日语
3841
- 7. Korean = "ko" # 汉语
3842
- 8. Indonesia = "id" # 印度尼西亚语
3843
- 9. Thai = "th" # 泰语
3844
- 10. Portuguese = "pt" # 葡萄牙语
3845
- 11. Turkish = "tr" # 土耳其语
3846
- 12. Arabic = "ar" # 阿拉伯语
3847
- 13. Spanish = "es" # 西班牙语
3848
- 14. Hindi = "hi" # 印地语
3849
- 15. French = "fr" # 法语
3850
- 16. Malay = "ms" # 马来语
3851
- 17. Filipino = "fil" # 菲律宾语
3852
- 18. German = "de" # 德语
3853
- 19. Italian = "it" # 意大利语
3854
- 20. Russian = "ru" # 俄语
3765
+ :param _Languages: <p>语音识别支持的语言, 默认是&quot;zh&quot; 中文,<br>填写数组,最长4个语言,第一个语言为主要识别语言,后面为可选语言,<br>注意:主要语言为中国方言时,可选语言无效<br>目前全量支持的语言如下,等号左面是语言英文名,右面是Language字段需要填写的值,该值遵循ISO639:</p><ol><li>Chinese = &quot;zh&quot; # 中文</li><li>Chinese_TW = &quot;zh-TW&quot; # 中国台湾</li><li>Chinese_DIALECT = &quot;zh-dialect&quot; # 中国方言</li><li>English = &quot;en&quot; # 英语</li><li>Vietnamese = &quot;vi&quot; # 越南语</li><li>Japanese = &quot;ja&quot; # 日语</li><li>Korean = &quot;ko&quot; # 汉语</li><li>Indonesia = &quot;id&quot; # 印度尼西亚语</li><li>Thai = &quot;th&quot; # 泰语</li><li>Portuguese = &quot;pt&quot; # 葡萄牙语</li><li>Turkish = &quot;tr&quot; # 土耳其语</li><li>Arabic = &quot;ar&quot; # 阿拉伯语</li><li>Spanish = &quot;es&quot; # 西班牙语</li><li>Hindi = &quot;hi&quot; # 印地语</li><li>French = &quot;fr&quot; # 法语</li><li>Malay = &quot;ms&quot; # 马来语</li><li>Filipino = &quot;fil&quot; # 菲律宾语</li><li>German = &quot;de&quot; # 德语</li><li>Italian = &quot;it&quot; # 意大利语</li><li>Russian = &quot;ru&quot; # 俄语</li></ol>
3855
3766
  :type Languages: list of str
3856
- :param _InterruptMode: 打断AI说话模式,默认为0,0表示自动打断,1表示不打断。
3767
+ :param _InterruptMode: <p>打断AI说话模式,默认为0,0表示自动打断,1表示不打断。</p>
3857
3768
  :type InterruptMode: int
3858
- :param _InterruptSpeechDuration: InterruptMode为0时使用,单位为毫秒,默认为500ms。表示服务端检测到持续InterruptSpeechDuration毫秒的人声则进行打断。
3769
+ :param _InterruptSpeechDuration: <p>InterruptMode为0时使用,单位为毫秒,默认为500ms。表示服务端检测到持续InterruptSpeechDuration毫秒的人声则进行打断。</p>
3859
3770
  :type InterruptSpeechDuration: int
3860
- :param _EndFunctionEnable: 模型是否支持(或者开启)call_end function calling
3771
+ :param _EndFunctionEnable: <p>模型是否支持(或者开启)call_end function calling</p>
3861
3772
  :type EndFunctionEnable: bool
3862
- :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."
3773
+ :param _EndFunctionDesc: <p>EndFunctionEnable为true时生效;call_end function calling的desc,默认为 &quot;End the call when user has to leave (like says bye) or you are instructed to do so.&quot;</p>
3863
3774
  :type EndFunctionDesc: str
3864
- :param _TransferFunctionEnable: 模型是否支持(或者开启)transfer_to_human function calling
3775
+ :param _TransferFunctionEnable: <p>模型是否支持(或者开启)transfer_to_human function calling</p>
3865
3776
  :type TransferFunctionEnable: bool
3866
- :param _TransferItems: TransferFunctionEnable为true的时候生效: 转人工配置
3777
+ :param _TransferItems: <p>TransferFunctionEnable为true的时候生效: 转人工配置</p>
3867
3778
  :type TransferItems: list of AITransferItem
3868
- :param _NotifyDuration: 用户多久没说话提示时长,最小10秒,默认10秒
3779
+ :param _TransferToAgentEnable: <p>模型是否支持(或者开启)转智能体function calling</p>
3780
+ :type TransferToAgentEnable: bool
3781
+ :param _TransferToAgentItems: <p>TransferToAgentEnable为true的时候生效: 转智能体配置</p>
3782
+ :type TransferToAgentItems: list of TransferToAgentItem
3783
+ :param _NotifyDuration: <p>用户多久没说话提示时长,最小10秒,默认10秒</p>
3869
3784
  :type NotifyDuration: int
3870
- :param _NotifyMessage: 用户NotifyDuration没说话,AI提示的语句,默认是"抱歉,我没听清。您可以重复下吗?"
3785
+ :param _NotifyMessage: <p>用户NotifyDuration没说话,AI提示的语句,默认是&quot;抱歉,我没听清。您可以重复下吗?&quot;</p>
3871
3786
  :type NotifyMessage: str
3872
- :param _NotifyMaxCount: 最大触发AI提示音次数,默认为不限制
3787
+ :param _NotifyMaxCount: <p>最大触发AI提示音次数,默认为不限制</p>
3873
3788
  :type NotifyMaxCount: int
3874
- :param _CustomTTSConfig: <p>和VoiceType字段需要选填一个,这里是使用自己自定义的TTS,VoiceType是系统内置的一些音色</p>
3875
- <ul>
3876
- <li>Tencent TTS<br>
3877
- 配置请参考<a href="https://cloud.tencent.com/document/product/1073/92668#55924b56-1a73-4663-a7a1-a8dd82d6e823" target="_blank">腾讯云TTS文档链接</a></li>
3878
- </ul>
3879
- <div class="v-md-pre-wrapper copy-code-mode v-md-pre-wrapper- extra-class"><pre class="v-md-prism-"><code>{
3880
- &quot;TTSType&quot;: &quot;tencent&quot;, // String TTS类型, 目前支持&quot;tencent&quot; 和 “minixmax”, 其他的厂商支持中
3881
-   &quot;AppId&quot;: &quot;您的应用ID&quot;, // String 必填
3882
-   &quot;SecretId&quot;: &quot;您的密钥ID&quot;, // String 必填
3883
-   &quot;SecretKey&quot;: &quot;您的密钥Key&quot;, // String 必填
3884
-   &quot;VoiceType&quot;: 101001, // Integer 必填,音色 ID,包括标准音色与精品音色,精品音色拟真度更高,价格不同于标准音色,请参见语音合成计费概述。完整的音色 ID 列表请参见语音合成音色列表。
3885
-   &quot;Speed&quot;: 1.25, // Integer 非必填,语速,范围:[-2,6],分别对应不同语速: -2: 代表0.6倍 -1: 代表0.8倍 0: 代表1.0倍(默认) 1: 代表1.2倍 2: 代表1.5倍 6: 代表2.5倍 如果需要更细化的语速,可以保留小数点后 2 位,例如0.5/1.25/2.81等。 参数值与实际语速转换,可参考 语速转换
3886
-   &quot;Volume&quot;: 5, // Integer 非必填,音量大小,范围:[0,10],分别对应11个等级的音量,默认值为0,代表正常音量。
3887
-   &quot;PrimaryLanguage&quot;: 1, // Integer 可选 主要语言 1-中文(默认) 2-英文 3-日文
3888
- &quot;FastVoiceType&quot;: &quot;xxxx&quot; // 可选参数, 快速声音复刻的参数
3889
-  }
3890
- </code></pre>
3891
- </div><ul>
3892
- <li>Minimax TTS<br>
3893
- 配置请参考<a href="https://platform.minimaxi.com/document/T2A%20V2?key=66719005a427f0c8a5701643" target="_blank"> Minimax TTS 文档链接</a>。注意 Minimax TTS 存在频率限制,超频可能会导致回答卡顿,<a href="https://platform.minimaxi.com/document/Rate%20limits?key=66b19417290299a26b234572" target="_blank">Minimax TTS频率限制相关文档链接</a>。</li>
3894
- </ul>
3895
- <div class="v-md-pre-wrapper copy-code-mode v-md-pre-wrapper- extra-class"><pre class="v-md-prism-"><code>{
3896
- &quot;TTSType&quot;: &quot;minimax&quot;, // String TTS类型,
3897
- &quot;Model&quot;: &quot;speech-01-turbo&quot;,
3898
- &quot;APIUrl&quot;: &quot;https://api.minimax.chat/v1/t2a_v2&quot;,
3899
- &quot;APIKey&quot;: &quot;eyxxxx&quot;,
3900
- &quot;GroupId&quot;: &quot;181000000000000&quot;,
3901
- &quot;VoiceType&quot;:&quot;female-tianmei&quot;,
3902
- &quot;Speed&quot;: 1.2
3903
- }
3904
- </code></pre>
3905
- </div><ul>
3906
- <li>火山 TTS</li>
3907
- </ul>
3908
- <p>配置音色类型参考<a href="https://www.volcengine.com/docs/6561/162929" target="_blank">火山TTS文档链接</a><br>
3909
- 语音合成音色列表–语音技术-火山引擎<br>
3910
- 大模型语音合成音色列表–语音技术-火山引擎</p>
3911
- <div class="v-md-pre-wrapper copy-code-mode v-md-pre-wrapper- extra-class"><pre class="v-md-prism-"><code>{
3912
- &quot;TTSType&quot;: &quot;volcengine&quot;, // 必填:String TTS类型
3913
- &quot;AppId&quot; : &quot;xxxxxxxx&quot;, // 必填:String 火山引擎分配的Appid
3914
- &quot;Token&quot; : &quot;TY9d4sQXHxxxxxxx&quot;, // 必填: String类型 火山引擎的访问token
3915
- &quot;Speed&quot; : 1.0, // 可选参数 语速,默认为1.0
3916
- &quot;Volume&quot;: 1.0, // 可选参数, 音量大小, 默认为1.0
3917
- &quot;Cluster&quot; : &quot;volcano_tts&quot;, // 可选参数,业务集群, 默认是 volcano_tts
3918
- &quot;VoiceType&quot; : &quot;zh_male_aojiaobazong_moon_bigtts&quot; // 音色类型, 默认为大模型语音合成的音色。 如果使用普通语音合成,则需要填写对应的音色类型。 音色类型填写错误会导致没有声音。
3919
- }
3920
- </code></pre>
3921
- </div><ul>
3922
- <li>Azure TTS<br>
3923
- 配置请参考<a href="https://docs.azure.cn/zh-cn/ai-services/speech-service/speech-synthesis-markup-voice" target="_blank">AzureTTS文档链接</a></li>
3924
- </ul>
3925
- <div class="v-md-pre-wrapper copy-code-mode v-md-pre-wrapper- extra-class"><pre class="v-md-prism-"><code>{
3926
- &quot;TTSType&quot;: &quot;azure&quot;, // 必填:String TTS类型
3927
- &quot;SubscriptionKey&quot;: &quot;xxxxxxxx&quot;, // 必填:String 订阅的Key
3928
- &quot;Region&quot;: &quot;chinanorth3&quot;, // 必填:String 订阅的地区
3929
- &quot;VoiceName&quot;: &quot;zh-CN-XiaoxiaoNeural&quot;, // 必填:String 音色名必填
3930
- &quot;Language&quot;: &quot;zh-CN&quot;, // 必填:String 合成的语言
3931
- &quot;Rate&quot;: 1 // 选填:float 语速 0.5~2 默认为 1
3932
- }
3933
- </code></pre>
3934
- </div><ul>
3935
- <li>自定义TTS</li>
3936
- </ul>
3937
- <p>具体协议规范请参考<a href="https://doc.weixin.qq.com/doc/w3_ANQAiAbdAFwHILbJBmtSqSbV1WZ3L?scode=AJEAIQdfAAo5a1xajYANQAiAbdAFw" target="_blank">腾讯文档</a></p>
3938
- <div class="v-md-pre-wrapper copy-code-mode v-md-pre-wrapper- extra-class"><pre class="v-md-prism-"><code>{
3939
- &quot;TTSType&quot;: &quot;custom&quot;, // String 必填
3940
- &quot;APIKey&quot;: &quot;ApiKey&quot;, // String 必填 用来鉴权
3941
- &quot;APIUrl&quot;: &quot;http://0.0.0.0:8080/stream-audio&quot; // String,必填,TTS API URL
3942
- &quot;AudioFormat&quot;: &quot;wav&quot;, // String, 非必填,期望输出的音频格式,如mp3, ogg_opus,pcm,wav,默认为 wav,目前只支持pcm和wav,
3943
- &quot;SampleRate&quot;: 16000, // Integer,非必填,音频采样率,默认为16000(16k),推荐值为16000
3944
- &quot;AudioChannel&quot;: 1, // Integer,非必填,音频通道数,取值:1 或 2 默认为1
3945
- }
3946
- </code></pre>
3947
- </div>
3789
+ :param _CustomTTSConfig: <p>和VoiceType字段需要选填一个,这里是使用自己自定义的TTS,VoiceType是系统内置的一些音色</p><ul><li>Tencent TTS<br>配置请参考<a href="https://cloud.tencent.com/document/product/1073/92668#55924b56-1a73-4663-a7a1-a8dd82d6e823" target="_blank">腾讯云TTS文档链接</a></li></ul><div class="v-md-pre-wrapper copy-code-mode v-md-pre-wrapper- extra-class"><pre class="v-md-prism-"><code>{ "TTSType": "tencent", // String TTS类型, 目前支持"tencent" 和 “minixmax”, 其他的厂商支持中 u2003 "AppId": "您的应用ID", // String 必填 u2003 "SecretId": "您的密钥ID", // String 必填 u2003 "SecretKey": "您的密钥Key", // String 必填 u2003 "VoiceType": 101001, // Integer 必填,音色 ID,包括标准音色与精品音色,精品音色拟真度更高,价格不同于标准音色,请参见语音合成计费概述。完整的音色 ID 列表请参见语音合成音色列表。 u2003 "Speed": 1.25, // Integer 非必填,语速,范围:[-2,6],分别对应不同语速: -2: 代表0.6倍 -1: 代表0.8倍 0: 代表1.0倍(默认) 1: 代表1.2倍 2: 代表1.5倍 6: 代表2.5倍 如果需要更细化的语速,可以保留小数点后 2 位,例如0.5/1.25/2.81等。 参数值与实际语速转换,可参考 语速转换 u2003 "Volume": 5, // Integer 非必填,音量大小,范围:[0,10],分别对应11个等级的音量,默认值为0,代表正常音量。 u2003 "PrimaryLanguage": 1, // Integer 可选 主要语言 1-中文(默认) 2-英文 3-日文 "FastVoiceType": "xxxx" // 可选参数, 快速声音复刻的参数 u2003}</code></pre> </div><ul><li>Minimax TTS<br>配置请参考<a href="https://platform.minimaxi.com/document/T2A%20V2?key=66719005a427f0c8a5701643" target="_blank"> Minimax TTS 文档链接</a>。注意 Minimax TTS 存在频率限制,超频可能会导致回答卡顿,<a href="https://platform.minimaxi.com/document/Rate%20limits?key=66b19417290299a26b234572" target="_blank">Minimax TTS频率限制相关文档链接</a>。</li></ul><div class="v-md-pre-wrapper copy-code-mode v-md-pre-wrapper- extra-class"><pre class="v-md-prism-"><code>{ "TTSType": "minimax", // String TTS类型, "Model": "speech-01-turbo", "APIUrl": "https://api.minimax.chat/v1/t2a_v2", "APIKey": "eyxxxx", "GroupId": "181000000000000", "VoiceType":"female-tianmei", "Speed": 1.2}</code></pre></div><ul><li>火山 TTS</li></ul><p>配置音色类型参考<a href="https://www.volcengine.com/docs/6561/162929" target="_blank">火山TTS文档链接</a><br>语音合成音色列表–语音技术-火山引擎<br>大模型语音合成音色列表–语音技术-火山引擎</p><div class="v-md-pre-wrapper copy-code-mode v-md-pre-wrapper- extra-class"><pre class="v-md-prism-"><code>{ "TTSType": "volcengine", // 必填:String TTS类型 "AppId" : "xxxxxxxx", // 必填:String 火山引擎分配的Appid "Token" : "TY9d4sQXHxxxxxxx", // 必填: String类型 火山引擎的访问token "Speed" : 1.0, // 可选参数 语速,默认为1.0 "Volume": 1.0, // 可选参数, 音量大小, 默认为1.0 "Cluster" : "volcano_tts", // 可选参数,业务集群, 默认是 volcano_tts "VoiceType" : "zh_male_aojiaobazong_moon_bigtts" // 音色类型, 默认为大模型语音合成的音色。 如果使用普通语音合成,则需要填写对应的音色类型。 音色类型填写错误会导致没有声音。}</code></pre></div><ul><li>Azure TTS<br>配置请参考<a href="https://docs.azure.cn/zh-cn/ai-services/speech-service/speech-synthesis-markup-voice" target="_blank">AzureTTS文档链接</a></li></ul><div class="v-md-pre-wrapper copy-code-mode v-md-pre-wrapper- extra-class"><pre class="v-md-prism-"><code>{ "TTSType": "azure", // 必填:String TTS类型 "SubscriptionKey": "xxxxxxxx", // 必填:String 订阅的Key "Region": "chinanorth3", // 必填:String 订阅的地区 "VoiceName": "zh-CN-XiaoxiaoNeural", // 必填:String 音色名必填 "Language": "zh-CN", // 必填:String 合成的语言 "Rate": 1 // 选填:float 语速 0.5~2 默认为 1}</code></pre></div><ul><li>自定义TTS</li></ul><p>具体协议规范请参考<a href="https://doc.weixin.qq.com/doc/w3_ANQAiAbdAFwHILbJBmtSqSbV1WZ3L?scode=AJEAIQdfAAo5a1xajYANQAiAbdAFw" target="_blank">腾讯文档</a></p><div class="v-md-pre-wrapper copy-code-mode v-md-pre-wrapper- extra-class"><pre class="v-md-prism-"><code>{ "TTSType": "custom", // String 必填 "APIKey": "ApiKey", // String 必填 用来鉴权 "APIUrl": "http://0.0.0.0:8080/stream-audio" // String,必填,TTS API URL "AudioFormat": "wav", // String, 非必填,期望输出的音频格式,如mp3, ogg_opus,pcm,wav,默认为 wav,目前只支持pcm和wav, "SampleRate": 16000, // Integer,非必填,音频采样率,默认为16000(16k),推荐值为16000 "AudioChannel": 1, // Integer,非必填,音频通道数,取值:1 或 2 默认为1 }</code></pre></div>
3948
3790
  :type CustomTTSConfig: str
3949
- :param _PromptVariables: 提示词变量
3791
+ :param _PromptVariables: <p>提示词变量</p>
3950
3792
  :type PromptVariables: list of Variable
3951
- :param _VadSilenceTime: 语音识别vad的时间,范围为240-2000,默认为1000,单位为ms。更小的值会让语音识别分句更快。
3793
+ :param _VadSilenceTime: <p>语音识别vad的时间,范围为240-2000,默认为1000,单位为ms。更小的值会让语音识别分句更快。</p>
3952
3794
  :type VadSilenceTime: int
3953
- :param _ExtractConfig: 通话内容提取配置
3795
+ :param _ExtractConfig: <p>通话内容提取配置</p>
3954
3796
  :type ExtractConfig: list of AICallExtractConfigElement
3955
- :param _Temperature: 模型温度控制
3797
+ :param _Temperature: <p>模型温度控制</p>
3956
3798
  :type Temperature: float
3957
- :param _Variables: 通用变量: <p>提示词变量</p> <p>欢迎语变量</p> <p> 欢迎语延迟播放(秒级):welcome-message-delay</p> <p> dify变量</p>
3958
-
3959
- 1. dify-inputs-xxx 为dify的inputs变量
3960
- 2. dify-inputs-user 为dify的user值
3961
- 3. dify-inputs-conversation_id 为dify的conversation_id值
3799
+ :param _Variables: <p>通用变量: <p>提示词变量</p> <p>欢迎语变量</p> <p> 欢迎语延迟播放(秒级):welcome-message-delay</p> <p> dify变量</p> </p><ol><li>dify-inputs-xxx 为dify的inputs变量</li><li>dify-inputs-user 为dify的user值</li><li>dify-inputs-conversation_id 为dify的conversation_id值</li></ol>
3962
3800
  :type Variables: list of Variable
3963
- :param _TopP: 模型topP
3801
+ :param _TopP: <p>模型topP</p>
3964
3802
  :type TopP: float
3965
- :param _VadLevel: vad的远场人声抑制能力(不会对asr识别效果造成影响),范围为[0, 3],默认为0。推荐设置为2,有较好的远场人声抑制能力。
3803
+ :param _VadLevel: <p>vad的远场人声抑制能力(不会对asr识别效果造成影响),范围为[0, 3],默认为0。推荐设置为2,有较好的远场人声抑制能力。</p>
3966
3804
  :type VadLevel: int
3967
- :param _ToneWord: 衔接语
3805
+ :param _ToneWord: <p>衔接语</p>
3968
3806
  :type ToneWord: :class:`tencentcloud.ccc.v20200210.models.ToneWordInfo`
3969
- :param _EnableComplianceAudio: 合规提示音,
3970
- 该参数传true(默认)表示通话开始播放摩斯码,提示对话内容为 AI 生成。
3971
- 该参数传false表示关闭合规提示音。该参数传false则代表您知晓并同意以下协议:
3972
- 我方充分知悉和理解,根据[《网络安全法》](https://www.cac.gov.cn/2016-11/07/c_1119867116.htm)[《互联网信息服务深度合成管理规定》](https://www.gov.cn/zhengce/zhengceku/2022-12/12/content_5731431.htm)[《生成式人工智能服务管理暂行办法》](https://www.gov.cn/zhengce/zhengceku/202307/content_6891752.htm)[《人工智能生成合成内容标识办法》](https://www.gov.cn/zhengce/zhengceku/202503/content_7014286.htm)的法律法规的规定,对人工智能生成合成内容应当添加显式标识和隐式标识。我方基于业务需求,请腾讯云对生成合成内容不添加显式标识,我方承诺合法合规使用生成合成内容,避免造成混淆、误认;如果使用生成合成内容对公众提供服务的,或通过网络传播的,我方将自觉主动添加符合法律规定和国家标准要求的显式标识,承担人工智能生成合成内容标识的法律义务。我方未能恰当、合理地履行人工智能内容标识义务造成不良后果的,或遭受主管部门责罚的,相关责任由我方完全承担。
3807
+ :param _EnableComplianceAudio: <p>合规提示音,<br>该参数传true(默认)表示通话开始播放摩斯码,提示对话内容为 AI 生成。<br>该参数传false表示关闭合规提示音。该参数传false则代表您知晓并同意以下协议:<br>我方充分知悉和理解,根据<a href="https://www.cac.gov.cn/2016-11/07/c_1119867116.htm">《网络安全法》</a><a href="https://www.gov.cn/zhengce/zhengceku/2022-12/12/content_5731431.htm">《互联网信息服务深度合成管理规定》</a><a href="https://www.gov.cn/zhengce/zhengceku/202307/content_6891752.htm">《生成式人工智能服务管理暂行办法》</a><a href="https://www.gov.cn/zhengce/zhengceku/202503/content_7014286.htm">《人工智能生成合成内容标识办法》</a>的法律法规的规定,对人工智能生成合成内容应当添加显式标识和隐式标识。我方基于业务需求,请腾讯云对生成合成内容不添加显式标识,我方承诺合法合规使用生成合成内容,避免造成混淆、误认;如果使用生成合成内容对公众提供服务的,或通过网络传播的,我方将自觉主动添加符合法律规定和国家标准要求的显式标识,承担人工智能生成合成内容标识的法律义务。我方未能恰当、合理地履行人工智能内容标识义务造成不良后果的,或遭受主管部门责罚的,相关责任由我方完全承担。</p>
3973
3808
  :type EnableComplianceAudio: bool
3974
- :param _EnableVoicemailDetection: 是否开启语音信箱识别
3809
+ :param _EnableVoicemailDetection: <p>是否开启语音信箱识别</p>
3975
3810
  :type EnableVoicemailDetection: bool
3976
- :param _VoicemailAction: 识别到对端为语音信箱时的行为,当EnableVoicemailDetection为True时生效
3977
- 0: 挂断电话(默认)
3811
+ :param _VoicemailAction: <p>识别到对端为语音信箱时的行为,当EnableVoicemailDetection为True时生效<br>0: 挂断电话(默认)</p>
3978
3812
  :type VoicemailAction: int
3979
- :param _LLMExtraBody: 大模型拓展参数, 格式为json字符串
3813
+ :param _LLMExtraBody: <p>大模型拓展参数, 格式为json字符串</p>
3980
3814
  :type LLMExtraBody: str
3981
- :param _MaxCallDurationMs: 最大通话时长, 默认不限制。单位毫秒(ms)
3815
+ :param _MaxCallDurationMs: <p>最大通话时长, 默认不限制。单位毫秒(ms)</p>
3982
3816
  :type MaxCallDurationMs: int
3983
- :param _MaxRingTimeoutSecond: 最大振铃时长,达到时长阈值自动挂断。 **仅自携号码支持当前参数**
3817
+ :param _MaxRingTimeoutSecond: <p>最大振铃时长,达到时长阈值自动挂断。 <strong>仅自携号码支持当前参数</strong></p>
3984
3818
  :type MaxRingTimeoutSecond: int
3985
- :param _AmbientSoundType: 环境音场景,没有的话不填。
3986
- coffee_shops:咖啡店氛围,背景中有人聊天
3987
- busy_office:客服中心
3819
+ :param _AmbientSoundType: <p>环境音场景,没有的话不填。<br>coffee_shops:咖啡店氛围,背景中有人聊天<br>busy_office:客服中心</p>
3988
3820
  :type AmbientSoundType: str
3989
- :param _AmbientSoundVolume: 环境音音量。如果AmbientSoundType 为空,该字段不填。取值的范围是 [0,2]。值越低,环境音越小;值越高,环境音越响亮。如果未设置,则使用默认值 1
3821
+ :param _AmbientSoundVolume: <p>环境音音量。如果AmbientSoundType 为空,该字段不填。取值的范围是 [0,2]。值越低,环境音越小;值越高,环境音越响亮。如果未设置,则使用默认值 1。</p>
3990
3822
  :type AmbientSoundVolume: float
3823
+ :param _AcquireTimeoutSecond: <p>智能体并发不足时,排队等待超时时间,单位秒</p><p>取值范围:[0, 5]</p><p>默认值:5</p>
3824
+ :type AcquireTimeoutSecond: int
3825
+ :param _CustomSTTConfig: <p>自定义STT配置,请联系产品/开发后使用</p>
3826
+ :type CustomSTTConfig: str
3991
3827
  """
3992
3828
  self._SdkAppId = None
3993
3829
  self._Callee = None
@@ -4009,6 +3845,8 @@ busy_office:客服中心
4009
3845
  self._EndFunctionDesc = None
4010
3846
  self._TransferFunctionEnable = None
4011
3847
  self._TransferItems = None
3848
+ self._TransferToAgentEnable = None
3849
+ self._TransferToAgentItems = None
4012
3850
  self._NotifyDuration = None
4013
3851
  self._NotifyMessage = None
4014
3852
  self._NotifyMaxCount = None
@@ -4029,10 +3867,12 @@ busy_office:客服中心
4029
3867
  self._MaxRingTimeoutSecond = None
4030
3868
  self._AmbientSoundType = None
4031
3869
  self._AmbientSoundVolume = None
3870
+ self._AcquireTimeoutSecond = None
3871
+ self._CustomSTTConfig = None
4032
3872
 
4033
3873
  @property
4034
3874
  def SdkAppId(self):
4035
- r"""应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
3875
+ r"""<p>应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc</p>
4036
3876
  :rtype: int
4037
3877
  """
4038
3878
  return self._SdkAppId
@@ -4043,7 +3883,7 @@ busy_office:客服中心
4043
3883
 
4044
3884
  @property
4045
3885
  def Callee(self):
4046
- r"""被叫号码
3886
+ r"""<p>被叫号码</p>
4047
3887
  :rtype: str
4048
3888
  """
4049
3889
  return self._Callee
@@ -4054,12 +3894,7 @@ busy_office:客服中心
4054
3894
 
4055
3895
  @property
4056
3896
  def LLMType(self):
4057
- r"""模型接口协议类型,目前兼容四种协议类型:
4058
-
4059
- - OpenAI协议(包括GPT、混元、DeepSeek等):"openai"
4060
- - Azure协议:"azure"
4061
- - Minimax协议:"minimax"
4062
- - Dify协议: "dify"
3897
+ r"""<p>模型接口协议类型,目前兼容四种协议类型:</p><ul><li>OpenAI协议(包括GPT、混元、DeepSeek等):&quot;openai&quot;</li><li>Azure协议:&quot;azure&quot;</li><li>Minimax协议:&quot;minimax&quot;</li><li>Dify协议: &quot;dify&quot;</li></ul>
4063
3898
  :rtype: str
4064
3899
  """
4065
3900
  return self._LLMType
@@ -4070,13 +3905,7 @@ busy_office:客服中心
4070
3905
 
4071
3906
  @property
4072
3907
  def APIKey(self):
4073
- r"""模型API密钥,获取鉴权信息方式请参见各模型官网
4074
-
4075
- - OpenAI协议:[GPT](https://help.openai.com/en/articles/4936850-where-do-i-find-my-openai-api-key),[混元](https://cloud.tencent.com/document/product/1729/111008),[DeepSeek](https://api-docs.deepseek.com/zh-cn/);
4076
-
4077
- - Azure协议:[Azure GPT](https://learn.microsoft.com/en-us/azure/ai-services/openai/chatgpt-quickstart?tabs=command-line%2Ctypescript%2Cpython-new&pivots=programming-language-studio#key-settings);
4078
-
4079
- - Minimax:[Minimax](https://platform.minimaxi.com/document/Fast%20access?key=66701cf51d57f38758d581b2)
3908
+ r"""<p>模型API密钥,获取鉴权信息方式请参见各模型官网</p><ul><li><p>OpenAI协议:<a href="https://help.openai.com/en/articles/4936850-where-do-i-find-my-openai-api-key">GPT</a>,<a href="https://cloud.tencent.com/document/product/1729/111008">混元</a>,<a href="https://api-docs.deepseek.com/zh-cn/">DeepSeek</a>;</p></li><li><p>Azure协议:<a href="https://learn.microsoft.com/en-us/azure/ai-services/openai/chatgpt-quickstart?tabs=command-line%2Ctypescript%2Cpython-new&amp;pivots=programming-language-studio#key-settings">Azure GPT</a>;</p></li><li><p>Minimax:<a href="https://platform.minimaxi.com/document/Fast%20access?key=66701cf51d57f38758d581b2">Minimax</a></p></li></ul>
4080
3909
  :rtype: str
4081
3910
  """
4082
3911
  return self._APIKey
@@ -4087,18 +3916,7 @@ busy_office:客服中心
4087
3916
 
4088
3917
  @property
4089
3918
  def APIUrl(self):
4090
- r"""模型接口地址
4091
-
4092
- - OpenAI协议
4093
- GPT:"https://api.openai.com/v1/"
4094
- 混元:"https://api.hunyuan.cloud.tencent.com/v1"
4095
- Deepseek:"https://api.deepseek.com/v1"
4096
-
4097
- - Azure协议
4098
- "https://{your-resource-name}.openai.azure.com?api-version={api-version}"
4099
-
4100
- - Minimax协议
4101
- "https://api.minimax.chat/v1"
3919
+ r"""<p>模型接口地址</p><ul><li><p>OpenAI协议<br>GPT:&quot;https://api.openai.com/v1/&quot;<br>混元:&quot;https://api.hunyuan.cloud.tencent.com/v1&quot;<br>Deepseek:&quot;https://api.deepseek.com/v1&quot;</p></li><li><p>Azure协议<br>&quot;https://{your-resource-name}.openai.azure.com?api-version={api-version}&quot;</p></li><li><p>Minimax协议<br>&quot;https://api.minimax.chat/v1&quot;</p></li></ul>
4102
3920
  :rtype: str
4103
3921
  """
4104
3922
  return self._APIUrl
@@ -4109,7 +3927,7 @@ Deepseek:"https://api.deepseek.com/v1"
4109
3927
 
4110
3928
  @property
4111
3929
  def SystemPrompt(self):
4112
- r"""用于设定AI人设、说话规则、任务等的全局提示词。示例:## 人设您是人民医院友善、和蔼的随访医生李医生,正在给患者小明的家长打电话,原因是医院要求小明2024-08-08回院复查手术恢复情况,但小明没有来。您需要按照任务流程对小明家长进行电话随访调查。## 要求简洁回复:使用简练语言,每次最多询问一个问题,不要在一个回复中询问多个问题。富有变化:尽量使表达富有变化,表达机械重复。自然亲切:使用日常语言,尽量显得专业并亲切。提到时间时使用口语表述,如下周三、6月18日。积极主动:尝试引导对话,每个回复通常以问题或下一步建议来结尾。询问清楚:如果对方部分回答了您的问题,或者回答很模糊,请通过追问来确保回答的完整明确。遵循任务:当对方的回答偏离了您的任务时,及时引导对方回到任务中。不要从头开始重复,从偏离的地方继续询问。诚实可靠:对于客户的提问,如果不确定请务必不要编造,礼貌告知对方不清楚。不要捏造患者未提及的症状史、用药史、治疗史。其他注意点:避免提到病情恶化、恢复不理想或疾病名称等使用会使患者感到紧张的表述。不要问患者已经直接或间接回答过的问题,例如患者已经说没有不适症状,那就不要再问手术部位是否有红肿疼痛症状的问题。##任务: 1.自我介绍您是人民医院负责随访的李医生,并说明致电的目的。2.询问被叫方是否是小明家长。 - 如果不是小明家长,请礼貌表达歉意,并使用 call_end 挂断电话。- 如果小明家长没空,请礼貌告诉对方稍后会重新致电,并使用 end_call 挂断电话。3.询问小明出院后水肿情况如何,较出院时是否有变化。- 如果水肿变严重,直接跳转步骤7。4.询问出院后是否给小朋友量过体温,是否出现过发烧情况。- 如果没有量过体温,请礼貌告诉家长出院后三个月内需要每天观察体温。- 如果出现过发烧,请直接跳转步骤7。5.询问出院后是否给小朋友按时服药。- 如果没有按时服药,请友善提醒家长严格按医嘱服用药物,避免影响手术效果。6.询问小朋友在饮食上是否做到低盐低脂,适量吃优质蛋白如鸡蛋、牛奶、瘦肉等。- 如果没有做到,请友善提醒家长低盐低脂和优质蛋白有助小朋友尽快恢复。7.告知家长医生要求6月18日回院复查,但没看到有相关复诊记录。提醒家长尽快前往医院体检复查血化验、尿常规。8.询问家长是否有问题需要咨询,如果没有请礼貌道别并用call_end挂断电话。
3930
+ r"""<p>用于设定AI人设、说话规则、任务等的全局提示词。示例:## 人设您是人民医院友善、和蔼的随访医生李医生,正在给患者小明的家长打电话,原因是医院要求小明2024-08-08回院复查手术恢复情况,但小明没有来。您需要按照任务流程对小明家长进行电话随访调查。## 要求简洁回复:使用简练语言,每次最多询问一个问题,不要在一个回复中询问多个问题。富有变化:尽量使表达富有变化,表达机械重复。自然亲切:使用日常语言,尽量显得专业并亲切。提到时间时使用口语表述,如下周三、6月18日。积极主动:尝试引导对话,每个回复通常以问题或下一步建议来结尾。询问清楚:如果对方部分回答了您的问题,或者回答很模糊,请通过追问来确保回答的完整明确。遵循任务:当对方的回答偏离了您的任务时,及时引导对方回到任务中。不要从头开始重复,从偏离的地方继续询问。诚实可靠:对于客户的提问,如果不确定请务必不要编造,礼貌告知对方不清楚。不要捏造患者未提及的症状史、用药史、治疗史。其他注意点:避免提到病情恶化、恢复不理想或疾病名称等使用会使患者感到紧张的表述。不要问患者已经直接或间接回答过的问题,例如患者已经说没有不适症状,那就不要再问手术部位是否有红肿疼痛症状的问题。##任务: 1.自我介绍您是人民医院负责随访的李医生,并说明致电的目的。2.询问被叫方是否是小明家长。 - 如果不是小明家长,请礼貌表达歉意,并使用 call_end 挂断电话。- 如果小明家长没空,请礼貌告诉对方稍后会重新致电,并使用 end_call 挂断电话。3.询问小明出院后水肿情况如何,较出院时是否有变化。- 如果水肿变严重,直接跳转步骤7。4.询问出院后是否给小朋友量过体温,是否出现过发烧情况。- 如果没有量过体温,请礼貌告诉家长出院后三个月内需要每天观察体温。- 如果出现过发烧,请直接跳转步骤7。5.询问出院后是否给小朋友按时服药。- 如果没有按时服药,请友善提醒家长严格按医嘱服用药物,避免影响手术效果。6.询问小朋友在饮食上是否做到低盐低脂,适量吃优质蛋白如鸡蛋、牛奶、瘦肉等。- 如果没有做到,请友善提醒家长低盐低脂和优质蛋白有助小朋友尽快恢复。7.告知家长医生要求6月18日回院复查,但没看到有相关复诊记录。提醒家长尽快前往医院体检复查血化验、尿常规。8.询问家长是否有问题需要咨询,如果没有请礼貌道别并用call_end挂断电话。</p>
4113
3931
  :rtype: str
4114
3932
  """
4115
3933
  return self._SystemPrompt
@@ -4120,16 +3938,7 @@ Deepseek:"https://api.deepseek.com/v1"
4120
3938
 
4121
3939
  @property
4122
3940
  def Model(self):
4123
- r"""模型名称,如
4124
-
4125
- - OpenAI协议
4126
- "gpt-4o-mini","gpt-4o","hunyuan-standard", "hunyuan-turbo","deepseek-chat";
4127
-
4128
- - Azure协议
4129
- "gpt-4o-mini", "gpt-4o";
4130
-
4131
- - Minmax协议
4132
- "deepseek-chat".
3941
+ r"""<p>模型名称,如</p><ul><li><p>OpenAI协议<br>&quot;gpt-4o-mini&quot;,&quot;gpt-4o&quot;,&quot;hunyuan-standard&quot;, &quot;hunyuan-turbo&quot;,&quot;deepseek-chat&quot;;</p></li><li><p>Azure协议<br>&quot;gpt-4o-mini&quot;, &quot;gpt-4o&quot;;</p></li><li><p>Minmax协议<br>&quot;deepseek-chat&quot;.</p></li></ul>
4133
3942
  :rtype: str
4134
3943
  """
4135
3944
  return self._Model
@@ -4140,41 +3949,7 @@ Deepseek:"https://api.deepseek.com/v1"
4140
3949
 
4141
3950
  @property
4142
3951
  def VoiceType(self):
4143
- r"""默认提供以下音色参数值可选择,如需自定义音色VoiceType请留空并在参数CustomTTSConfig中配置
4144
-
4145
- 汉语:
4146
- ZhiMei:智美,客服女声
4147
- ZhiXi: 智希 通用女声
4148
- ZhiQi:智琪 客服女声
4149
- ZhiTian:智甜 女童声
4150
- AiXiaoJing:爱小静 对话女声
4151
-
4152
- 英语:
4153
- WeRose:英文女声
4154
- Monika:英文女声
4155
-
4156
- 日语:
4157
- Nanami
4158
-
4159
- 韩语:
4160
- SunHi
4161
-
4162
- 印度尼西亚语(印度尼西亚):
4163
- Gadis
4164
-
4165
- 马来语(马来西亚):
4166
- Yasmin
4167
-
4168
- 泰米尔语(马来西亚):
4169
- Kani
4170
-
4171
- 泰语(泰国):
4172
- Achara
4173
-
4174
- 越南语(越南):
4175
- HoaiMy
4176
-
4177
-
3952
+ r"""<p>默认提供以下音色参数值可选择,如需自定义音色VoiceType请留空并在参数CustomTTSConfig中配置</p><p>汉语:<br>ZhiMei:智美,客服女声<br>ZhiXi: 智希 通用女声<br>ZhiQi:智琪 客服女声<br>ZhiTian:智甜 女童声<br>AiXiaoJing:爱小静 对话女声</p><p>英语:<br>WeRose:英文女声<br>Monika:英文女声</p><p>日语:<br>Nanami</p><p>韩语:<br>SunHi</p><p>印度尼西亚语(印度尼西亚):<br>Gadis</p><p>马来语(马来西亚):<br>Yasmin</p><p> 泰米尔语(马来西亚):<br>Kani</p><p>泰语(泰国):<br>Achara</p><p>越南语(越南):<br>HoaiMy</p>
4178
3953
  :rtype: str
4179
3954
  """
4180
3955
  return self._VoiceType
@@ -4185,7 +3960,7 @@ HoaiMy
4185
3960
 
4186
3961
  @property
4187
3962
  def Callers(self):
4188
- r"""主叫号码列表
3963
+ r"""<p>主叫号码列表</p>
4189
3964
  :rtype: list of str
4190
3965
  """
4191
3966
  return self._Callers
@@ -4196,7 +3971,7 @@ HoaiMy
4196
3971
 
4197
3972
  @property
4198
3973
  def WelcomeMessage(self):
4199
- r"""用于设定AI座席欢迎语。
3974
+ r"""<p>用于设定AI座席欢迎语。</p>
4200
3975
  :rtype: str
4201
3976
  """
4202
3977
  return self._WelcomeMessage
@@ -4207,8 +3982,7 @@ HoaiMy
4207
3982
 
4208
3983
  @property
4209
3984
  def WelcomeType(self):
4210
- r"""0:使用welcomeMessage(为空时,被叫先说话;不为空时,机器人先说话)
4211
- 1: 使用ai根据prompt自动生成welcomeMessage并先说话
3985
+ r"""<p>0:使用welcomeMessage(为空时,被叫先说话;不为空时,机器人先说话)<br>1: 使用ai根据prompt自动生成welcomeMessage并先说话</p>
4212
3986
  :rtype: int
4213
3987
  """
4214
3988
  return self._WelcomeType
@@ -4219,7 +3993,7 @@ HoaiMy
4219
3993
 
4220
3994
  @property
4221
3995
  def WelcomeMessagePriority(self):
4222
- r"""0: 默认可打断, 2:高优先不可打断
3996
+ r"""<p>0: 默认可打断, 2:高优先不可打断</p>
4223
3997
  :rtype: int
4224
3998
  """
4225
3999
  return self._WelcomeMessagePriority
@@ -4230,7 +4004,7 @@ HoaiMy
4230
4004
 
4231
4005
  @property
4232
4006
  def MaxDuration(self):
4233
- r"""最大等待时长(毫秒),默认60秒,超过这个时间用户没说话,自动挂断
4007
+ r"""<p>最大等待时长(毫秒),默认60秒,超过这个时间用户没说话,自动挂断</p>
4234
4008
  :rtype: int
4235
4009
  """
4236
4010
  return self._MaxDuration
@@ -4241,30 +4015,7 @@ HoaiMy
4241
4015
 
4242
4016
  @property
4243
4017
  def Languages(self):
4244
- r"""语音识别支持的语言, 默认是"zh" 中文,
4245
- 填写数组,最长4个语言,第一个语言为主要识别语言,后面为可选语言,
4246
- 注意:主要语言为中国方言时,可选语言无效
4247
- 目前全量支持的语言如下,等号左面是语言英文名,右面是Language字段需要填写的值,该值遵循ISO639:
4248
- 1. Chinese = "zh" # 中文
4249
- 2. Chinese_TW = "zh-TW" # 中国台湾
4250
- 3. Chinese_DIALECT = "zh-dialect" # 中国方言
4251
- 4. English = "en" # 英语
4252
- 5. Vietnamese = "vi" # 越南语
4253
- 6. Japanese = "ja" # 日语
4254
- 7. Korean = "ko" # 汉语
4255
- 8. Indonesia = "id" # 印度尼西亚语
4256
- 9. Thai = "th" # 泰语
4257
- 10. Portuguese = "pt" # 葡萄牙语
4258
- 11. Turkish = "tr" # 土耳其语
4259
- 12. Arabic = "ar" # 阿拉伯语
4260
- 13. Spanish = "es" # 西班牙语
4261
- 14. Hindi = "hi" # 印地语
4262
- 15. French = "fr" # 法语
4263
- 16. Malay = "ms" # 马来语
4264
- 17. Filipino = "fil" # 菲律宾语
4265
- 18. German = "de" # 德语
4266
- 19. Italian = "it" # 意大利语
4267
- 20. Russian = "ru" # 俄语
4018
+ r"""<p>语音识别支持的语言, 默认是&quot;zh&quot; 中文,<br>填写数组,最长4个语言,第一个语言为主要识别语言,后面为可选语言,<br>注意:主要语言为中国方言时,可选语言无效<br>目前全量支持的语言如下,等号左面是语言英文名,右面是Language字段需要填写的值,该值遵循ISO639:</p><ol><li>Chinese = &quot;zh&quot; # 中文</li><li>Chinese_TW = &quot;zh-TW&quot; # 中国台湾</li><li>Chinese_DIALECT = &quot;zh-dialect&quot; # 中国方言</li><li>English = &quot;en&quot; # 英语</li><li>Vietnamese = &quot;vi&quot; # 越南语</li><li>Japanese = &quot;ja&quot; # 日语</li><li>Korean = &quot;ko&quot; # 汉语</li><li>Indonesia = &quot;id&quot; # 印度尼西亚语</li><li>Thai = &quot;th&quot; # 泰语</li><li>Portuguese = &quot;pt&quot; # 葡萄牙语</li><li>Turkish = &quot;tr&quot; # 土耳其语</li><li>Arabic = &quot;ar&quot; # 阿拉伯语</li><li>Spanish = &quot;es&quot; # 西班牙语</li><li>Hindi = &quot;hi&quot; # 印地语</li><li>French = &quot;fr&quot; # 法语</li><li>Malay = &quot;ms&quot; # 马来语</li><li>Filipino = &quot;fil&quot; # 菲律宾语</li><li>German = &quot;de&quot; # 德语</li><li>Italian = &quot;it&quot; # 意大利语</li><li>Russian = &quot;ru&quot; # 俄语</li></ol>
4268
4019
  :rtype: list of str
4269
4020
  """
4270
4021
  return self._Languages
@@ -4275,7 +4026,7 @@ HoaiMy
4275
4026
 
4276
4027
  @property
4277
4028
  def InterruptMode(self):
4278
- r"""打断AI说话模式,默认为0,0表示自动打断,1表示不打断。
4029
+ r"""<p>打断AI说话模式,默认为0,0表示自动打断,1表示不打断。</p>
4279
4030
  :rtype: int
4280
4031
  """
4281
4032
  return self._InterruptMode
@@ -4286,7 +4037,7 @@ HoaiMy
4286
4037
 
4287
4038
  @property
4288
4039
  def InterruptSpeechDuration(self):
4289
- r"""InterruptMode为0时使用,单位为毫秒,默认为500ms。表示服务端检测到持续InterruptSpeechDuration毫秒的人声则进行打断。
4040
+ r"""<p>InterruptMode为0时使用,单位为毫秒,默认为500ms。表示服务端检测到持续InterruptSpeechDuration毫秒的人声则进行打断。</p>
4290
4041
  :rtype: int
4291
4042
  """
4292
4043
  return self._InterruptSpeechDuration
@@ -4297,7 +4048,7 @@ HoaiMy
4297
4048
 
4298
4049
  @property
4299
4050
  def EndFunctionEnable(self):
4300
- r"""模型是否支持(或者开启)call_end function calling
4051
+ r"""<p>模型是否支持(或者开启)call_end function calling</p>
4301
4052
  :rtype: bool
4302
4053
  """
4303
4054
  return self._EndFunctionEnable
@@ -4308,7 +4059,7 @@ HoaiMy
4308
4059
 
4309
4060
  @property
4310
4061
  def EndFunctionDesc(self):
4311
- r"""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."
4062
+ r"""<p>EndFunctionEnable为true时生效;call_end function calling的desc,默认为 &quot;End the call when user has to leave (like says bye) or you are instructed to do so.&quot;</p>
4312
4063
  :rtype: str
4313
4064
  """
4314
4065
  return self._EndFunctionDesc
@@ -4319,7 +4070,7 @@ HoaiMy
4319
4070
 
4320
4071
  @property
4321
4072
  def TransferFunctionEnable(self):
4322
- r"""模型是否支持(或者开启)transfer_to_human function calling
4073
+ r"""<p>模型是否支持(或者开启)transfer_to_human function calling</p>
4323
4074
  :rtype: bool
4324
4075
  """
4325
4076
  return self._TransferFunctionEnable
@@ -4330,7 +4081,7 @@ HoaiMy
4330
4081
 
4331
4082
  @property
4332
4083
  def TransferItems(self):
4333
- r"""TransferFunctionEnable为true的时候生效: 转人工配置
4084
+ r"""<p>TransferFunctionEnable为true的时候生效: 转人工配置</p>
4334
4085
  :rtype: list of AITransferItem
4335
4086
  """
4336
4087
  return self._TransferItems
@@ -4339,9 +4090,31 @@ HoaiMy
4339
4090
  def TransferItems(self, TransferItems):
4340
4091
  self._TransferItems = TransferItems
4341
4092
 
4093
+ @property
4094
+ def TransferToAgentEnable(self):
4095
+ r"""<p>模型是否支持(或者开启)转智能体function calling</p>
4096
+ :rtype: bool
4097
+ """
4098
+ return self._TransferToAgentEnable
4099
+
4100
+ @TransferToAgentEnable.setter
4101
+ def TransferToAgentEnable(self, TransferToAgentEnable):
4102
+ self._TransferToAgentEnable = TransferToAgentEnable
4103
+
4104
+ @property
4105
+ def TransferToAgentItems(self):
4106
+ r"""<p>TransferToAgentEnable为true的时候生效: 转智能体配置</p>
4107
+ :rtype: list of TransferToAgentItem
4108
+ """
4109
+ return self._TransferToAgentItems
4110
+
4111
+ @TransferToAgentItems.setter
4112
+ def TransferToAgentItems(self, TransferToAgentItems):
4113
+ self._TransferToAgentItems = TransferToAgentItems
4114
+
4342
4115
  @property
4343
4116
  def NotifyDuration(self):
4344
- r"""用户多久没说话提示时长,最小10秒,默认10
4117
+ r"""<p>用户多久没说话提示时长,最小10秒,默认10秒</p>
4345
4118
  :rtype: int
4346
4119
  """
4347
4120
  return self._NotifyDuration
@@ -4352,7 +4125,7 @@ HoaiMy
4352
4125
 
4353
4126
  @property
4354
4127
  def NotifyMessage(self):
4355
- r"""用户NotifyDuration没说话,AI提示的语句,默认是"抱歉,我没听清。您可以重复下吗?"
4128
+ r"""<p>用户NotifyDuration没说话,AI提示的语句,默认是&quot;抱歉,我没听清。您可以重复下吗?&quot;</p>
4356
4129
  :rtype: str
4357
4130
  """
4358
4131
  return self._NotifyMessage
@@ -4363,7 +4136,7 @@ HoaiMy
4363
4136
 
4364
4137
  @property
4365
4138
  def NotifyMaxCount(self):
4366
- r"""最大触发AI提示音次数,默认为不限制
4139
+ r"""<p>最大触发AI提示音次数,默认为不限制</p>
4367
4140
  :rtype: int
4368
4141
  """
4369
4142
  return self._NotifyMaxCount
@@ -4374,80 +4147,7 @@ HoaiMy
4374
4147
 
4375
4148
  @property
4376
4149
  def CustomTTSConfig(self):
4377
- r"""<p>和VoiceType字段需要选填一个,这里是使用自己自定义的TTS,VoiceType是系统内置的一些音色</p>
4378
- <ul>
4379
- <li>Tencent TTS<br>
4380
- 配置请参考<a href="https://cloud.tencent.com/document/product/1073/92668#55924b56-1a73-4663-a7a1-a8dd82d6e823" target="_blank">腾讯云TTS文档链接</a></li>
4381
- </ul>
4382
- <div class="v-md-pre-wrapper copy-code-mode v-md-pre-wrapper- extra-class"><pre class="v-md-prism-"><code>{
4383
- &quot;TTSType&quot;: &quot;tencent&quot;, // String TTS类型, 目前支持&quot;tencent&quot; 和 “minixmax”, 其他的厂商支持中
4384
-   &quot;AppId&quot;: &quot;您的应用ID&quot;, // String 必填
4385
-   &quot;SecretId&quot;: &quot;您的密钥ID&quot;, // String 必填
4386
-   &quot;SecretKey&quot;: &quot;您的密钥Key&quot;, // String 必填
4387
-   &quot;VoiceType&quot;: 101001, // Integer 必填,音色 ID,包括标准音色与精品音色,精品音色拟真度更高,价格不同于标准音色,请参见语音合成计费概述。完整的音色 ID 列表请参见语音合成音色列表。
4388
-   &quot;Speed&quot;: 1.25, // Integer 非必填,语速,范围:[-2,6],分别对应不同语速: -2: 代表0.6倍 -1: 代表0.8倍 0: 代表1.0倍(默认) 1: 代表1.2倍 2: 代表1.5倍 6: 代表2.5倍 如果需要更细化的语速,可以保留小数点后 2 位,例如0.5/1.25/2.81等。 参数值与实际语速转换,可参考 语速转换
4389
-   &quot;Volume&quot;: 5, // Integer 非必填,音量大小,范围:[0,10],分别对应11个等级的音量,默认值为0,代表正常音量。
4390
-   &quot;PrimaryLanguage&quot;: 1, // Integer 可选 主要语言 1-中文(默认) 2-英文 3-日文
4391
- &quot;FastVoiceType&quot;: &quot;xxxx&quot; // 可选参数, 快速声音复刻的参数
4392
-  }
4393
- </code></pre>
4394
- </div><ul>
4395
- <li>Minimax TTS<br>
4396
- 配置请参考<a href="https://platform.minimaxi.com/document/T2A%20V2?key=66719005a427f0c8a5701643" target="_blank"> Minimax TTS 文档链接</a>。注意 Minimax TTS 存在频率限制,超频可能会导致回答卡顿,<a href="https://platform.minimaxi.com/document/Rate%20limits?key=66b19417290299a26b234572" target="_blank">Minimax TTS频率限制相关文档链接</a>。</li>
4397
- </ul>
4398
- <div class="v-md-pre-wrapper copy-code-mode v-md-pre-wrapper- extra-class"><pre class="v-md-prism-"><code>{
4399
- &quot;TTSType&quot;: &quot;minimax&quot;, // String TTS类型,
4400
- &quot;Model&quot;: &quot;speech-01-turbo&quot;,
4401
- &quot;APIUrl&quot;: &quot;https://api.minimax.chat/v1/t2a_v2&quot;,
4402
- &quot;APIKey&quot;: &quot;eyxxxx&quot;,
4403
- &quot;GroupId&quot;: &quot;181000000000000&quot;,
4404
- &quot;VoiceType&quot;:&quot;female-tianmei&quot;,
4405
- &quot;Speed&quot;: 1.2
4406
- }
4407
- </code></pre>
4408
- </div><ul>
4409
- <li>火山 TTS</li>
4410
- </ul>
4411
- <p>配置音色类型参考<a href="https://www.volcengine.com/docs/6561/162929" target="_blank">火山TTS文档链接</a><br>
4412
- 语音合成音色列表–语音技术-火山引擎<br>
4413
- 大模型语音合成音色列表–语音技术-火山引擎</p>
4414
- <div class="v-md-pre-wrapper copy-code-mode v-md-pre-wrapper- extra-class"><pre class="v-md-prism-"><code>{
4415
- &quot;TTSType&quot;: &quot;volcengine&quot;, // 必填:String TTS类型
4416
- &quot;AppId&quot; : &quot;xxxxxxxx&quot;, // 必填:String 火山引擎分配的Appid
4417
- &quot;Token&quot; : &quot;TY9d4sQXHxxxxxxx&quot;, // 必填: String类型 火山引擎的访问token
4418
- &quot;Speed&quot; : 1.0, // 可选参数 语速,默认为1.0
4419
- &quot;Volume&quot;: 1.0, // 可选参数, 音量大小, 默认为1.0
4420
- &quot;Cluster&quot; : &quot;volcano_tts&quot;, // 可选参数,业务集群, 默认是 volcano_tts
4421
- &quot;VoiceType&quot; : &quot;zh_male_aojiaobazong_moon_bigtts&quot; // 音色类型, 默认为大模型语音合成的音色。 如果使用普通语音合成,则需要填写对应的音色类型。 音色类型填写错误会导致没有声音。
4422
- }
4423
- </code></pre>
4424
- </div><ul>
4425
- <li>Azure TTS<br>
4426
- 配置请参考<a href="https://docs.azure.cn/zh-cn/ai-services/speech-service/speech-synthesis-markup-voice" target="_blank">AzureTTS文档链接</a></li>
4427
- </ul>
4428
- <div class="v-md-pre-wrapper copy-code-mode v-md-pre-wrapper- extra-class"><pre class="v-md-prism-"><code>{
4429
- &quot;TTSType&quot;: &quot;azure&quot;, // 必填:String TTS类型
4430
- &quot;SubscriptionKey&quot;: &quot;xxxxxxxx&quot;, // 必填:String 订阅的Key
4431
- &quot;Region&quot;: &quot;chinanorth3&quot;, // 必填:String 订阅的地区
4432
- &quot;VoiceName&quot;: &quot;zh-CN-XiaoxiaoNeural&quot;, // 必填:String 音色名必填
4433
- &quot;Language&quot;: &quot;zh-CN&quot;, // 必填:String 合成的语言
4434
- &quot;Rate&quot;: 1 // 选填:float 语速 0.5~2 默认为 1
4435
- }
4436
- </code></pre>
4437
- </div><ul>
4438
- <li>自定义TTS</li>
4439
- </ul>
4440
- <p>具体协议规范请参考<a href="https://doc.weixin.qq.com/doc/w3_ANQAiAbdAFwHILbJBmtSqSbV1WZ3L?scode=AJEAIQdfAAo5a1xajYANQAiAbdAFw" target="_blank">腾讯文档</a></p>
4441
- <div class="v-md-pre-wrapper copy-code-mode v-md-pre-wrapper- extra-class"><pre class="v-md-prism-"><code>{
4442
- &quot;TTSType&quot;: &quot;custom&quot;, // String 必填
4443
- &quot;APIKey&quot;: &quot;ApiKey&quot;, // String 必填 用来鉴权
4444
- &quot;APIUrl&quot;: &quot;http://0.0.0.0:8080/stream-audio&quot; // String,必填,TTS API URL
4445
- &quot;AudioFormat&quot;: &quot;wav&quot;, // String, 非必填,期望输出的音频格式,如mp3, ogg_opus,pcm,wav,默认为 wav,目前只支持pcm和wav,
4446
- &quot;SampleRate&quot;: 16000, // Integer,非必填,音频采样率,默认为16000(16k),推荐值为16000
4447
- &quot;AudioChannel&quot;: 1, // Integer,非必填,音频通道数,取值:1 或 2 默认为1
4448
- }
4449
- </code></pre>
4450
- </div>
4150
+ r"""<p>和VoiceType字段需要选填一个,这里是使用自己自定义的TTS,VoiceType是系统内置的一些音色</p><ul><li>Tencent TTS<br>配置请参考<a href="https://cloud.tencent.com/document/product/1073/92668#55924b56-1a73-4663-a7a1-a8dd82d6e823" target="_blank">腾讯云TTS文档链接</a></li></ul><div class="v-md-pre-wrapper copy-code-mode v-md-pre-wrapper- extra-class"><pre class="v-md-prism-"><code>{ "TTSType": "tencent", // String TTS类型, 目前支持"tencent" 和 “minixmax”, 其他的厂商支持中 u2003 "AppId": "您的应用ID", // String 必填 u2003 "SecretId": "您的密钥ID", // String 必填 u2003 "SecretKey": "您的密钥Key", // String 必填 u2003 "VoiceType": 101001, // Integer 必填,音色 ID,包括标准音色与精品音色,精品音色拟真度更高,价格不同于标准音色,请参见语音合成计费概述。完整的音色 ID 列表请参见语音合成音色列表。 u2003 "Speed": 1.25, // Integer 非必填,语速,范围:[-2,6],分别对应不同语速: -2: 代表0.6倍 -1: 代表0.8倍 0: 代表1.0倍(默认) 1: 代表1.2倍 2: 代表1.5倍 6: 代表2.5倍 如果需要更细化的语速,可以保留小数点后 2 位,例如0.5/1.25/2.81等。 参数值与实际语速转换,可参考 语速转换 u2003 "Volume": 5, // Integer 非必填,音量大小,范围:[0,10],分别对应11个等级的音量,默认值为0,代表正常音量。 u2003 "PrimaryLanguage": 1, // Integer 可选 主要语言 1-中文(默认) 2-英文 3-日文 "FastVoiceType": "xxxx" // 可选参数, 快速声音复刻的参数 u2003}</code></pre> </div><ul><li>Minimax TTS<br>配置请参考<a href="https://platform.minimaxi.com/document/T2A%20V2?key=66719005a427f0c8a5701643" target="_blank"> Minimax TTS 文档链接</a>。注意 Minimax TTS 存在频率限制,超频可能会导致回答卡顿,<a href="https://platform.minimaxi.com/document/Rate%20limits?key=66b19417290299a26b234572" target="_blank">Minimax TTS频率限制相关文档链接</a>。</li></ul><div class="v-md-pre-wrapper copy-code-mode v-md-pre-wrapper- extra-class"><pre class="v-md-prism-"><code>{ "TTSType": "minimax", // String TTS类型, "Model": "speech-01-turbo", "APIUrl": "https://api.minimax.chat/v1/t2a_v2", "APIKey": "eyxxxx", "GroupId": "181000000000000", "VoiceType":"female-tianmei", "Speed": 1.2}</code></pre></div><ul><li>火山 TTS</li></ul><p>配置音色类型参考<a href="https://www.volcengine.com/docs/6561/162929" target="_blank">火山TTS文档链接</a><br>语音合成音色列表–语音技术-火山引擎<br>大模型语音合成音色列表–语音技术-火山引擎</p><div class="v-md-pre-wrapper copy-code-mode v-md-pre-wrapper- extra-class"><pre class="v-md-prism-"><code>{ "TTSType": "volcengine", // 必填:String TTS类型 "AppId" : "xxxxxxxx", // 必填:String 火山引擎分配的Appid "Token" : "TY9d4sQXHxxxxxxx", // 必填: String类型 火山引擎的访问token "Speed" : 1.0, // 可选参数 语速,默认为1.0 "Volume": 1.0, // 可选参数, 音量大小, 默认为1.0 "Cluster" : "volcano_tts", // 可选参数,业务集群, 默认是 volcano_tts "VoiceType" : "zh_male_aojiaobazong_moon_bigtts" // 音色类型, 默认为大模型语音合成的音色。 如果使用普通语音合成,则需要填写对应的音色类型。 音色类型填写错误会导致没有声音。}</code></pre></div><ul><li>Azure TTS<br>配置请参考<a href="https://docs.azure.cn/zh-cn/ai-services/speech-service/speech-synthesis-markup-voice" target="_blank">AzureTTS文档链接</a></li></ul><div class="v-md-pre-wrapper copy-code-mode v-md-pre-wrapper- extra-class"><pre class="v-md-prism-"><code>{ "TTSType": "azure", // 必填:String TTS类型 "SubscriptionKey": "xxxxxxxx", // 必填:String 订阅的Key "Region": "chinanorth3", // 必填:String 订阅的地区 "VoiceName": "zh-CN-XiaoxiaoNeural", // 必填:String 音色名必填 "Language": "zh-CN", // 必填:String 合成的语言 "Rate": 1 // 选填:float 语速 0.5~2 默认为 1}</code></pre></div><ul><li>自定义TTS</li></ul><p>具体协议规范请参考<a href="https://doc.weixin.qq.com/doc/w3_ANQAiAbdAFwHILbJBmtSqSbV1WZ3L?scode=AJEAIQdfAAo5a1xajYANQAiAbdAFw" target="_blank">腾讯文档</a></p><div class="v-md-pre-wrapper copy-code-mode v-md-pre-wrapper- extra-class"><pre class="v-md-prism-"><code>{ "TTSType": "custom", // String 必填 "APIKey": "ApiKey", // String 必填 用来鉴权 "APIUrl": "http://0.0.0.0:8080/stream-audio" // String,必填,TTS API URL "AudioFormat": "wav", // String, 非必填,期望输出的音频格式,如mp3, ogg_opus,pcm,wav,默认为 wav,目前只支持pcm和wav, "SampleRate": 16000, // Integer,非必填,音频采样率,默认为16000(16k),推荐值为16000 "AudioChannel": 1, // Integer,非必填,音频通道数,取值:1 或 2 默认为1 }</code></pre></div>
4451
4151
  :rtype: str
4452
4152
  """
4453
4153
  return self._CustomTTSConfig
@@ -4460,7 +4160,7 @@ HoaiMy
4460
4160
  def PromptVariables(self):
4461
4161
  warnings.warn("parameter `PromptVariables` is deprecated", DeprecationWarning)
4462
4162
 
4463
- r"""提示词变量
4163
+ r"""<p>提示词变量</p>
4464
4164
  :rtype: list of Variable
4465
4165
  """
4466
4166
  return self._PromptVariables
@@ -4473,7 +4173,7 @@ HoaiMy
4473
4173
 
4474
4174
  @property
4475
4175
  def VadSilenceTime(self):
4476
- r"""语音识别vad的时间,范围为240-2000,默认为1000,单位为ms。更小的值会让语音识别分句更快。
4176
+ r"""<p>语音识别vad的时间,范围为240-2000,默认为1000,单位为ms。更小的值会让语音识别分句更快。</p>
4477
4177
  :rtype: int
4478
4178
  """
4479
4179
  return self._VadSilenceTime
@@ -4484,7 +4184,7 @@ HoaiMy
4484
4184
 
4485
4185
  @property
4486
4186
  def ExtractConfig(self):
4487
- r"""通话内容提取配置
4187
+ r"""<p>通话内容提取配置</p>
4488
4188
  :rtype: list of AICallExtractConfigElement
4489
4189
  """
4490
4190
  return self._ExtractConfig
@@ -4495,7 +4195,7 @@ HoaiMy
4495
4195
 
4496
4196
  @property
4497
4197
  def Temperature(self):
4498
- r"""模型温度控制
4198
+ r"""<p>模型温度控制</p>
4499
4199
  :rtype: float
4500
4200
  """
4501
4201
  return self._Temperature
@@ -4506,11 +4206,7 @@ HoaiMy
4506
4206
 
4507
4207
  @property
4508
4208
  def Variables(self):
4509
- r"""通用变量: <p>提示词变量</p> <p>欢迎语变量</p> <p> 欢迎语延迟播放(秒级):welcome-message-delay</p> <p> dify变量</p>
4510
-
4511
- 1. dify-inputs-xxx 为dify的inputs变量
4512
- 2. dify-inputs-user 为dify的user值
4513
- 3. dify-inputs-conversation_id 为dify的conversation_id值
4209
+ r"""<p>通用变量: <p>提示词变量</p> <p>欢迎语变量</p> <p> 欢迎语延迟播放(秒级):welcome-message-delay</p> <p> dify变量</p> </p><ol><li>dify-inputs-xxx 为dify的inputs变量</li><li>dify-inputs-user 为dify的user值</li><li>dify-inputs-conversation_id 为dify的conversation_id值</li></ol>
4514
4210
  :rtype: list of Variable
4515
4211
  """
4516
4212
  return self._Variables
@@ -4521,7 +4217,7 @@ HoaiMy
4521
4217
 
4522
4218
  @property
4523
4219
  def TopP(self):
4524
- r"""模型topP
4220
+ r"""<p>模型topP</p>
4525
4221
  :rtype: float
4526
4222
  """
4527
4223
  return self._TopP
@@ -4532,7 +4228,7 @@ HoaiMy
4532
4228
 
4533
4229
  @property
4534
4230
  def VadLevel(self):
4535
- r"""vad的远场人声抑制能力(不会对asr识别效果造成影响),范围为[0, 3],默认为0。推荐设置为2,有较好的远场人声抑制能力。
4231
+ r"""<p>vad的远场人声抑制能力(不会对asr识别效果造成影响),范围为[0, 3],默认为0。推荐设置为2,有较好的远场人声抑制能力。</p>
4536
4232
  :rtype: int
4537
4233
  """
4538
4234
  return self._VadLevel
@@ -4543,7 +4239,7 @@ HoaiMy
4543
4239
 
4544
4240
  @property
4545
4241
  def ToneWord(self):
4546
- r"""衔接语
4242
+ r"""<p>衔接语</p>
4547
4243
  :rtype: :class:`tencentcloud.ccc.v20200210.models.ToneWordInfo`
4548
4244
  """
4549
4245
  return self._ToneWord
@@ -4554,10 +4250,7 @@ HoaiMy
4554
4250
 
4555
4251
  @property
4556
4252
  def EnableComplianceAudio(self):
4557
- r"""合规提示音,
4558
- 该参数传true(默认)表示通话开始播放摩斯码,提示对话内容为 AI 生成。
4559
- 该参数传false表示关闭合规提示音。该参数传false则代表您知晓并同意以下协议:
4560
- 我方充分知悉和理解,根据[《网络安全法》](https://www.cac.gov.cn/2016-11/07/c_1119867116.htm)[《互联网信息服务深度合成管理规定》](https://www.gov.cn/zhengce/zhengceku/2022-12/12/content_5731431.htm)[《生成式人工智能服务管理暂行办法》](https://www.gov.cn/zhengce/zhengceku/202307/content_6891752.htm)[《人工智能生成合成内容标识办法》](https://www.gov.cn/zhengce/zhengceku/202503/content_7014286.htm)的法律法规的规定,对人工智能生成合成内容应当添加显式标识和隐式标识。我方基于业务需求,请腾讯云对生成合成内容不添加显式标识,我方承诺合法合规使用生成合成内容,避免造成混淆、误认;如果使用生成合成内容对公众提供服务的,或通过网络传播的,我方将自觉主动添加符合法律规定和国家标准要求的显式标识,承担人工智能生成合成内容标识的法律义务。我方未能恰当、合理地履行人工智能内容标识义务造成不良后果的,或遭受主管部门责罚的,相关责任由我方完全承担。
4253
+ r"""<p>合规提示音,<br>该参数传true(默认)表示通话开始播放摩斯码,提示对话内容为 AI 生成。<br>该参数传false表示关闭合规提示音。该参数传false则代表您知晓并同意以下协议:<br>我方充分知悉和理解,根据<a href="https://www.cac.gov.cn/2016-11/07/c_1119867116.htm">《网络安全法》</a><a href="https://www.gov.cn/zhengce/zhengceku/2022-12/12/content_5731431.htm">《互联网信息服务深度合成管理规定》</a><a href="https://www.gov.cn/zhengce/zhengceku/202307/content_6891752.htm">《生成式人工智能服务管理暂行办法》</a><a href="https://www.gov.cn/zhengce/zhengceku/202503/content_7014286.htm">《人工智能生成合成内容标识办法》</a>的法律法规的规定,对人工智能生成合成内容应当添加显式标识和隐式标识。我方基于业务需求,请腾讯云对生成合成内容不添加显式标识,我方承诺合法合规使用生成合成内容,避免造成混淆、误认;如果使用生成合成内容对公众提供服务的,或通过网络传播的,我方将自觉主动添加符合法律规定和国家标准要求的显式标识,承担人工智能生成合成内容标识的法律义务。我方未能恰当、合理地履行人工智能内容标识义务造成不良后果的,或遭受主管部门责罚的,相关责任由我方完全承担。</p>
4561
4254
  :rtype: bool
4562
4255
  """
4563
4256
  return self._EnableComplianceAudio
@@ -4568,7 +4261,7 @@ HoaiMy
4568
4261
 
4569
4262
  @property
4570
4263
  def EnableVoicemailDetection(self):
4571
- r"""是否开启语音信箱识别
4264
+ r"""<p>是否开启语音信箱识别</p>
4572
4265
  :rtype: bool
4573
4266
  """
4574
4267
  return self._EnableVoicemailDetection
@@ -4579,8 +4272,7 @@ HoaiMy
4579
4272
 
4580
4273
  @property
4581
4274
  def VoicemailAction(self):
4582
- r"""识别到对端为语音信箱时的行为,当EnableVoicemailDetection为True时生效
4583
- 0: 挂断电话(默认)
4275
+ r"""<p>识别到对端为语音信箱时的行为,当EnableVoicemailDetection为True时生效<br>0: 挂断电话(默认)</p>
4584
4276
  :rtype: int
4585
4277
  """
4586
4278
  return self._VoicemailAction
@@ -4591,7 +4283,7 @@ HoaiMy
4591
4283
 
4592
4284
  @property
4593
4285
  def LLMExtraBody(self):
4594
- r"""大模型拓展参数, 格式为json字符串
4286
+ r"""<p>大模型拓展参数, 格式为json字符串</p>
4595
4287
  :rtype: str
4596
4288
  """
4597
4289
  return self._LLMExtraBody
@@ -4602,7 +4294,7 @@ HoaiMy
4602
4294
 
4603
4295
  @property
4604
4296
  def MaxCallDurationMs(self):
4605
- r"""最大通话时长, 默认不限制。单位毫秒(ms)
4297
+ r"""<p>最大通话时长, 默认不限制。单位毫秒(ms)</p>
4606
4298
  :rtype: int
4607
4299
  """
4608
4300
  return self._MaxCallDurationMs
@@ -4613,7 +4305,7 @@ HoaiMy
4613
4305
 
4614
4306
  @property
4615
4307
  def MaxRingTimeoutSecond(self):
4616
- r"""最大振铃时长,达到时长阈值自动挂断。 **仅自携号码支持当前参数**
4308
+ r"""<p>最大振铃时长,达到时长阈值自动挂断。 <strong>仅自携号码支持当前参数</strong></p>
4617
4309
  :rtype: int
4618
4310
  """
4619
4311
  return self._MaxRingTimeoutSecond
@@ -4624,9 +4316,7 @@ HoaiMy
4624
4316
 
4625
4317
  @property
4626
4318
  def AmbientSoundType(self):
4627
- r"""环境音场景,没有的话不填。
4628
- coffee_shops:咖啡店氛围,背景中有人聊天
4629
- busy_office:客服中心
4319
+ r"""<p>环境音场景,没有的话不填。<br>coffee_shops:咖啡店氛围,背景中有人聊天<br>busy_office:客服中心</p>
4630
4320
  :rtype: str
4631
4321
  """
4632
4322
  return self._AmbientSoundType
@@ -4637,7 +4327,7 @@ busy_office:客服中心
4637
4327
 
4638
4328
  @property
4639
4329
  def AmbientSoundVolume(self):
4640
- r"""环境音音量。如果AmbientSoundType 为空,该字段不填。取值的范围是 [0,2]。值越低,环境音越小;值越高,环境音越响亮。如果未设置,则使用默认值 1
4330
+ r"""<p>环境音音量。如果AmbientSoundType 为空,该字段不填。取值的范围是 [0,2]。值越低,环境音越小;值越高,环境音越响亮。如果未设置,则使用默认值 1。</p>
4641
4331
  :rtype: float
4642
4332
  """
4643
4333
  return self._AmbientSoundVolume
@@ -4646,6 +4336,28 @@ busy_office:客服中心
4646
4336
  def AmbientSoundVolume(self, AmbientSoundVolume):
4647
4337
  self._AmbientSoundVolume = AmbientSoundVolume
4648
4338
 
4339
+ @property
4340
+ def AcquireTimeoutSecond(self):
4341
+ r"""<p>智能体并发不足时,排队等待超时时间,单位秒</p><p>取值范围:[0, 5]</p><p>默认值:5</p>
4342
+ :rtype: int
4343
+ """
4344
+ return self._AcquireTimeoutSecond
4345
+
4346
+ @AcquireTimeoutSecond.setter
4347
+ def AcquireTimeoutSecond(self, AcquireTimeoutSecond):
4348
+ self._AcquireTimeoutSecond = AcquireTimeoutSecond
4349
+
4350
+ @property
4351
+ def CustomSTTConfig(self):
4352
+ r"""<p>自定义STT配置,请联系产品/开发后使用</p>
4353
+ :rtype: str
4354
+ """
4355
+ return self._CustomSTTConfig
4356
+
4357
+ @CustomSTTConfig.setter
4358
+ def CustomSTTConfig(self, CustomSTTConfig):
4359
+ self._CustomSTTConfig = CustomSTTConfig
4360
+
4649
4361
 
4650
4362
  def _deserialize(self, params):
4651
4363
  self._SdkAppId = params.get("SdkAppId")
@@ -4673,6 +4385,13 @@ busy_office:客服中心
4673
4385
  obj = AITransferItem()
4674
4386
  obj._deserialize(item)
4675
4387
  self._TransferItems.append(obj)
4388
+ self._TransferToAgentEnable = params.get("TransferToAgentEnable")
4389
+ if params.get("TransferToAgentItems") is not None:
4390
+ self._TransferToAgentItems = []
4391
+ for item in params.get("TransferToAgentItems"):
4392
+ obj = TransferToAgentItem()
4393
+ obj._deserialize(item)
4394
+ self._TransferToAgentItems.append(obj)
4676
4395
  self._NotifyDuration = params.get("NotifyDuration")
4677
4396
  self._NotifyMessage = params.get("NotifyMessage")
4678
4397
  self._NotifyMaxCount = params.get("NotifyMaxCount")
@@ -4710,6 +4429,8 @@ busy_office:客服中心
4710
4429
  self._MaxRingTimeoutSecond = params.get("MaxRingTimeoutSecond")
4711
4430
  self._AmbientSoundType = params.get("AmbientSoundType")
4712
4431
  self._AmbientSoundVolume = params.get("AmbientSoundVolume")
4432
+ self._AcquireTimeoutSecond = params.get("AcquireTimeoutSecond")
4433
+ self._CustomSTTConfig = params.get("CustomSTTConfig")
4713
4434
  memeber_set = set(params.keys())
4714
4435
  for name, value in vars(self).items():
4715
4436
  property_name = name[1:]
@@ -4727,7 +4448,7 @@ class CreateAICallResponse(AbstractModel):
4727
4448
 
4728
4449
  def __init__(self):
4729
4450
  r"""
4730
- :param _SessionId: 新创建的会话 ID
4451
+ :param _SessionId: <p>新创建的会话 ID</p>
4731
4452
  :type SessionId: str
4732
4453
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4733
4454
  :type RequestId: str
@@ -4737,7 +4458,7 @@ class CreateAICallResponse(AbstractModel):
4737
4458
 
4738
4459
  @property
4739
4460
  def SessionId(self):
4740
- r"""新创建的会话 ID
4461
+ r"""<p>新创建的会话 ID</p>
4741
4462
  :rtype: str
4742
4463
  """
4743
4464
  return self._SessionId
@@ -21240,6 +20961,72 @@ class ToneWordInfo(AbstractModel):
21240
20961
 
21241
20962
 
21242
20963
 
20964
+ class TransferToAgentItem(AbstractModel):
20965
+ r"""转接智能体配置
20966
+
20967
+ """
20968
+
20969
+ def __init__(self):
20970
+ r"""
20971
+ :param _TransferToAgentName: <p>转智能体的function calling 名称</p>
20972
+ :type TransferToAgentName: str
20973
+ :param _TransferToAgentDesc: <p>转智能体描述</p>
20974
+ :type TransferToAgentDesc: str
20975
+ :param _TransferToAgentId: <p>目标智能体ID</p>
20976
+ :type TransferToAgentId: int
20977
+ """
20978
+ self._TransferToAgentName = None
20979
+ self._TransferToAgentDesc = None
20980
+ self._TransferToAgentId = None
20981
+
20982
+ @property
20983
+ def TransferToAgentName(self):
20984
+ r"""<p>转智能体的function calling 名称</p>
20985
+ :rtype: str
20986
+ """
20987
+ return self._TransferToAgentName
20988
+
20989
+ @TransferToAgentName.setter
20990
+ def TransferToAgentName(self, TransferToAgentName):
20991
+ self._TransferToAgentName = TransferToAgentName
20992
+
20993
+ @property
20994
+ def TransferToAgentDesc(self):
20995
+ r"""<p>转智能体描述</p>
20996
+ :rtype: str
20997
+ """
20998
+ return self._TransferToAgentDesc
20999
+
21000
+ @TransferToAgentDesc.setter
21001
+ def TransferToAgentDesc(self, TransferToAgentDesc):
21002
+ self._TransferToAgentDesc = TransferToAgentDesc
21003
+
21004
+ @property
21005
+ def TransferToAgentId(self):
21006
+ r"""<p>目标智能体ID</p>
21007
+ :rtype: int
21008
+ """
21009
+ return self._TransferToAgentId
21010
+
21011
+ @TransferToAgentId.setter
21012
+ def TransferToAgentId(self, TransferToAgentId):
21013
+ self._TransferToAgentId = TransferToAgentId
21014
+
21015
+
21016
+ def _deserialize(self, params):
21017
+ self._TransferToAgentName = params.get("TransferToAgentName")
21018
+ self._TransferToAgentDesc = params.get("TransferToAgentDesc")
21019
+ self._TransferToAgentId = params.get("TransferToAgentId")
21020
+ memeber_set = set(params.keys())
21021
+ for name, value in vars(self).items():
21022
+ property_name = name[1:]
21023
+ if property_name in memeber_set:
21024
+ memeber_set.remove(property_name)
21025
+ if len(memeber_set) > 0:
21026
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
21027
+
21028
+
21029
+
21243
21030
  class TransferToManualRequest(AbstractModel):
21244
21031
  r"""TransferToManual请求参数结构体
21245
21032
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-ccc
3
- Version: 3.1.135
3
+ Version: 3.1.151
4
4
  Summary: Tencent Cloud Ccc 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.135
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.151
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.151
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.135