tencentcloud-sdk-nodejs 4.1.114 → 4.1.116
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.
- package/es/common/sdk_version.js +1 -1
- package/es/services/ai3d/v20250513/ai3d_client.js +6 -0
- package/es/services/cloudapp/v20220530/cloudapp_client.js +3 -0
- package/es/services/cls/v20201016/cls_client.js +9 -0
- package/es/services/gme/v20180711/gme_client.js +27 -0
- package/es/services/index.js +1 -0
- package/es/services/iotexplorer/v20190423/iotexplorer_client.js +26 -2
- package/es/services/lighthouse/v20200324/lighthouse_client.js +3 -0
- package/es/services/lowcode/v20210108/lowcode_client.js +13 -4
- package/es/services/ocr/v20181119/ocr_client.js +10 -4
- package/es/services/tdai/index.js +4 -0
- package/es/services/tdai/v20250717/index.js +6 -0
- package/es/services/tdai/v20250717/tdai_client.js +60 -0
- package/es/services/tdai/v20250717/tdai_models.js +0 -0
- package/es/services/teo/v20220901/teo_client.js +3 -0
- package/package.json +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ai3d/v20250513/ai3d_client.d.ts +11 -1
- package/tencentcloud/services/ai3d/v20250513/ai3d_client.js +14 -0
- package/tencentcloud/services/ai3d/v20250513/ai3d_models.d.ts +110 -9
- package/tencentcloud/services/batch/v20170312/batch_models.d.ts +1 -1
- package/tencentcloud/services/bi/v20220105/bi_models.d.ts +2 -2
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +4 -0
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +31 -67
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +16 -0
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +1 -1
- package/tencentcloud/services/chc/v20230418/chc_models.d.ts +29 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +1 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +1 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +114 -93
- package/tencentcloud/services/cloudapp/v20220530/cloudapp_client.d.ts +118 -1
- package/tencentcloud/services/cloudapp/v20220530/cloudapp_client.js +119 -0
- package/tencentcloud/services/cloudapp/v20220530/cloudapp_models.d.ts +54 -16
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +13 -1
- package/tencentcloud/services/cls/v20201016/cls_client.js +18 -0
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +284 -85
- package/tencentcloud/services/ctem/v20231128/ctem_models.d.ts +16 -0
- package/tencentcloud/services/dc/v20180410/dc_models.d.ts +8 -0
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +18 -17
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +73 -3
- package/tencentcloud/services/es/v20250101/es_models.d.ts +118 -13
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +80 -5
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +9 -0
- package/tencentcloud/services/gme/v20180711/gme_client.d.ts +39 -1
- package/tencentcloud/services/gme/v20180711/gme_client.js +56 -0
- package/tencentcloud/services/gme/v20180711/gme_models.d.ts +678 -80
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +8 -0
- package/tencentcloud/services/igtm/v20231024/igtm_models.d.ts +2 -2
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/ioa/v20220601/ioa_models.d.ts +18 -2
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +35 -3
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +51 -3
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +584 -132
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +6 -2
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +7 -1
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +158 -47
- package/tencentcloud/services/live/v20180801/live_models.d.ts +2 -2
- package/tencentcloud/services/lkeap/v20240522/lkeap_models.d.ts +8 -0
- package/tencentcloud/services/lowcode/v20210108/lowcode_client.d.ts +17 -5
- package/tencentcloud/services/lowcode/v20210108/lowcode_client.js +24 -6
- package/tencentcloud/services/lowcode/v20210108/lowcode_models.d.ts +646 -41
- package/tencentcloud/services/mps/v20190612/mps_client.d.ts +5 -1
- package/tencentcloud/services/mps/v20190612/mps_client.js +5 -1
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +476 -11
- package/tencentcloud/services/mqtt/v20240516/mqtt_models.d.ts +61 -0
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +13 -5
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +18 -6
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +185 -77
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +1 -1
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.js +1 -1
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +2 -1
- package/tencentcloud/services/tcbr/v20220217/tcbr_models.d.ts +151 -126
- package/tencentcloud/services/tdai/index.d.ts +6 -0
- package/tencentcloud/services/tdai/index.js +7 -0
- package/tencentcloud/services/tdai/v20250717/index.d.ts +6 -0
- package/tencentcloud/services/tdai/v20250717/index.js +10 -0
- package/tencentcloud/services/tdai/v20250717/tdai_client.d.ts +82 -0
- package/tencentcloud/services/tdai/v20250717/tdai_client.js +139 -0
- package/tencentcloud/services/tdai/v20250717/tdai_models.d.ts +877 -0
- package/tencentcloud/services/tdai/v20250717/tdai_models.js +18 -0
- package/tencentcloud/services/teo/v20220901/teo_client.d.ts +5 -1
- package/tencentcloud/services/teo/v20220901/teo_client.js +6 -0
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +101 -40
- package/tencentcloud/services/tmt/v20180321/tmt_models.d.ts +2 -2
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +2 -2
- package/tencentcloud/services/tts/v20190823/tts_client.d.ts +1 -1
- package/tencentcloud/services/tts/v20190823/tts_client.js +1 -1
- package/tencentcloud/services/tts/v20190823/tts_models.d.ts +2 -2
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +15 -11
- package/tencentcloud/services/vtc/v20240223/vtc_models.d.ts +2 -2
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +3 -5
- package/tencentcloud/services/wsa/v20250508/wsa_client.d.ts +1 -1
- package/tencentcloud/services/wsa/v20250508/wsa_client.js +1 -1
- package/tencentcloud/services/wsa/v20250508/wsa_models.d.ts +1 -1
@@ -1,6 +1,6 @@
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
3
|
-
import { ModifyAppStatusRequest,
|
3
|
+
import { ModifyAppStatusRequest, ModifyRecordInfoRequest, ModifyCustomizationStateRequest, StartAIConversationResponse, CreateScanUserRequest, StartAIConversationRequest, DescribeScanResultListRequest, StartRecordRequest, GetCustomizationListResponse, DeleteScanUserRequest, ModifyUserMicStatusRequest, UpdateScanUsersResponse, ControlAIConversationResponse, DescribeAgeDetectTaskRequest, DeleteCustomizationResponse, DescribeApplicationListRequest, GetCustomizationListRequest, RegisterVoicePrintResponse, DescribeRecordInfoResponse, DescribeApplicationListResponse, StopRecordResponse, DeleteVoicePrintRequest, DescribeUserInAndOutTimeRequest, StartRecordResponse, DescribeScanResultListResponse, CreateAppResponse, DescribeRecordInfoRequest, DescribeRoomInfoRequest, ModifyCustomizationResponse, DeleteCustomizationRequest, CreateAgeDetectTaskRequest, DescribeAppStatisticsResponse, DescribeVoicePrintResponse, DeleteScanUserResponse, DescribeRoomInfoResponse, DescribeAIConversationResponse, DescribeVoicePrintRequest, DescribeTaskInfoRequest, ScanVoiceRequest, RegisterVoicePrintRequest, UpdateVoicePrintRequest, DescribeApplicationDataRequest, CreateScanUserResponse, DeleteVoicePrintResponse, ModifyUserMicStatusResponse, DescribeTaskInfoResponse, DeleteRoomMemberResponse, ModifyCustomizationRequest, StopAIConversationResponse, DescribeAIConversationRequest, DescribeUserInAndOutTimeResponse, DescribeAppStatisticsRequest, StopRecordRequest, CreateAppRequest, ControlAIConversationRequest, ScanVoiceResponse, CreateAgeDetectTaskResponse, DescribeRealtimeScanConfigResponse, DeleteRoomMemberRequest, CreateCustomizationRequest, UpdateScanRoomsRequest, DescribeRealtimeScanConfigRequest, DescribeAgeDetectTaskResponse, StopAIConversationRequest, UpdateAIConversationRequest, UpdateScanRoomsResponse, DescribeApplicationDataResponse, UpdateAIConversationResponse, UpdateVoicePrintResponse, UpdateScanUsersRequest, ModifyAppStatusResponse, CreateCustomizationResponse, ModifyCustomizationStateResponse, ModifyRecordInfoResponse } from "./gme_models";
|
4
4
|
/**
|
5
5
|
* gme client
|
6
6
|
* @class
|
@@ -16,6 +16,14 @@ export declare class Client extends AbstractClient {
|
|
16
16
|
|
17
17
|
*/
|
18
18
|
StopRecord(req: StopRecordRequest, cb?: (error: string, rep: StopRecordResponse) => void): Promise<StopRecordResponse>;
|
19
|
+
/**
|
20
|
+
* 更新AIConversation参数
|
21
|
+
*/
|
22
|
+
UpdateAIConversation(req: UpdateAIConversationRequest, cb?: (error: string, rep: UpdateAIConversationResponse) => void): Promise<UpdateAIConversationResponse>;
|
23
|
+
/**
|
24
|
+
* 停止AI对话任务
|
25
|
+
*/
|
26
|
+
StopAIConversation(req: StopAIConversationRequest, cb?: (error: string, rep: StopAIConversationResponse) => void): Promise<StopAIConversationResponse>;
|
19
27
|
/**
|
20
28
|
* 删除自定义送检用户。**接口使用前提**:目前 DeleteScanUser 接口通过白名单开放,如需使用,需要 [提交工单申请](https://console.cloud.tencent.com/workorder/category?level1_id=438&level2_id=445&source=0&data_title=%E6%B8%B8%E6%88%8F%E5%A4%9A%E5%AA%92%E4%BD%93%E5%BC%95%E6%93%8EGME&step=1)。
|
21
29
|
*/
|
@@ -33,10 +41,20 @@ export declare class Client extends AbstractClient {
|
|
33
41
|
* 拉取用户在房间得进出时间
|
34
42
|
*/
|
35
43
|
DescribeUserInAndOutTime(req: DescribeUserInAndOutTimeRequest, cb?: (error: string, rep: DescribeUserInAndOutTimeResponse) => void): Promise<DescribeUserInAndOutTimeResponse>;
|
44
|
+
/**
|
45
|
+
* 传入声纹ID,删除之前注册的声纹信息
|
46
|
+
*/
|
47
|
+
DeleteVoicePrint(req: DeleteVoicePrintRequest, cb?: (error: string, rep: DeleteVoicePrintResponse) => void): Promise<DeleteVoicePrintResponse>;
|
36
48
|
/**
|
37
49
|
* 更新自定义送检房间号。**接口使用前提**:目前 UpdateScanRooms 接口通过白名单开放,如需使用,需要 [提交工单申请](https://console.cloud.tencent.com/workorder/category?level1_id=438&level2_id=445&source=0&data_title=%E6%B8%B8%E6%88%8F%E5%A4%9A%E5%AA%92%E4%BD%93%E5%BC%95%E6%93%8EGME&step=1)。
|
38
50
|
*/
|
39
51
|
UpdateScanRooms(req: UpdateScanRoomsRequest, cb?: (error: string, rep: UpdateScanRoomsResponse) => void): Promise<UpdateScanRoomsResponse>;
|
52
|
+
/**
|
53
|
+
* 启动AI对话任务,AI通道机器人进入GME房间,与房间内指定的成员进行AI对话,适用于智能客服,AI口语教师等场景
|
54
|
+
|
55
|
+
GME AI对话功能内置语音转文本能力,同时提供通道服务,即客户可灵活指定第三方AI模型(LLM)服务和文本转音频(TTS)服务,更多[功能说明](https://cloud.tencent.com/document/product/647/108901)。
|
56
|
+
*/
|
57
|
+
StartAIConversation(req: StartAIConversationRequest, cb?: (error: string, rep: StartAIConversationResponse) => void): Promise<StartAIConversationResponse>;
|
40
58
|
/**
|
41
59
|
* 用户使用该接口可以创建语音消息转文本热句模型,以供识别调用
|
42
60
|
*/
|
@@ -45,6 +63,10 @@ export declare class Client extends AbstractClient {
|
|
45
63
|
* 查询房间录制的详细信息
|
46
64
|
*/
|
47
65
|
DescribeTaskInfo(req: DescribeTaskInfoRequest, cb?: (error: string, rep: DescribeTaskInfoResponse) => void): Promise<DescribeTaskInfoResponse>;
|
66
|
+
/**
|
67
|
+
* 传入音频base64串,注册声纹信息,返回声纹ID
|
68
|
+
*/
|
69
|
+
RegisterVoicePrint(req: RegisterVoicePrintRequest, cb?: (error: string, rep: RegisterVoicePrintResponse) => void): Promise<RegisterVoicePrintResponse>;
|
48
70
|
/**
|
49
71
|
* 目前该功能底层能力已不具备,不对外提供,目前需要下线,走预下线流程。
|
50
72
|
|
@@ -61,6 +83,10 @@ export declare class Client extends AbstractClient {
|
|
61
83
|
</br>
|
62
84
|
*/
|
63
85
|
CreateAgeDetectTask(req: CreateAgeDetectTaskRequest, cb?: (error: string, rep: CreateAgeDetectTaskResponse) => void): Promise<CreateAgeDetectTaskResponse>;
|
86
|
+
/**
|
87
|
+
* 传入声纹ID以及对应音频信息,更新对应声纹信息
|
88
|
+
*/
|
89
|
+
UpdateVoicePrint(req: UpdateVoicePrintRequest, cb?: (error: string, rep: UpdateVoicePrintResponse) => void): Promise<UpdateVoicePrintResponse>;
|
64
90
|
/**
|
65
91
|
* 本接口(DeleteRoomMember)用户删除房间或者剔除房间内用户
|
66
92
|
*/
|
@@ -69,6 +95,10 @@ export declare class Client extends AbstractClient {
|
|
69
95
|
* 本接口(DescribeApplicationData)用于获取数据详情信息,最多可拉取最近90天的数据。
|
70
96
|
*/
|
71
97
|
DescribeApplicationData(req: DescribeApplicationDataRequest, cb?: (error: string, rep: DescribeApplicationDataResponse) => void): Promise<DescribeApplicationDataResponse>;
|
98
|
+
/**
|
99
|
+
* 查询AI对话任务状态。
|
100
|
+
*/
|
101
|
+
DescribeAIConversation(req: DescribeAIConversationRequest, cb?: (error: string, rep: DescribeAIConversationResponse) => void): Promise<DescribeAIConversationResponse>;
|
72
102
|
/**
|
73
103
|
* 本接口(ScanVoice)用于提交语音检测任务,检测任务列表最多支持100个。使用前请您登录[控制台 - 服务配置](https://console.cloud.tencent.com/gamegme/conf)开启语音内容安全服务。
|
74
104
|
</br></br>
|
@@ -228,6 +258,10 @@ export declare class Client extends AbstractClient {
|
|
228
258
|
* 修改录制配置信息
|
229
259
|
*/
|
230
260
|
ModifyRecordInfo(req: ModifyRecordInfoRequest, cb?: (error: string, rep: ModifyRecordInfoResponse) => void): Promise<ModifyRecordInfoResponse>;
|
261
|
+
/**
|
262
|
+
* 查询先前注册的声纹信息
|
263
|
+
*/
|
264
|
+
DescribeVoicePrint(req: DescribeVoicePrintRequest, cb?: (error: string, rep: DescribeVoicePrintResponse) => void): Promise<DescribeVoicePrintResponse>;
|
231
265
|
/**
|
232
266
|
* 本接口(CreateApp)用于创建一个GME应用。
|
233
267
|
*/
|
@@ -259,6 +293,10 @@ export declare class Client extends AbstractClient {
|
|
259
293
|
* 用户通过该接口可以删除语音消息转文本热句模型
|
260
294
|
*/
|
261
295
|
DeleteCustomization(req: DeleteCustomizationRequest, cb?: (error: string, rep: DeleteCustomizationResponse) => void): Promise<DeleteCustomizationResponse>;
|
296
|
+
/**
|
297
|
+
* 提供服务端控制机器人的功能
|
298
|
+
*/
|
299
|
+
ControlAIConversation(req: ControlAIConversationRequest, cb?: (error: string, rep: ControlAIConversationResponse) => void): Promise<ControlAIConversationResponse>;
|
262
300
|
/**
|
263
301
|
* 开启录制
|
264
302
|
*/
|
@@ -40,6 +40,18 @@ class Client extends abstract_client_1.AbstractClient {
|
|
40
40
|
async StopRecord(req, cb) {
|
41
41
|
return this.request("StopRecord", req, cb);
|
42
42
|
}
|
43
|
+
/**
|
44
|
+
* 更新AIConversation参数
|
45
|
+
*/
|
46
|
+
async UpdateAIConversation(req, cb) {
|
47
|
+
return this.request("UpdateAIConversation", req, cb);
|
48
|
+
}
|
49
|
+
/**
|
50
|
+
* 停止AI对话任务
|
51
|
+
*/
|
52
|
+
async StopAIConversation(req, cb) {
|
53
|
+
return this.request("StopAIConversation", req, cb);
|
54
|
+
}
|
43
55
|
/**
|
44
56
|
* 删除自定义送检用户。**接口使用前提**:目前 DeleteScanUser 接口通过白名单开放,如需使用,需要 [提交工单申请](https://console.cloud.tencent.com/workorder/category?level1_id=438&level2_id=445&source=0&data_title=%E6%B8%B8%E6%88%8F%E5%A4%9A%E5%AA%92%E4%BD%93%E5%BC%95%E6%93%8EGME&step=1)。
|
45
57
|
*/
|
@@ -65,12 +77,26 @@ class Client extends abstract_client_1.AbstractClient {
|
|
65
77
|
async DescribeUserInAndOutTime(req, cb) {
|
66
78
|
return this.request("DescribeUserInAndOutTime", req, cb);
|
67
79
|
}
|
80
|
+
/**
|
81
|
+
* 传入声纹ID,删除之前注册的声纹信息
|
82
|
+
*/
|
83
|
+
async DeleteVoicePrint(req, cb) {
|
84
|
+
return this.request("DeleteVoicePrint", req, cb);
|
85
|
+
}
|
68
86
|
/**
|
69
87
|
* 更新自定义送检房间号。**接口使用前提**:目前 UpdateScanRooms 接口通过白名单开放,如需使用,需要 [提交工单申请](https://console.cloud.tencent.com/workorder/category?level1_id=438&level2_id=445&source=0&data_title=%E6%B8%B8%E6%88%8F%E5%A4%9A%E5%AA%92%E4%BD%93%E5%BC%95%E6%93%8EGME&step=1)。
|
70
88
|
*/
|
71
89
|
async UpdateScanRooms(req, cb) {
|
72
90
|
return this.request("UpdateScanRooms", req, cb);
|
73
91
|
}
|
92
|
+
/**
|
93
|
+
* 启动AI对话任务,AI通道机器人进入GME房间,与房间内指定的成员进行AI对话,适用于智能客服,AI口语教师等场景
|
94
|
+
|
95
|
+
GME AI对话功能内置语音转文本能力,同时提供通道服务,即客户可灵活指定第三方AI模型(LLM)服务和文本转音频(TTS)服务,更多[功能说明](https://cloud.tencent.com/document/product/647/108901)。
|
96
|
+
*/
|
97
|
+
async StartAIConversation(req, cb) {
|
98
|
+
return this.request("StartAIConversation", req, cb);
|
99
|
+
}
|
74
100
|
/**
|
75
101
|
* 用户使用该接口可以创建语音消息转文本热句模型,以供识别调用
|
76
102
|
*/
|
@@ -83,6 +109,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
83
109
|
async DescribeTaskInfo(req, cb) {
|
84
110
|
return this.request("DescribeTaskInfo", req, cb);
|
85
111
|
}
|
112
|
+
/**
|
113
|
+
* 传入音频base64串,注册声纹信息,返回声纹ID
|
114
|
+
*/
|
115
|
+
async RegisterVoicePrint(req, cb) {
|
116
|
+
return this.request("RegisterVoicePrint", req, cb);
|
117
|
+
}
|
86
118
|
/**
|
87
119
|
* 目前该功能底层能力已不具备,不对外提供,目前需要下线,走预下线流程。
|
88
120
|
|
@@ -101,6 +133,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
101
133
|
async CreateAgeDetectTask(req, cb) {
|
102
134
|
return this.request("CreateAgeDetectTask", req, cb);
|
103
135
|
}
|
136
|
+
/**
|
137
|
+
* 传入声纹ID以及对应音频信息,更新对应声纹信息
|
138
|
+
*/
|
139
|
+
async UpdateVoicePrint(req, cb) {
|
140
|
+
return this.request("UpdateVoicePrint", req, cb);
|
141
|
+
}
|
104
142
|
/**
|
105
143
|
* 本接口(DeleteRoomMember)用户删除房间或者剔除房间内用户
|
106
144
|
*/
|
@@ -113,6 +151,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
113
151
|
async DescribeApplicationData(req, cb) {
|
114
152
|
return this.request("DescribeApplicationData", req, cb);
|
115
153
|
}
|
154
|
+
/**
|
155
|
+
* 查询AI对话任务状态。
|
156
|
+
*/
|
157
|
+
async DescribeAIConversation(req, cb) {
|
158
|
+
return this.request("DescribeAIConversation", req, cb);
|
159
|
+
}
|
116
160
|
/**
|
117
161
|
* 本接口(ScanVoice)用于提交语音检测任务,检测任务列表最多支持100个。使用前请您登录[控制台 - 服务配置](https://console.cloud.tencent.com/gamegme/conf)开启语音内容安全服务。
|
118
162
|
</br></br>
|
@@ -284,6 +328,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
284
328
|
async ModifyRecordInfo(req, cb) {
|
285
329
|
return this.request("ModifyRecordInfo", req, cb);
|
286
330
|
}
|
331
|
+
/**
|
332
|
+
* 查询先前注册的声纹信息
|
333
|
+
*/
|
334
|
+
async DescribeVoicePrint(req, cb) {
|
335
|
+
return this.request("DescribeVoicePrint", req, cb);
|
336
|
+
}
|
287
337
|
/**
|
288
338
|
* 本接口(CreateApp)用于创建一个GME应用。
|
289
339
|
*/
|
@@ -329,6 +379,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
329
379
|
async DeleteCustomization(req, cb) {
|
330
380
|
return this.request("DeleteCustomization", req, cb);
|
331
381
|
}
|
382
|
+
/**
|
383
|
+
* 提供服务端控制机器人的功能
|
384
|
+
*/
|
385
|
+
async ControlAIConversation(req, cb) {
|
386
|
+
return this.request("ControlAIConversation", req, cb);
|
387
|
+
}
|
332
388
|
/**
|
333
389
|
* 开启录制
|
334
390
|
*/
|