tencentcloud-sdk-nodejs-iotexplorer 4.1.149 → 4.1.151
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/services/iotexplorer/v20190423/iotexplorer_client.js +29 -8
- package/package.json +1 -1
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +37 -9
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +54 -12
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +412 -96
|
@@ -111,8 +111,8 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
111
111
|
async BatchInvokeTWeSeeRecognitionTask(req, cb) {
|
|
112
112
|
return this.request("BatchInvokeTWeSeeRecognitionTask", req, cb);
|
|
113
113
|
}
|
|
114
|
-
async
|
|
115
|
-
return this.request("
|
|
114
|
+
async ControlDeviceData(req, cb) {
|
|
115
|
+
return this.request("ControlDeviceData", req, cb);
|
|
116
116
|
}
|
|
117
117
|
async DescribeUnbindedDevices(req, cb) {
|
|
118
118
|
return this.request("DescribeUnbindedDevices", req, cb);
|
|
@@ -153,8 +153,8 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
153
153
|
async DescribeFreeCloudStorageNum(req, cb) {
|
|
154
154
|
return this.request("DescribeFreeCloudStorageNum", req, cb);
|
|
155
155
|
}
|
|
156
|
-
async
|
|
157
|
-
return this.request("
|
|
156
|
+
async DescribeTWeTalkAIBot(req, cb) {
|
|
157
|
+
return this.request("DescribeTWeTalkAIBot", req, cb);
|
|
158
158
|
}
|
|
159
159
|
async DescribeGatewaySubDeviceList(req, cb) {
|
|
160
160
|
return this.request("DescribeGatewaySubDeviceList", req, cb);
|
|
@@ -204,6 +204,9 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
204
204
|
async PublishFirmwareUpdateMessage(req, cb) {
|
|
205
205
|
return this.request("PublishFirmwareUpdateMessage", req, cb);
|
|
206
206
|
}
|
|
207
|
+
async GetTWeTalkAIBotList(req, cb) {
|
|
208
|
+
return this.request("GetTWeTalkAIBotList", req, cb);
|
|
209
|
+
}
|
|
207
210
|
async CreateDevice(req, cb) {
|
|
208
211
|
return this.request("CreateDevice", req, cb);
|
|
209
212
|
}
|
|
@@ -216,12 +219,15 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
216
219
|
async DeleteTWeTalkProductConfigV2(req, cb) {
|
|
217
220
|
return this.request("DeleteTWeTalkProductConfigV2", req, cb);
|
|
218
221
|
}
|
|
219
|
-
async
|
|
220
|
-
return this.request("
|
|
222
|
+
async DescribeFenceEventList(req, cb) {
|
|
223
|
+
return this.request("DescribeFenceEventList", req, cb);
|
|
221
224
|
}
|
|
222
225
|
async DescribeFirmwareTask(req, cb) {
|
|
223
226
|
return this.request("DescribeFirmwareTask", req, cb);
|
|
224
227
|
}
|
|
228
|
+
async ModifyTWeTalkProductConfigV2(req, cb) {
|
|
229
|
+
return this.request("ModifyTWeTalkProductConfigV2", req, cb);
|
|
230
|
+
}
|
|
225
231
|
async GenSingleDeviceSignatureOfPublic(req, cb) {
|
|
226
232
|
return this.request("GenSingleDeviceSignatureOfPublic", req, cb);
|
|
227
233
|
}
|
|
@@ -270,6 +276,9 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
270
276
|
async DeleteProject(req, cb) {
|
|
271
277
|
return this.request("DeleteProject", req, cb);
|
|
272
278
|
}
|
|
279
|
+
async CreateTWeTalkAIBot(req, cb) {
|
|
280
|
+
return this.request("CreateTWeTalkAIBot", req, cb);
|
|
281
|
+
}
|
|
273
282
|
async DescribeTopicRule(req, cb) {
|
|
274
283
|
return this.request("DescribeTopicRule", req, cb);
|
|
275
284
|
}
|
|
@@ -324,6 +333,9 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
324
333
|
async UpdateOtaTaskStatus(req, cb) {
|
|
325
334
|
return this.request("UpdateOtaTaskStatus", req, cb);
|
|
326
335
|
}
|
|
336
|
+
async ModifyTWeTalkAIBot(req, cb) {
|
|
337
|
+
return this.request("ModifyTWeTalkAIBot", req, cb);
|
|
338
|
+
}
|
|
327
339
|
async UploadFirmware(req, cb) {
|
|
328
340
|
return this.request("UploadFirmware", req, cb);
|
|
329
341
|
}
|
|
@@ -399,6 +411,9 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
399
411
|
async BindDevices(req, cb) {
|
|
400
412
|
return this.request("BindDevices", req, cb);
|
|
401
413
|
}
|
|
414
|
+
async UnbindTWeTalkAIBot(req, cb) {
|
|
415
|
+
return this.request("UnbindTWeTalkAIBot", req, cb);
|
|
416
|
+
}
|
|
402
417
|
async CreateBatchProduction(req, cb) {
|
|
403
418
|
return this.request("CreateBatchProduction", req, cb);
|
|
404
419
|
}
|
|
@@ -411,8 +426,8 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
411
426
|
async UnbindDevices(req, cb) {
|
|
412
427
|
return this.request("UnbindDevices", req, cb);
|
|
413
428
|
}
|
|
414
|
-
async
|
|
415
|
-
return this.request("
|
|
429
|
+
async EnableTopicRule(req, cb) {
|
|
430
|
+
return this.request("EnableTopicRule", req, cb);
|
|
416
431
|
}
|
|
417
432
|
async ModifyCloudStorageAIService(req, cb) {
|
|
418
433
|
return this.request("ModifyCloudStorageAIService", req, cb);
|
|
@@ -465,6 +480,9 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
465
480
|
async DescribeCloudStorageOrder(req, cb) {
|
|
466
481
|
return this.request("DescribeCloudStorageOrder", req, cb);
|
|
467
482
|
}
|
|
483
|
+
async DeleteTWeTalkAIBot(req, cb) {
|
|
484
|
+
return this.request("DeleteTWeTalkAIBot", req, cb);
|
|
485
|
+
}
|
|
468
486
|
async PublishMessage(req, cb) {
|
|
469
487
|
return this.request("PublishMessage", req, cb);
|
|
470
488
|
}
|
|
@@ -528,6 +546,9 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
528
546
|
async PauseTWeCallDevice(req, cb) {
|
|
529
547
|
return this.request("PauseTWeCallDevice", req, cb);
|
|
530
548
|
}
|
|
549
|
+
async BindTWeTalkAIBot(req, cb) {
|
|
550
|
+
return this.request("BindTWeTalkAIBot", req, cb);
|
|
551
|
+
}
|
|
531
552
|
async GetAuthMiniProgramAppList(req, cb) {
|
|
532
553
|
return this.request("GetAuthMiniProgramAppList", req, cb);
|
|
533
554
|
}
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as TencentCloudCommon from "tencentcloud-sdk-nodejs-common";
|
|
2
|
-
import { UpdateDevicesEnableStateResponse, DescribeCloudStoragePackageConsumeDetailsResponse, GetWechatDeviceTicketRequest, DeleteFenceBindRequest, DescribeModelDefinitionResponse, GetGatewaySubDeviceListResponse, DeleteStudioProductResponse, DescribeDevicePackagesRequest, ControlDeviceDataRequest, DeleteLoRaFrequencyResponse, ModifyApplicationResponse, DescribeCsReportCountDataInfoRequest, CreateFreeCloudStorageResponse, DescribeTWeTalkProductConfigResponse, ModifyPositionFenceResponse, DescribeCloudStorageAIServiceTaskRequest, DescribeCloudStorageThumbnailListRequest, CheckFirmwareUpdateResponse, DescribeCloudStorageUsersResponse, DescribeCloudStoragePackageConsumeDetailsRequest, BatchUpdateFirmwareResponse, DescribeActivateLicenseServiceResponse, CreateCloudStorageAIServiceTaskRequest, DescribeCloudStorageOrderRequest, GetTWeTalkProductConfigListRequest, DescribeSpaceFenceEventListResponse, DescribeCloudStorageEventsWithAITasksResponse, SearchTopicRuleResponse, ModifyCloudStorageAIServiceResponse, DescribeDeviceFirmWareRequest, BindCloudStorageUserRequest, CreateLoRaFrequencyRequest, ChangeP2PRouteResponse, UpdateDeviceTWeCallAuthorizeStatusRequest, CreateProjectResponse, DeleteProjectResponse, CallDeviceActionAsyncRequest, CreateDeviceResponse, CreateDeviceRequest, InheritCloudStorageUserResponse, DescribeFirmwareTasksRequest, DescribeDeviceResponse, DescribeCloudStorageEventsRequest, GetStudioProductListResponse, GetTWeCallActiveStatusRequest, GetAuthMiniProgramAppListRequest, DescribeFenceEventListRequest, DescribeAISearchTaskAsyncRequest, ActivateTWeCallLicenseResponse, DeleteTopicPolicyRequest, ResetCloudStorageEventRequest, GetFamilyDeviceUserListRequest, CreateTRTCSignaturesWithRoomIdRequest, DescribeSpaceFenceEventListRequest, DescribeUnbindedDevicesRequest, InvokeAISearchServiceResponse, ModifyTWeSeeConfigRequest, DescribeGatewaySubDeviceListRequest, GetDeviceListRequest, DescribeDeviceDataHistoryRequest, DescribeStudioProductRequest, DescribeCloudStorageThumbnailListResponse, DeletePositionFenceRequest, GetProjectListRequest, ModifyPositionSpaceRequest, DescribeDeviceBindGatewayRequest, GetTWeTalkProductConfigListV2Response, DeleteDevicesRequest, ModifyProjectResponse, DescribeCloudStorageThumbnailRequest, ModifyProductCloudStorageAIServiceRequest, CreateExternalSourceAIServiceTaskRequest, GetDeviceSumStatisticsResponse, InheritCloudStorageUserRequest, ModifyProjectRequest, ModifySpacePropertyResponse, PauseTWeCallDeviceRequest, DescribeTWeSeeConfigResponse, DescribeDeviceDataHistoryResponse, CreateTWeSeeRecognitionTaskWithFileResponse, GetBatchProductionsListRequest, DeleteDeviceResponse, ModifyLoRaFrequencyResponse, ActivateTWeCallLicenseRequest, ListEventHistoryResponse, GetBatchProductionsListResponse, DescribeDeviceFirmwaresResponse, DescribeCloudStorageUsersRequest, UpdateFirmwareResponse, DescribeCloudStorageDateRequest, CreateTWeSeeRecognitionTaskWithFileRequest, DescribeTopicPolicyRequest, DescribeDeviceFirmwaresRequest, UnbindDevicesRequest, PublishBroadcastMessageRequest, DeleteCloudStorageEventResponse, DescribeCloudStorageTimeResponse, GetPositionSpaceListRequest, DescribeGatewaySubProductsResponse, BindProductsResponse, GetDeviceListResponse, DescribeCloudStorageMultiThumbnailResponse, DescribeFreeCloudStorageNumRequest, InvokeVideosKeywordsAnalyzerResponse, DescribeDevicePositionListRequest, InvokeExternalSourceAIServiceTaskResponse, CreateStudioProductRequest, TransferCloudStorageRequest, CreateTWeSeeServiceRequest, UploadFirmwareRequest, DescribeFirmwareRequest, ModifyTWeTalkProductConfigV2Response, DescribeP2PRouteResponse, ListTopicPolicyResponse, CreateAISearchTaskAsyncRequest, GenSingleDeviceSignatureOfPublicResponse, DeleteTWeTalkProductConfigV2Request, SearchStudioProductResponse, DescribeBatchProductionResponse, DescribeProductCloudStorageAIServiceResponse, DescribeLoRaFrequencyRequest, ModifyTWeTalkProductConfigResponse, DeleteCloudStorageEventRequest, SearchPositionSpaceRequest, DescribeCloudStorageAIServiceCallbackResponse, ModifyLoRaGatewayResponse, CallDeviceActionSyncResponse, CreateLoRaGatewayRequest, ModifyTopicRuleRequest, CreateTWeSeeServiceResponse, CreateAISearchTaskAsyncResponse, DescribeFenceBindListResponse, TransferTWeCallDeviceRequest, CreateTWeSeeRecognitionTaskResponse, UnbindProductsRequest, GetTWeTalkProductConfigListV2Request, CreateCloudStorageAIServiceRequest, DescribeStudioProductResponse, CreateIotVideoCloudStorageResponse, DescribePackageConsumeTaskResponse, CheckFirmwareUpdateRequest, RemoveUserByRoomIdFromTRTCRequest, ModifyPositionSpaceResponse, ModifyCloudStorageAIServiceCallbackResponse, CreateFenceBindResponse, DescribeBindedProductsResponse, ModifyTopicRuleResponse, DescribeBatchProductionRequest, DirectBindDeviceInFamilyRequest, DescribeCloudStorageAIServiceTaskResponse, PublishRRPCMessageResponse, CreateTWeTalkProductConfigV2Request, DescribeInstanceResponse, GetLoRaGatewayListRequest, DescribeProjectRequest, UploadFirmwareResponse, ModifyTopicPolicyRequest, DeleteTopicRuleRequest, CreateLoRaGatewayResponse, DescribeDeviceBindGatewayResponse, ControlDeviceDataResponse, CreatePositionSpaceResponse, CreateTWeTalkProductConfigResponse, ListProductOtaModulesResponse, ResetCloudStorageEventResponse, DescribeCloudStorageAIServiceTasksResponse, DeletePositionSpaceResponse, DescribeActivateDeviceResponse, ResetTWeCallDeviceResponse, DescribeCloudStorageResponse, DescribeCloudStorageStreamDataRequest, InvokeTWeSeeRecognitionTaskWithFileResponse, BatchCreateTWeSeeRecognitionTaskRequest, PublishMessageResponse, DescribeTWeTalkProductConfigRequest, DisableTopicRuleRequest, DescribeTWeSeeConfigRequest, CreateTopicRuleResponse, DescribeDeviceDataResponse, DescribePositionFenceListRequest, DescribeUnbindedDevicesResponse, InvokeCloudStorageAIServiceTaskRequest, GetTWeTalkProductConfigListResponse, DescribeSubscribedTopicPolicyResponse, ResetCloudStorageRequest, DescribeCloudStorageEventsWithAITasksRequest, DismissRoomByStrRoomIdFromTRTCRequest, DescribeVideoLicenseRequest, DescribeCloudStorageAIServiceResponse, InvokeAISearchServiceRequest, DeleteDevicesResponse, ModifyStudioProductResponse, BindDevicesRequest, DescribePackageConsumeTaskRequest, DismissRoomByStrRoomIdFromTRTCResponse, DescribeFirmwareUpdateStatusResponse, PublishFirmwareUpdateMessageResponse, CallDeviceActionSyncRequest, ResetCloudStorageAIServiceResponse, CreateTWeSeeRecognitionTaskRequest, UpdateOtaTaskStatusRequest, ModifyFenceBindResponse, DescribeGatewayBindDevicesResponse, DeletePositionFenceResponse, GetAuthMiniProgramAppListResponse, UpdateOtaModuleResponse, UpdateDeviceTWeCallAuthorizeStatusResponse, ModifyProductCloudStorageAIServiceResponse, ModifyTWeSeeConfigResponse, GetDeviceLocationHistoryRequest, DeletePositionSpaceRequest, DescribeActivateDeviceRequest, CreateProjectRequest, CreateCloudStorageAIServiceResponse, DescribeSubscribedTopicPolicyRequest, GetTWeCallActiveStatusResponse, InvokeTWeSeeRecognitionTaskRequest, PauseTWeCallDeviceResponse, DeleteDeviceRequest, GetProjectListResponse, ListFirmwaresResponse, ReleaseStudioProductResponse, DescribeFirmwareResponse, DescribePackageConsumeTasksResponse, UnbindProductsResponse, DescribeTopicPolicyResponse, InvokeCloudStorageAIServiceTaskResponse, InvokeTWeSeeRecognitionTaskResponse, DescribeDeviceFirmWareResponse, DescribeFenceEventListResponse, DescribeCsReportCountDataInfoResponse, DescribeFirmwareTaskDevicesResponse, ModifyCloudStorageAIServiceRequest, GenerateSignedVideoURLRequest, GetStudioProductListRequest, DescribeFirmwareTaskResponse, DisableTopicRuleResponse, DescribeCloudStorageAIServiceTasksRequest, ListFirmwaresRequest, PublishMessageRequest, ModifySpacePropertyRequest, GetCOSURLResponse, GetTopicRuleListResponse, SearchPositionSpaceResponse, GenerateCloudStorageAIServiceTaskFileURLResponse, ResetTWeCallDeviceRequest, CreateTopicPolicyResponse, CallDeviceActionAsyncResponse, GetPositionSpaceListResponse, CreatePositionFenceResponse, DescribeTopicRuleResponse, UpdateFirmwareRequest, InvokeTWeSeeRecognitionTaskWithFileRequest, DescribeDeviceRequest, ListOtaModulesResponse, CreateDeviceChannelRequest, DescribeDevicePackagesResponse, DescribeGatewaySubDeviceListResponse, CreateOtaModuleRequest, DescribeVideoLicenseResponse, DescribePackageConsumeTasksRequest, GetFamilyDeviceUserListResponse, DeleteLoRaGatewayResponse, ChangeP2PRouteRequest, UpdateOtaModuleRequest, ModifyLoRaFrequencyRequest, DescribeTWeTalkProductConfigV2Request, BatchInvokeTWeSeeRecognitionTaskRequest, CreateLoRaFrequencyResponse, EnableTopicRuleResponse, GetGatewaySubDeviceListRequest, SearchStudioProductRequest, GenSingleDeviceSignatureOfPublicRequest, BatchCreateTWeSeeRecognitionTaskResponse, DescribeGatewayBindDevicesRequest, DescribeGatewaySubProductsRequest, CreateExternalSourceAIServiceTaskResponse, BindProductsRequest, CreateTWeTalkProductConfigRequest, BindDevicesResponse, DeleteOtaModuleRequest, DescribeCloudStorageAIServiceRequest, DescribeCloudStorageOrderResponse, DescribeActivateLicenseServiceRequest, CreateTRTCSignaturesWithRoomIdResponse, DescribeTWeTalkProductConfigV2Response, DescribeInstanceRequest, CreatePositionSpaceRequest, DeleteProjectRequest, DeleteTWeTalkProductConfigV2Response, BatchInvokeTWeSeeRecognitionTaskResponse, ModifyPositionFenceRequest, DeleteTopicRuleResponse, ModifyModelDefinitionRequest, TransferCloudStorageResponse, CreateStudioProductResponse, DeleteOtaModuleResponse, ModifyStudioProductRequest, CreateBatchProductionRequest, ReleaseStudioProductRequest, CancelAssignTWeCallLicenseRequest, DescribeCloudStoragePackageConsumeStatsResponse, ListEventHistoryRequest, SearchTopicRuleRequest, DescribeDeviceDataRequest, ListProductOtaModulesRequest, DescribePositionFenceListResponse, DescribeCloudStorageMultiThumbnailRequest, DescribeFirmwareUpdateStatusRequest, DescribeDevicePositionListResponse, DescribeProjectResponse, CreateTWeTalkProductConfigV2Response, PublishRRPCMessageRequest, ListTopicPolicyRequest, GenerateSignedVideoURLResponse, InvokeVideosKeywordsAnalyzerRequest, DescribeFirmwareTaskDevicesRequest, InvokeExternalSourceAIServiceTaskRequest, DescribeProductCloudStorageAIServiceRequest, DeleteLoRaGatewayRequest, DescribeTWeSeeRecognitionTaskResponse, ModifyTopicPolicyResponse, DescribeCloudStorageStreamDataResponse, TransferTWeCallDeviceResponse, DescribeTopicRuleRequest, ModifyCloudStorageAIServiceCallbackRequest, GetWechatDeviceTicketResponse, ResumeWeCallDeviceResponse, ResetCloudStorageResponse, ResumeWeCallDeviceRequest, GetCOSURLRequest, CreateFenceBindRequest, DescribeModelDefinitionRequest, DescribeFirmwareTasksResponse, ModifyTWeTalkProductConfigRequest, GetDeviceLocationHistoryResponse, ModifyFenceBindRequest, GetLoRaGatewayListResponse, DirectBindDeviceInFamilyResponse, DescribeCloudStoragePackageConsumeStatsRequest, DeleteFenceBindResponse, DescribeAISearchTaskAsyncResponse, PublishBroadcastMessageResponse, DescribeFenceBindListRequest, CreateDeviceChannelResponse, CreateTopicRuleRequest, CreateTopicPolicyRequest, DescribeTWeSeeRecognitionTaskRequest, CancelAssignTWeCallLicenseResponse, DescribeCloudStorageEventsResponse, DescribeBindedProductsRequest, CreateFreeCloudStorageRequest, DescribeLoRaFrequencyResponse, CreateCloudStorageAIServiceTaskResponse, ModifyApplicationRequest, DescribeCloudStorageDateResponse, DescribeFreeCloudStorageNumResponse, CreateIotVideoCloudStorageRequest, GenerateCloudStorageAIServiceTaskFileURLRequest, BindCloudStorageUserResponse, DeleteTopicPolicyResponse, UnbindDevicesResponse, CreateOtaModuleResponse, CreateBatchProductionResponse, BatchUpdateFirmwareRequest, GetTopicRuleListRequest, ListOtaModulesRequest, DeleteStudioProductRequest, DescribeP2PRouteRequest, GetDeviceSumStatisticsRequest, DescribeCloudStorageAIServiceCallbackRequest, DescribeCloudStorageRequest, DeleteLoRaFrequencyRequest, CreatePositionFenceRequest, DescribeCloudStorageThumbnailResponse, PublishFirmwareUpdateMessageRequest, UpdateDevicesEnableStateRequest, ResetCloudStorageAIServiceRequest, UpdateOtaTaskStatusResponse, ModifyModelDefinitionResponse, ModifyTWeTalkProductConfigV2Request, RemoveUserByRoomIdFromTRTCResponse, ModifyLoRaGatewayRequest, DescribeCloudStorageTimeRequest, EnableTopicRuleRequest, DescribeFirmwareTaskRequest } from "./iotexplorer_models";
|
|
2
|
+
import { UpdateDevicesEnableStateResponse, DescribeCloudStoragePackageConsumeDetailsResponse, GetWechatDeviceTicketRequest, DeleteFenceBindRequest, DescribeModelDefinitionResponse, GetGatewaySubDeviceListResponse, DeleteStudioProductResponse, DescribeDevicePackagesRequest, ControlDeviceDataRequest, DeleteLoRaFrequencyResponse, ModifyApplicationResponse, DescribeCsReportCountDataInfoRequest, CreateFreeCloudStorageResponse, DescribeTWeTalkProductConfigResponse, ModifyPositionFenceResponse, DescribeTWeSeeRecognitionTaskResponse, DescribeCloudStorageAIServiceTaskRequest, DescribeCloudStorageThumbnailListRequest, CheckFirmwareUpdateResponse, DescribeCloudStorageUsersResponse, DescribeCloudStoragePackageConsumeDetailsRequest, BatchUpdateFirmwareResponse, DescribeActivateLicenseServiceResponse, CreateCloudStorageAIServiceTaskRequest, DescribeCloudStorageOrderRequest, GetTWeTalkProductConfigListRequest, DescribeSpaceFenceEventListResponse, DescribeCloudStorageEventsWithAITasksResponse, SearchTopicRuleResponse, ModifyCloudStorageAIServiceResponse, DescribeDeviceFirmWareRequest, BindCloudStorageUserRequest, CreateLoRaFrequencyRequest, ChangeP2PRouteResponse, UpdateDeviceTWeCallAuthorizeStatusRequest, CreateProjectResponse, DeleteProjectResponse, CallDeviceActionAsyncRequest, CreateDeviceResponse, CreateDeviceRequest, InheritCloudStorageUserResponse, DescribeFirmwareTasksRequest, DescribeDeviceResponse, DescribeCloudStorageEventsRequest, GetStudioProductListResponse, GetTWeCallActiveStatusRequest, GetAuthMiniProgramAppListRequest, DescribeFenceEventListRequest, DescribeAISearchTaskAsyncRequest, ActivateTWeCallLicenseResponse, DeleteTopicPolicyRequest, ResetCloudStorageEventRequest, CreateTWeTalkAIBotResponse, GetFamilyDeviceUserListRequest, CreateTRTCSignaturesWithRoomIdRequest, DescribeSpaceFenceEventListRequest, DescribeUnbindedDevicesRequest, InvokeAISearchServiceResponse, ModifyTWeSeeConfigRequest, DescribeGatewaySubDeviceListRequest, GetDeviceListRequest, DescribeDeviceDataHistoryRequest, DescribeStudioProductRequest, DescribeCloudStorageThumbnailListResponse, DeletePositionFenceRequest, GetProjectListRequest, ModifyPositionSpaceRequest, DescribeDeviceBindGatewayRequest, GetTWeTalkProductConfigListV2Response, DeleteDevicesRequest, ModifyProjectResponse, DescribeCloudStorageThumbnailRequest, ModifyProductCloudStorageAIServiceRequest, CreateExternalSourceAIServiceTaskRequest, GetDeviceSumStatisticsResponse, InheritCloudStorageUserRequest, ModifyProjectRequest, ModifySpacePropertyResponse, PauseTWeCallDeviceRequest, DescribeTWeSeeConfigResponse, DescribeDeviceDataHistoryResponse, CreateTWeSeeRecognitionTaskWithFileResponse, GetBatchProductionsListRequest, DeleteDeviceResponse, ModifyLoRaFrequencyResponse, ActivateTWeCallLicenseRequest, InvokeTWeSeeRecognitionTaskWithFileResponse, GetBatchProductionsListResponse, DescribeDeviceFirmwaresResponse, DescribeCloudStorageUsersRequest, UpdateFirmwareResponse, DescribeCloudStorageDateRequest, CreateTWeSeeRecognitionTaskWithFileRequest, DescribeTopicPolicyRequest, DescribeDeviceFirmwaresRequest, UnbindDevicesRequest, PublishBroadcastMessageRequest, DeleteCloudStorageEventResponse, DescribeCloudStorageTimeResponse, GetPositionSpaceListRequest, DescribeGatewaySubProductsResponse, BindProductsResponse, GetDeviceListResponse, DescribeCloudStorageMultiThumbnailResponse, DescribeFreeCloudStorageNumRequest, InvokeVideosKeywordsAnalyzerResponse, ModifyTWeTalkAIBotRequest, DescribeDevicePositionListRequest, InvokeExternalSourceAIServiceTaskResponse, CreateStudioProductRequest, TransferCloudStorageRequest, CreateTWeSeeServiceRequest, UploadFirmwareRequest, DescribeFirmwareRequest, ModifyTWeTalkProductConfigV2Response, DescribeP2PRouteResponse, ListTopicPolicyResponse, CreateAISearchTaskAsyncRequest, GenSingleDeviceSignatureOfPublicResponse, DeleteTWeTalkProductConfigV2Request, SearchStudioProductResponse, DescribeTWeTalkAIBotResponse, DescribeBatchProductionResponse, DescribeProductCloudStorageAIServiceResponse, DescribeLoRaFrequencyRequest, ModifyTWeTalkProductConfigResponse, DeleteCloudStorageEventRequest, SearchPositionSpaceRequest, DescribeCloudStorageAIServiceCallbackResponse, DescribeTWeTalkAIBotRequest, ModifyLoRaGatewayResponse, CallDeviceActionSyncResponse, CreateLoRaGatewayRequest, ModifyTopicRuleRequest, CreateTWeSeeServiceResponse, CreateAISearchTaskAsyncResponse, DescribeFenceBindListResponse, TransferTWeCallDeviceRequest, CreateTWeSeeRecognitionTaskResponse, UnbindProductsRequest, GetTWeTalkProductConfigListV2Request, CreateCloudStorageAIServiceRequest, DescribeStudioProductResponse, CreateIotVideoCloudStorageResponse, DescribePackageConsumeTaskResponse, CheckFirmwareUpdateRequest, RemoveUserByRoomIdFromTRTCRequest, ModifyPositionSpaceResponse, ModifyCloudStorageAIServiceCallbackResponse, CreateFenceBindResponse, DescribeBindedProductsResponse, ModifyTopicRuleResponse, DescribeBatchProductionRequest, DirectBindDeviceInFamilyRequest, DescribeCloudStorageAIServiceTaskResponse, PublishRRPCMessageResponse, CreateTWeTalkProductConfigV2Request, DescribeInstanceResponse, GetLoRaGatewayListRequest, DescribeProjectRequest, DescribeSubscribedTopicPolicyRequest, UploadFirmwareResponse, ModifyTopicPolicyRequest, DeleteTopicRuleRequest, CreateLoRaGatewayResponse, DescribeDeviceBindGatewayResponse, ControlDeviceDataResponse, CreatePositionSpaceResponse, CreateTWeTalkProductConfigResponse, ListProductOtaModulesResponse, ResetCloudStorageEventResponse, DescribeCloudStorageAIServiceTasksResponse, DeletePositionSpaceResponse, DescribeActivateDeviceResponse, ResetTWeCallDeviceResponse, DescribeCloudStorageResponse, DescribeCloudStorageStreamDataRequest, ListEventHistoryResponse, BatchCreateTWeSeeRecognitionTaskRequest, PublishMessageResponse, DescribeTWeTalkProductConfigRequest, DisableTopicRuleRequest, DescribeTWeSeeConfigRequest, CreateTopicRuleResponse, DescribeDeviceDataResponse, DescribePositionFenceListRequest, DescribeUnbindedDevicesResponse, InvokeCloudStorageAIServiceTaskRequest, GetTWeTalkProductConfigListResponse, DescribeSubscribedTopicPolicyResponse, ResetCloudStorageRequest, DescribeCloudStorageEventsWithAITasksRequest, DismissRoomByStrRoomIdFromTRTCRequest, DescribeVideoLicenseRequest, DescribeCloudStorageAIServiceResponse, InvokeAISearchServiceRequest, DeleteDevicesResponse, ModifyStudioProductResponse, BindDevicesRequest, DescribePackageConsumeTaskRequest, DismissRoomByStrRoomIdFromTRTCResponse, DescribeFirmwareUpdateStatusResponse, PublishFirmwareUpdateMessageResponse, UnbindTWeTalkAIBotResponse, CallDeviceActionSyncRequest, ResetCloudStorageAIServiceResponse, CreateTWeSeeRecognitionTaskRequest, UpdateOtaTaskStatusRequest, ModifyFenceBindResponse, UnbindTWeTalkAIBotRequest, DescribeGatewayBindDevicesResponse, DeletePositionFenceResponse, GetAuthMiniProgramAppListResponse, UpdateOtaModuleResponse, UpdateDeviceTWeCallAuthorizeStatusResponse, ModifyProductCloudStorageAIServiceResponse, ModifyTWeSeeConfigResponse, GetDeviceLocationHistoryRequest, DeletePositionSpaceRequest, DescribeActivateDeviceRequest, CreateProjectRequest, CreateCloudStorageAIServiceResponse, GetTWeTalkAIBotListResponse, GetTWeCallActiveStatusResponse, InvokeTWeSeeRecognitionTaskRequest, PauseTWeCallDeviceResponse, DeleteDeviceRequest, GetProjectListResponse, ListFirmwaresResponse, ReleaseStudioProductResponse, DescribeFirmwareResponse, DescribePackageConsumeTasksResponse, UnbindProductsResponse, DescribeTopicPolicyResponse, InvokeCloudStorageAIServiceTaskResponse, InvokeTWeSeeRecognitionTaskResponse, DescribeDeviceFirmWareResponse, DescribeFenceEventListResponse, DescribeCsReportCountDataInfoResponse, DescribeFirmwareTaskDevicesResponse, ModifyCloudStorageAIServiceRequest, GenerateSignedVideoURLRequest, GetStudioProductListRequest, DescribeFirmwareTaskResponse, DisableTopicRuleResponse, DescribeCloudStorageAIServiceTasksRequest, ListFirmwaresRequest, PublishMessageRequest, ModifySpacePropertyRequest, GetCOSURLResponse, GetTopicRuleListResponse, SearchPositionSpaceResponse, GenerateCloudStorageAIServiceTaskFileURLResponse, ResetTWeCallDeviceRequest, CreateTopicPolicyResponse, CallDeviceActionAsyncResponse, GetPositionSpaceListResponse, CreatePositionFenceResponse, DescribeTopicRuleResponse, UpdateFirmwareRequest, InvokeTWeSeeRecognitionTaskWithFileRequest, DescribeDeviceRequest, ListOtaModulesResponse, CreateDeviceChannelRequest, DescribeDevicePackagesResponse, DescribeGatewaySubDeviceListResponse, CreateOtaModuleRequest, DescribeVideoLicenseResponse, DescribePackageConsumeTasksRequest, GetFamilyDeviceUserListResponse, DeleteLoRaGatewayResponse, ChangeP2PRouteRequest, BindTWeTalkAIBotRequest, UpdateOtaModuleRequest, ModifyLoRaFrequencyRequest, DescribeTWeTalkProductConfigV2Request, BatchInvokeTWeSeeRecognitionTaskRequest, ModifyTWeTalkAIBotResponse, CreateLoRaFrequencyResponse, EnableTopicRuleResponse, GetGatewaySubDeviceListRequest, SearchStudioProductRequest, GenSingleDeviceSignatureOfPublicRequest, BatchCreateTWeSeeRecognitionTaskResponse, DescribeGatewayBindDevicesRequest, DescribeGatewaySubProductsRequest, CreateExternalSourceAIServiceTaskResponse, BindProductsRequest, CreateTWeTalkProductConfigRequest, BindDevicesResponse, DeleteOtaModuleRequest, DescribeCloudStorageAIServiceRequest, DescribeCloudStorageOrderResponse, DescribeActivateLicenseServiceRequest, CreateTRTCSignaturesWithRoomIdResponse, DescribeTWeTalkProductConfigV2Response, DescribeInstanceRequest, CreatePositionSpaceRequest, DeleteProjectRequest, DeleteTWeTalkProductConfigV2Response, BatchInvokeTWeSeeRecognitionTaskResponse, BindTWeTalkAIBotResponse, DeleteTopicRuleResponse, ModifyModelDefinitionRequest, TransferCloudStorageResponse, CreateStudioProductResponse, DeleteOtaModuleResponse, ModifyStudioProductRequest, CreateBatchProductionRequest, ReleaseStudioProductRequest, CancelAssignTWeCallLicenseRequest, DescribeCloudStoragePackageConsumeStatsResponse, ListEventHistoryRequest, SearchTopicRuleRequest, DescribeDeviceDataRequest, ListProductOtaModulesRequest, DescribePositionFenceListResponse, DescribeCloudStorageMultiThumbnailRequest, DescribeFirmwareUpdateStatusRequest, DescribeDevicePositionListResponse, DescribeProjectResponse, CreateTWeTalkProductConfigV2Response, PublishRRPCMessageRequest, ListTopicPolicyRequest, GenerateSignedVideoURLResponse, InvokeVideosKeywordsAnalyzerRequest, DescribeFirmwareTaskDevicesRequest, InvokeExternalSourceAIServiceTaskRequest, DescribeProductCloudStorageAIServiceRequest, DeleteLoRaGatewayRequest, DeleteTWeTalkAIBotRequest, ModifyTopicPolicyResponse, DescribeCloudStorageStreamDataResponse, TransferTWeCallDeviceResponse, DescribeTopicRuleRequest, ModifyCloudStorageAIServiceCallbackRequest, GetWechatDeviceTicketResponse, ResumeWeCallDeviceResponse, ResetCloudStorageResponse, ResumeWeCallDeviceRequest, GetCOSURLRequest, CreateFenceBindRequest, CreateTWeTalkAIBotRequest, DescribeModelDefinitionRequest, DescribeFirmwareTasksResponse, ModifyTWeTalkProductConfigRequest, GetDeviceLocationHistoryResponse, ModifyFenceBindRequest, GetLoRaGatewayListResponse, DirectBindDeviceInFamilyResponse, DescribeCloudStoragePackageConsumeStatsRequest, DeleteFenceBindResponse, DescribeAISearchTaskAsyncResponse, PublishBroadcastMessageResponse, DescribeFenceBindListRequest, ModifyPositionFenceRequest, CreateDeviceChannelResponse, CreateTopicRuleRequest, CreateTopicPolicyRequest, DescribeTWeSeeRecognitionTaskRequest, CancelAssignTWeCallLicenseResponse, DescribeCloudStorageEventsResponse, DescribeBindedProductsRequest, CreateFreeCloudStorageRequest, DescribeLoRaFrequencyResponse, CreateCloudStorageAIServiceTaskResponse, ModifyApplicationRequest, DescribeCloudStorageDateResponse, DescribeFreeCloudStorageNumResponse, CreateIotVideoCloudStorageRequest, GenerateCloudStorageAIServiceTaskFileURLRequest, BindCloudStorageUserResponse, DeleteTopicPolicyResponse, UnbindDevicesResponse, CreateOtaModuleResponse, CreateBatchProductionResponse, BatchUpdateFirmwareRequest, GetTWeTalkAIBotListRequest, GetTopicRuleListRequest, ListOtaModulesRequest, DeleteStudioProductRequest, DescribeP2PRouteRequest, GetDeviceSumStatisticsRequest, DescribeCloudStorageAIServiceCallbackRequest, DescribeCloudStorageRequest, DeleteLoRaFrequencyRequest, CreatePositionFenceRequest, DescribeCloudStorageThumbnailResponse, PublishFirmwareUpdateMessageRequest, UpdateDevicesEnableStateRequest, DeleteTWeTalkAIBotResponse, ResetCloudStorageAIServiceRequest, UpdateOtaTaskStatusResponse, ModifyModelDefinitionResponse, ModifyTWeTalkProductConfigV2Request, RemoveUserByRoomIdFromTRTCResponse, ModifyLoRaGatewayRequest, DescribeCloudStorageTimeRequest, EnableTopicRuleRequest, DescribeFirmwareTaskRequest } from "./iotexplorer_models";
|
|
3
3
|
/**
|
|
4
4
|
* iotexplorer client
|
|
5
5
|
* @class
|
|
@@ -151,9 +151,9 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
151
151
|
*/
|
|
152
152
|
BatchInvokeTWeSeeRecognitionTask(req: BatchInvokeTWeSeeRecognitionTaskRequest, cb?: (error: string, rep: BatchInvokeTWeSeeRecognitionTaskResponse) => void): Promise<BatchInvokeTWeSeeRecognitionTaskResponse>;
|
|
153
153
|
/**
|
|
154
|
-
*
|
|
154
|
+
* 根据设备产品ID、设备名称,设置控制设备的属性数据。
|
|
155
155
|
*/
|
|
156
|
-
|
|
156
|
+
ControlDeviceData(req: ControlDeviceDataRequest, cb?: (error: string, rep: ControlDeviceDataResponse) => void): Promise<ControlDeviceDataResponse>;
|
|
157
157
|
/**
|
|
158
158
|
* 获取未绑定的设备列表
|
|
159
159
|
*/
|
|
@@ -209,9 +209,9 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
209
209
|
*/
|
|
210
210
|
DescribeFreeCloudStorageNum(req?: DescribeFreeCloudStorageNumRequest, cb?: (error: string, rep: DescribeFreeCloudStorageNumResponse) => void): Promise<DescribeFreeCloudStorageNumResponse>;
|
|
211
211
|
/**
|
|
212
|
-
*
|
|
212
|
+
* 用于查询TWeTalk智能体详情。
|
|
213
213
|
*/
|
|
214
|
-
|
|
214
|
+
DescribeTWeTalkAIBot(req: DescribeTWeTalkAIBotRequest, cb?: (error: string, rep: DescribeTWeTalkAIBotResponse) => void): Promise<DescribeTWeTalkAIBotResponse>;
|
|
215
215
|
/**
|
|
216
216
|
* 查询绑定到家庭的网关设备的子设备列表
|
|
217
217
|
*/
|
|
@@ -276,6 +276,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
276
276
|
* 本接口(PublishFirmwareUpdateMessage)用于用户确认升级后,云端向设备发起固件升级请求。
|
|
277
277
|
*/
|
|
278
278
|
PublishFirmwareUpdateMessage(req: PublishFirmwareUpdateMessageRequest, cb?: (error: string, rep: PublishFirmwareUpdateMessageResponse) => void): Promise<PublishFirmwareUpdateMessageResponse>;
|
|
279
|
+
/**
|
|
280
|
+
* 用于查询TWeTalk智能体列表。
|
|
281
|
+
*/
|
|
282
|
+
GetTWeTalkAIBotList(req: GetTWeTalkAIBotListRequest, cb?: (error: string, rep: GetTWeTalkAIBotListResponse) => void): Promise<GetTWeTalkAIBotListResponse>;
|
|
279
283
|
/**
|
|
280
284
|
* 创建设备
|
|
281
285
|
*/
|
|
@@ -293,13 +297,17 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
293
297
|
*/
|
|
294
298
|
DeleteTWeTalkProductConfigV2(req: DeleteTWeTalkProductConfigV2Request, cb?: (error: string, rep: DeleteTWeTalkProductConfigV2Response) => void): Promise<DeleteTWeTalkProductConfigV2Response>;
|
|
295
299
|
/**
|
|
296
|
-
*
|
|
300
|
+
* 获取围栏告警事件列表。
|
|
297
301
|
*/
|
|
298
|
-
|
|
302
|
+
DescribeFenceEventList(req: DescribeFenceEventListRequest, cb?: (error: string, rep: DescribeFenceEventListResponse) => void): Promise<DescribeFenceEventListResponse>;
|
|
299
303
|
/**
|
|
300
304
|
* 查询固件升级任务列表
|
|
301
305
|
*/
|
|
302
306
|
DescribeFirmwareTask(req: DescribeFirmwareTaskRequest, cb?: (error: string, rep: DescribeFirmwareTaskResponse) => void): Promise<DescribeFirmwareTaskResponse>;
|
|
307
|
+
/**
|
|
308
|
+
* 用于修改配置TWeTalk服务连接产品配置信息。
|
|
309
|
+
*/
|
|
310
|
+
ModifyTWeTalkProductConfigV2(req: ModifyTWeTalkProductConfigV2Request, cb?: (error: string, rep: ModifyTWeTalkProductConfigV2Response) => void): Promise<ModifyTWeTalkProductConfigV2Response>;
|
|
303
311
|
/**
|
|
304
312
|
* 无
|
|
305
313
|
*/
|
|
@@ -364,6 +372,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
364
372
|
* 提供删除某个项目的能力。
|
|
365
373
|
*/
|
|
366
374
|
DeleteProject(req: DeleteProjectRequest, cb?: (error: string, rep: DeleteProjectResponse) => void): Promise<DeleteProjectResponse>;
|
|
375
|
+
/**
|
|
376
|
+
* 用于新增TWeTalk智能体。
|
|
377
|
+
*/
|
|
378
|
+
CreateTWeTalkAIBot(req: CreateTWeTalkAIBotRequest, cb?: (error: string, rep: CreateTWeTalkAIBotResponse) => void): Promise<CreateTWeTalkAIBotResponse>;
|
|
367
379
|
/**
|
|
368
380
|
* 获取规则信息
|
|
369
381
|
*/
|
|
@@ -440,6 +452,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
440
452
|
* 本接口(UpdateOtaTask)当固件升级大任务处于没有在全部成功的状态时,可修改为取消状态,取消部分或全部设备的升级;或其它允许的可修改的状态。
|
|
441
453
|
*/
|
|
442
454
|
UpdateOtaTaskStatus(req: UpdateOtaTaskStatusRequest, cb?: (error: string, rep: UpdateOtaTaskStatusResponse) => void): Promise<UpdateOtaTaskStatusResponse>;
|
|
455
|
+
/**
|
|
456
|
+
* 用于修改TWeTalk智能体。
|
|
457
|
+
*/
|
|
458
|
+
ModifyTWeTalkAIBot(req: ModifyTWeTalkAIBotRequest, cb?: (error: string, rep: ModifyTWeTalkAIBotResponse) => void): Promise<ModifyTWeTalkAIBotResponse>;
|
|
443
459
|
/**
|
|
444
460
|
* 本接口(UploadFirmware)用于创建设备固件版本信息,在平台用于固件版本升级、固件资源下发等。
|
|
445
461
|
*/
|
|
@@ -540,6 +556,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
540
556
|
* 批量绑定子设备
|
|
541
557
|
*/
|
|
542
558
|
BindDevices(req: BindDevicesRequest, cb?: (error: string, rep: BindDevicesResponse) => void): Promise<BindDevicesResponse>;
|
|
559
|
+
/**
|
|
560
|
+
* 用于解除一个产品和智能体的绑定。
|
|
561
|
+
*/
|
|
562
|
+
UnbindTWeTalkAIBot(req: UnbindTWeTalkAIBotRequest, cb?: (error: string, rep: UnbindTWeTalkAIBotResponse) => void): Promise<UnbindTWeTalkAIBotResponse>;
|
|
543
563
|
/**
|
|
544
564
|
* 用于新建批量生产设备
|
|
545
565
|
*/
|
|
@@ -557,9 +577,9 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
557
577
|
*/
|
|
558
578
|
UnbindDevices(req: UnbindDevicesRequest, cb?: (error: string, rep: UnbindDevicesResponse) => void): Promise<UnbindDevicesResponse>;
|
|
559
579
|
/**
|
|
560
|
-
*
|
|
580
|
+
* 启用规则
|
|
561
581
|
*/
|
|
562
|
-
|
|
582
|
+
EnableTopicRule(req: EnableTopicRuleRequest, cb?: (error: string, rep: EnableTopicRuleResponse) => void): Promise<EnableTopicRuleResponse>;
|
|
563
583
|
/**
|
|
564
584
|
* 修改指定设备的云存 AI 服务参数配置
|
|
565
585
|
*/
|
|
@@ -628,6 +648,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
628
648
|
* 查询云存服务详情
|
|
629
649
|
*/
|
|
630
650
|
DescribeCloudStorageOrder(req: DescribeCloudStorageOrderRequest, cb?: (error: string, rep: DescribeCloudStorageOrderResponse) => void): Promise<DescribeCloudStorageOrderResponse>;
|
|
651
|
+
/**
|
|
652
|
+
* 用于删除TWeTalk智能体。
|
|
653
|
+
*/
|
|
654
|
+
DeleteTWeTalkAIBot(req: DeleteTWeTalkAIBotRequest, cb?: (error: string, rep: DeleteTWeTalkAIBotResponse) => void): Promise<DeleteTWeTalkAIBotResponse>;
|
|
631
655
|
/**
|
|
632
656
|
* 本接口(PublishMessage)用于使用自定义透传协议进行设备远控
|
|
633
657
|
*/
|
|
@@ -712,6 +736,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
712
736
|
* 暂停设备
|
|
713
737
|
*/
|
|
714
738
|
PauseTWeCallDevice(req: PauseTWeCallDeviceRequest, cb?: (error: string, rep: PauseTWeCallDeviceResponse) => void): Promise<PauseTWeCallDeviceResponse>;
|
|
739
|
+
/**
|
|
740
|
+
* 用于绑定一个产品和智能体。
|
|
741
|
+
*/
|
|
742
|
+
BindTWeTalkAIBot(req: BindTWeTalkAIBotRequest, cb?: (error: string, rep: BindTWeTalkAIBotResponse) => void): Promise<BindTWeTalkAIBotResponse>;
|
|
715
743
|
/**
|
|
716
744
|
* 查询小程序列表
|
|
717
745
|
*/
|
|
@@ -245,10 +245,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
245
245
|
return this.request("BatchInvokeTWeSeeRecognitionTask", req, cb);
|
|
246
246
|
}
|
|
247
247
|
/**
|
|
248
|
-
*
|
|
248
|
+
* 根据设备产品ID、设备名称,设置控制设备的属性数据。
|
|
249
249
|
*/
|
|
250
|
-
async
|
|
251
|
-
return this.request("
|
|
250
|
+
async ControlDeviceData(req, cb) {
|
|
251
|
+
return this.request("ControlDeviceData", req, cb);
|
|
252
252
|
}
|
|
253
253
|
/**
|
|
254
254
|
* 获取未绑定的设备列表
|
|
@@ -331,10 +331,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
331
331
|
return this.request("DescribeFreeCloudStorageNum", req, cb);
|
|
332
332
|
}
|
|
333
333
|
/**
|
|
334
|
-
*
|
|
334
|
+
* 用于查询TWeTalk智能体详情。
|
|
335
335
|
*/
|
|
336
|
-
async
|
|
337
|
-
return this.request("
|
|
336
|
+
async DescribeTWeTalkAIBot(req, cb) {
|
|
337
|
+
return this.request("DescribeTWeTalkAIBot", req, cb);
|
|
338
338
|
}
|
|
339
339
|
/**
|
|
340
340
|
* 查询绑定到家庭的网关设备的子设备列表
|
|
@@ -432,6 +432,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
432
432
|
async PublishFirmwareUpdateMessage(req, cb) {
|
|
433
433
|
return this.request("PublishFirmwareUpdateMessage", req, cb);
|
|
434
434
|
}
|
|
435
|
+
/**
|
|
436
|
+
* 用于查询TWeTalk智能体列表。
|
|
437
|
+
*/
|
|
438
|
+
async GetTWeTalkAIBotList(req, cb) {
|
|
439
|
+
return this.request("GetTWeTalkAIBotList", req, cb);
|
|
440
|
+
}
|
|
435
441
|
/**
|
|
436
442
|
* 创建设备
|
|
437
443
|
*/
|
|
@@ -457,10 +463,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
457
463
|
return this.request("DeleteTWeTalkProductConfigV2", req, cb);
|
|
458
464
|
}
|
|
459
465
|
/**
|
|
460
|
-
*
|
|
466
|
+
* 获取围栏告警事件列表。
|
|
461
467
|
*/
|
|
462
|
-
async
|
|
463
|
-
return this.request("
|
|
468
|
+
async DescribeFenceEventList(req, cb) {
|
|
469
|
+
return this.request("DescribeFenceEventList", req, cb);
|
|
464
470
|
}
|
|
465
471
|
/**
|
|
466
472
|
* 查询固件升级任务列表
|
|
@@ -468,6 +474,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
468
474
|
async DescribeFirmwareTask(req, cb) {
|
|
469
475
|
return this.request("DescribeFirmwareTask", req, cb);
|
|
470
476
|
}
|
|
477
|
+
/**
|
|
478
|
+
* 用于修改配置TWeTalk服务连接产品配置信息。
|
|
479
|
+
*/
|
|
480
|
+
async ModifyTWeTalkProductConfigV2(req, cb) {
|
|
481
|
+
return this.request("ModifyTWeTalkProductConfigV2", req, cb);
|
|
482
|
+
}
|
|
471
483
|
/**
|
|
472
484
|
* 无
|
|
473
485
|
*/
|
|
@@ -564,6 +576,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
564
576
|
async DeleteProject(req, cb) {
|
|
565
577
|
return this.request("DeleteProject", req, cb);
|
|
566
578
|
}
|
|
579
|
+
/**
|
|
580
|
+
* 用于新增TWeTalk智能体。
|
|
581
|
+
*/
|
|
582
|
+
async CreateTWeTalkAIBot(req, cb) {
|
|
583
|
+
return this.request("CreateTWeTalkAIBot", req, cb);
|
|
584
|
+
}
|
|
567
585
|
/**
|
|
568
586
|
* 获取规则信息
|
|
569
587
|
*/
|
|
@@ -676,6 +694,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
676
694
|
async UpdateOtaTaskStatus(req, cb) {
|
|
677
695
|
return this.request("UpdateOtaTaskStatus", req, cb);
|
|
678
696
|
}
|
|
697
|
+
/**
|
|
698
|
+
* 用于修改TWeTalk智能体。
|
|
699
|
+
*/
|
|
700
|
+
async ModifyTWeTalkAIBot(req, cb) {
|
|
701
|
+
return this.request("ModifyTWeTalkAIBot", req, cb);
|
|
702
|
+
}
|
|
679
703
|
/**
|
|
680
704
|
* 本接口(UploadFirmware)用于创建设备固件版本信息,在平台用于固件版本升级、固件资源下发等。
|
|
681
705
|
*/
|
|
@@ -826,6 +850,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
826
850
|
async BindDevices(req, cb) {
|
|
827
851
|
return this.request("BindDevices", req, cb);
|
|
828
852
|
}
|
|
853
|
+
/**
|
|
854
|
+
* 用于解除一个产品和智能体的绑定。
|
|
855
|
+
*/
|
|
856
|
+
async UnbindTWeTalkAIBot(req, cb) {
|
|
857
|
+
return this.request("UnbindTWeTalkAIBot", req, cb);
|
|
858
|
+
}
|
|
829
859
|
/**
|
|
830
860
|
* 用于新建批量生产设备
|
|
831
861
|
*/
|
|
@@ -851,10 +881,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
851
881
|
return this.request("UnbindDevices", req, cb);
|
|
852
882
|
}
|
|
853
883
|
/**
|
|
854
|
-
*
|
|
884
|
+
* 启用规则
|
|
855
885
|
*/
|
|
856
|
-
async
|
|
857
|
-
return this.request("
|
|
886
|
+
async EnableTopicRule(req, cb) {
|
|
887
|
+
return this.request("EnableTopicRule", req, cb);
|
|
858
888
|
}
|
|
859
889
|
/**
|
|
860
890
|
* 修改指定设备的云存 AI 服务参数配置
|
|
@@ -958,6 +988,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
958
988
|
async DescribeCloudStorageOrder(req, cb) {
|
|
959
989
|
return this.request("DescribeCloudStorageOrder", req, cb);
|
|
960
990
|
}
|
|
991
|
+
/**
|
|
992
|
+
* 用于删除TWeTalk智能体。
|
|
993
|
+
*/
|
|
994
|
+
async DeleteTWeTalkAIBot(req, cb) {
|
|
995
|
+
return this.request("DeleteTWeTalkAIBot", req, cb);
|
|
996
|
+
}
|
|
961
997
|
/**
|
|
962
998
|
* 本接口(PublishMessage)用于使用自定义透传协议进行设备远控
|
|
963
999
|
*/
|
|
@@ -1084,6 +1120,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1084
1120
|
async PauseTWeCallDevice(req, cb) {
|
|
1085
1121
|
return this.request("PauseTWeCallDevice", req, cb);
|
|
1086
1122
|
}
|
|
1123
|
+
/**
|
|
1124
|
+
* 用于绑定一个产品和智能体。
|
|
1125
|
+
*/
|
|
1126
|
+
async BindTWeTalkAIBot(req, cb) {
|
|
1127
|
+
return this.request("BindTWeTalkAIBot", req, cb);
|
|
1128
|
+
}
|
|
1087
1129
|
/**
|
|
1088
1130
|
* 查询小程序列表
|
|
1089
1131
|
*/
|
|
@@ -325,6 +325,19 @@ export interface ModifyPositionFenceResponse {
|
|
|
325
325
|
*/
|
|
326
326
|
RequestId?: string;
|
|
327
327
|
}
|
|
328
|
+
/**
|
|
329
|
+
* DescribeTWeSeeRecognitionTask返回参数结构体
|
|
330
|
+
*/
|
|
331
|
+
export interface DescribeTWeSeeRecognitionTaskResponse {
|
|
332
|
+
/**
|
|
333
|
+
* 任务信息
|
|
334
|
+
*/
|
|
335
|
+
TaskInfo?: VisionRecognitionTask;
|
|
336
|
+
/**
|
|
337
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
338
|
+
*/
|
|
339
|
+
RequestId?: string;
|
|
340
|
+
}
|
|
328
341
|
/**
|
|
329
342
|
* DescribeCloudStorageAIServiceTask请求参数结构体
|
|
330
343
|
*/
|
|
@@ -1098,6 +1111,19 @@ export interface TopicItem {
|
|
|
1098
1111
|
*/
|
|
1099
1112
|
Privilege?: number;
|
|
1100
1113
|
}
|
|
1114
|
+
/**
|
|
1115
|
+
* CreateTWeTalkAIBot返回参数结构体
|
|
1116
|
+
*/
|
|
1117
|
+
export interface CreateTWeTalkAIBotResponse {
|
|
1118
|
+
/**
|
|
1119
|
+
* 智能体ID
|
|
1120
|
+
*/
|
|
1121
|
+
BotId?: string;
|
|
1122
|
+
/**
|
|
1123
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1124
|
+
*/
|
|
1125
|
+
RequestId?: string;
|
|
1126
|
+
}
|
|
1101
1127
|
/**
|
|
1102
1128
|
* GetFamilyDeviceUserList请求参数结构体
|
|
1103
1129
|
*/
|
|
@@ -1959,25 +1985,21 @@ export interface InstanceDetail {
|
|
|
1959
1985
|
MaxDeviceOnlineCount?: number;
|
|
1960
1986
|
}
|
|
1961
1987
|
/**
|
|
1962
|
-
*
|
|
1988
|
+
* InvokeTWeSeeRecognitionTaskWithFile返回参数结构体
|
|
1963
1989
|
*/
|
|
1964
|
-
export interface
|
|
1965
|
-
/**
|
|
1966
|
-
* 搜索上下文, 用作查询游标
|
|
1967
|
-
*/
|
|
1968
|
-
Context?: string;
|
|
1990
|
+
export interface InvokeTWeSeeRecognitionTaskWithFileResponse {
|
|
1969
1991
|
/**
|
|
1970
|
-
*
|
|
1992
|
+
* 任务 ID
|
|
1971
1993
|
*/
|
|
1972
|
-
|
|
1994
|
+
TaskId?: string;
|
|
1973
1995
|
/**
|
|
1974
|
-
*
|
|
1996
|
+
* 任务是否执行完成
|
|
1975
1997
|
*/
|
|
1976
|
-
|
|
1998
|
+
Completed?: boolean;
|
|
1977
1999
|
/**
|
|
1978
|
-
*
|
|
2000
|
+
* 语义理解任务结果(仅当 Completed 为 true 时包含该出参)
|
|
1979
2001
|
*/
|
|
1980
|
-
|
|
2002
|
+
Result?: VisionRecognitionResult;
|
|
1981
2003
|
/**
|
|
1982
2004
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1983
2005
|
*/
|
|
@@ -2461,6 +2483,67 @@ export interface BindProductInfo {
|
|
|
2461
2483
|
*/
|
|
2462
2484
|
ProductOwnerName?: string;
|
|
2463
2485
|
}
|
|
2486
|
+
/**
|
|
2487
|
+
* Talk配置信息描述。
|
|
2488
|
+
*/
|
|
2489
|
+
export interface TalkAIBotInfo {
|
|
2490
|
+
/**
|
|
2491
|
+
* UIN
|
|
2492
|
+
*/
|
|
2493
|
+
Uin?: number;
|
|
2494
|
+
/**
|
|
2495
|
+
* APPID
|
|
2496
|
+
*/
|
|
2497
|
+
AppId?: number;
|
|
2498
|
+
/**
|
|
2499
|
+
* 实例ID
|
|
2500
|
+
*/
|
|
2501
|
+
InstanceId?: string;
|
|
2502
|
+
/**
|
|
2503
|
+
* 智能体ID
|
|
2504
|
+
*/
|
|
2505
|
+
BotId?: string;
|
|
2506
|
+
/**
|
|
2507
|
+
* 名称
|
|
2508
|
+
*/
|
|
2509
|
+
Name?: string;
|
|
2510
|
+
/**
|
|
2511
|
+
* 描述
|
|
2512
|
+
*/
|
|
2513
|
+
Description?: string;
|
|
2514
|
+
/**
|
|
2515
|
+
* 语言
|
|
2516
|
+
*/
|
|
2517
|
+
TargetLanguage?: string;
|
|
2518
|
+
/**
|
|
2519
|
+
* 语音识别
|
|
2520
|
+
*/
|
|
2521
|
+
STTConfig?: TalkSTTConfigInfo;
|
|
2522
|
+
/**
|
|
2523
|
+
* 大模型
|
|
2524
|
+
*/
|
|
2525
|
+
LLMConfig?: TalkLLMConfigInfo;
|
|
2526
|
+
/**
|
|
2527
|
+
* 语音合成
|
|
2528
|
+
*/
|
|
2529
|
+
TTSConfig?: TalkTTSConfigInfo;
|
|
2530
|
+
/**
|
|
2531
|
+
* 智能体配置
|
|
2532
|
+
*/
|
|
2533
|
+
AgentConfig?: TalkAgentConfigInfo;
|
|
2534
|
+
/**
|
|
2535
|
+
* 产品信息列表
|
|
2536
|
+
*/
|
|
2537
|
+
ProductList?: TalkProductInfo;
|
|
2538
|
+
/**
|
|
2539
|
+
* 创建时间
|
|
2540
|
+
*/
|
|
2541
|
+
CreateTime?: number;
|
|
2542
|
+
/**
|
|
2543
|
+
* 更新时间
|
|
2544
|
+
*/
|
|
2545
|
+
UpdateTime?: number;
|
|
2546
|
+
}
|
|
2464
2547
|
/**
|
|
2465
2548
|
* DescribeFreeCloudStorageNum请求参数结构体
|
|
2466
2549
|
*/
|
|
@@ -2478,6 +2561,43 @@ export interface InvokeVideosKeywordsAnalyzerResponse {
|
|
|
2478
2561
|
*/
|
|
2479
2562
|
RequestId?: string;
|
|
2480
2563
|
}
|
|
2564
|
+
/**
|
|
2565
|
+
* ModifyTWeTalkAIBot请求参数结构体
|
|
2566
|
+
*/
|
|
2567
|
+
export interface ModifyTWeTalkAIBotRequest {
|
|
2568
|
+
/**
|
|
2569
|
+
* 智能体ID
|
|
2570
|
+
*/
|
|
2571
|
+
BotId: string;
|
|
2572
|
+
/**
|
|
2573
|
+
* 产品ID
|
|
2574
|
+
*/
|
|
2575
|
+
Name?: string;
|
|
2576
|
+
/**
|
|
2577
|
+
* 名称
|
|
2578
|
+
*/
|
|
2579
|
+
Description?: string;
|
|
2580
|
+
/**
|
|
2581
|
+
* 支持的语言,zh-中文;en-英文;默认zh
|
|
2582
|
+
*/
|
|
2583
|
+
TargetLanguage?: string;
|
|
2584
|
+
/**
|
|
2585
|
+
* 自定义语音识别配置
|
|
2586
|
+
*/
|
|
2587
|
+
STTConfig?: TalkSTTConfigInfo;
|
|
2588
|
+
/**
|
|
2589
|
+
* 自定义大模型配置
|
|
2590
|
+
*/
|
|
2591
|
+
LLMConfig?: TalkLLMConfigInfo;
|
|
2592
|
+
/**
|
|
2593
|
+
* 语音合成配置
|
|
2594
|
+
*/
|
|
2595
|
+
TTSConfig?: TalkTTSConfigInfo;
|
|
2596
|
+
/**
|
|
2597
|
+
* 智能体配置
|
|
2598
|
+
*/
|
|
2599
|
+
AgentConfig?: TalkAgentConfigInfo;
|
|
2600
|
+
}
|
|
2481
2601
|
/**
|
|
2482
2602
|
* DescribeDevicePositionList请求参数结构体
|
|
2483
2603
|
*/
|
|
@@ -2775,6 +2895,32 @@ export interface SearchStudioProductResponse {
|
|
|
2775
2895
|
*/
|
|
2776
2896
|
RequestId?: string;
|
|
2777
2897
|
}
|
|
2898
|
+
/**
|
|
2899
|
+
* DescribeTWeTalkAIBot返回参数结构体
|
|
2900
|
+
*/
|
|
2901
|
+
export interface DescribeTWeTalkAIBotResponse {
|
|
2902
|
+
/**
|
|
2903
|
+
* 无
|
|
2904
|
+
*/
|
|
2905
|
+
Data?: TalkAIBotInfo;
|
|
2906
|
+
/**
|
|
2907
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2908
|
+
*/
|
|
2909
|
+
RequestId?: string;
|
|
2910
|
+
}
|
|
2911
|
+
/**
|
|
2912
|
+
* 智能体产品信息。
|
|
2913
|
+
*/
|
|
2914
|
+
export interface TalkProductInfo {
|
|
2915
|
+
/**
|
|
2916
|
+
* 产品ID
|
|
2917
|
+
*/
|
|
2918
|
+
ProductId?: string;
|
|
2919
|
+
/**
|
|
2920
|
+
* 产品名称
|
|
2921
|
+
*/
|
|
2922
|
+
ProductName?: string;
|
|
2923
|
+
}
|
|
2778
2924
|
/**
|
|
2779
2925
|
* 围栏绑定的设备信息
|
|
2780
2926
|
*/
|
|
@@ -2951,6 +3097,15 @@ export interface DescribeCloudStorageAIServiceCallbackResponse {
|
|
|
2951
3097
|
*/
|
|
2952
3098
|
RequestId?: string;
|
|
2953
3099
|
}
|
|
3100
|
+
/**
|
|
3101
|
+
* DescribeTWeTalkAIBot请求参数结构体
|
|
3102
|
+
*/
|
|
3103
|
+
export interface DescribeTWeTalkAIBotRequest {
|
|
3104
|
+
/**
|
|
3105
|
+
* 智能体ID
|
|
3106
|
+
*/
|
|
3107
|
+
BotId: string;
|
|
3108
|
+
}
|
|
2954
3109
|
/**
|
|
2955
3110
|
* ModifyLoRaGateway返回参数结构体
|
|
2956
3111
|
*/
|
|
@@ -3619,6 +3774,19 @@ export interface DescribeProjectRequest {
|
|
|
3619
3774
|
*/
|
|
3620
3775
|
ProjectId: string;
|
|
3621
3776
|
}
|
|
3777
|
+
/**
|
|
3778
|
+
* DescribeSubscribedTopicPolicy请求参数结构体
|
|
3779
|
+
*/
|
|
3780
|
+
export interface DescribeSubscribedTopicPolicyRequest {
|
|
3781
|
+
/**
|
|
3782
|
+
* 产品ID
|
|
3783
|
+
*/
|
|
3784
|
+
ProductId: string;
|
|
3785
|
+
/**
|
|
3786
|
+
* 设备名称
|
|
3787
|
+
*/
|
|
3788
|
+
DeviceName: string;
|
|
3789
|
+
}
|
|
3622
3790
|
/**
|
|
3623
3791
|
* UploadFirmware返回参数结构体
|
|
3624
3792
|
*/
|
|
@@ -3741,7 +3909,7 @@ export interface ControlDeviceDataResponse {
|
|
|
3741
3909
|
*/
|
|
3742
3910
|
export interface TalkLLMConfigInfo {
|
|
3743
3911
|
/**
|
|
3744
|
-
* 支持的LLM类型,
|
|
3912
|
+
* 支持的LLM类型,openai-OPENAI格式。
|
|
3745
3913
|
*/
|
|
3746
3914
|
LLMType?: string;
|
|
3747
3915
|
/**
|
|
@@ -3770,54 +3938,6 @@ export interface TalkLLMConfigInfo {
|
|
|
3770
3938
|
"MetaInfo":{}
|
|
3771
3939
|
}
|
|
3772
3940
|
```
|
|
3773
|
-
|
|
3774
|
-
## anthropic
|
|
3775
|
-
```
|
|
3776
|
-
{
|
|
3777
|
-
"ApiKey": "sk-XXXXXXXXXXXX",
|
|
3778
|
-
"ApiUrl": "https://api.openai.com/v1",
|
|
3779
|
-
"SystemPrompt": "一个小小助手"
|
|
3780
|
-
}
|
|
3781
|
-
```
|
|
3782
|
-
## gemini
|
|
3783
|
-
```
|
|
3784
|
-
{
|
|
3785
|
-
"AppId": 123456,
|
|
3786
|
-
"AccessToken": "*****",
|
|
3787
|
-
"ResourceId": "SecretKey****",
|
|
3788
|
-
"ModelName": "16k_zh",
|
|
3789
|
-
"Language":""
|
|
3790
|
-
}
|
|
3791
|
-
```
|
|
3792
|
-
## coze
|
|
3793
|
-
```
|
|
3794
|
-
{
|
|
3795
|
-
"ApiKey": "sk-XXXXXXXXXXXX",
|
|
3796
|
-
"BotId": "v1",
|
|
3797
|
-
"UserId": "xxx",
|
|
3798
|
-
"ApiUrl": "https://api.coze.cn/v3/chat"
|
|
3799
|
-
}
|
|
3800
|
-
```
|
|
3801
|
-
## dify
|
|
3802
|
-
```
|
|
3803
|
-
{
|
|
3804
|
-
"ApiKey": "sk-XXXXXXXXXXXX",
|
|
3805
|
-
"ApiUrl": "https://api.openai.com/v1",
|
|
3806
|
-
"User": "xxx",
|
|
3807
|
-
"Inputs":{},
|
|
3808
|
-
"ConversationId":"c1"
|
|
3809
|
-
}
|
|
3810
|
-
```
|
|
3811
|
-
## tencent_lke
|
|
3812
|
-
```
|
|
3813
|
-
{
|
|
3814
|
-
"ApiKey": "sk-XXXXXXXXXXXX",
|
|
3815
|
-
"ApiUrl": "https://api.openai.com/v1",
|
|
3816
|
-
"SystemRole": "一个小小助手",
|
|
3817
|
-
"SessionId":"123456"
|
|
3818
|
-
}
|
|
3819
|
-
```
|
|
3820
|
-
|
|
3821
3941
|
*/
|
|
3822
3942
|
Config?: string;
|
|
3823
3943
|
/**
|
|
@@ -3832,6 +3952,10 @@ export interface TalkLLMConfigInfo {
|
|
|
3832
3952
|
* topP
|
|
3833
3953
|
*/
|
|
3834
3954
|
TopP?: number;
|
|
3955
|
+
/**
|
|
3956
|
+
* 工具ID列表
|
|
3957
|
+
*/
|
|
3958
|
+
Tools?: Array<string>;
|
|
3835
3959
|
}
|
|
3836
3960
|
/**
|
|
3837
3961
|
* 设备事件的搜索结果项
|
|
@@ -3914,6 +4038,67 @@ export interface AISearchInfo {
|
|
|
3914
4038
|
*/
|
|
3915
4039
|
VideoURL?: string;
|
|
3916
4040
|
}
|
|
4041
|
+
/**
|
|
4042
|
+
* 智能体配置信息。
|
|
4043
|
+
*/
|
|
4044
|
+
export interface TalkAgentConfigInfo {
|
|
4045
|
+
/**
|
|
4046
|
+
* 会话超时(秒),指连接会话的时间,例如30秒是指会话在30秒后断开
|
|
4047
|
+
*/
|
|
4048
|
+
SessionTimeout?: number;
|
|
4049
|
+
/**
|
|
4050
|
+
* 允许打断
|
|
4051
|
+
*/
|
|
4052
|
+
InterruptionEnabled?: boolean;
|
|
4053
|
+
/**
|
|
4054
|
+
* 最大上下文
|
|
4055
|
+
*/
|
|
4056
|
+
MaxContextTokens?: number;
|
|
4057
|
+
/**
|
|
4058
|
+
* 空闲检测配置
|
|
4059
|
+
*/
|
|
4060
|
+
IdleDetection?: TalkIdleDetectionConfigInfo;
|
|
4061
|
+
/**
|
|
4062
|
+
* 是否启用情绪识别
|
|
4063
|
+
*/
|
|
4064
|
+
EmotionEnabled?: boolean;
|
|
4065
|
+
/**
|
|
4066
|
+
* 是否启用语义vad
|
|
4067
|
+
*/
|
|
4068
|
+
SemanticVADEnabled?: boolean;
|
|
4069
|
+
/**
|
|
4070
|
+
* 语义vad灵敏度, 1-慢 2-适中 3-快
|
|
4071
|
+
*/
|
|
4072
|
+
SemanticVADSensitivity?: number;
|
|
4073
|
+
/**
|
|
4074
|
+
* VAD 静默检测时间, 当开启语义vad此配置失效
|
|
4075
|
+
*/
|
|
4076
|
+
SilenceTime?: number;
|
|
4077
|
+
/**
|
|
4078
|
+
* 是否启用噪声过滤
|
|
4079
|
+
*/
|
|
4080
|
+
NoiseFilterEnabled?: boolean;
|
|
4081
|
+
/**
|
|
4082
|
+
* 是否开启长记忆,默认开启
|
|
4083
|
+
*/
|
|
4084
|
+
LongTermMemoryEnabled?: boolean;
|
|
4085
|
+
/**
|
|
4086
|
+
* 系统提示词,仅当未配置LLMConfig时使用
|
|
4087
|
+
*/
|
|
4088
|
+
SystemPrompt?: string;
|
|
4089
|
+
/**
|
|
4090
|
+
* 开机问候语,如果未配置默认不开启
|
|
4091
|
+
*/
|
|
4092
|
+
GreetingMessage?: string;
|
|
4093
|
+
/**
|
|
4094
|
+
* 系统默认音色,当配置复刻音色时,默认值为200000000
|
|
4095
|
+
*/
|
|
4096
|
+
DefaultVoiceType?: number;
|
|
4097
|
+
/**
|
|
4098
|
+
* 复刻音色
|
|
4099
|
+
*/
|
|
4100
|
+
FastVoiceType?: string;
|
|
4101
|
+
}
|
|
3917
4102
|
/**
|
|
3918
4103
|
* ResetCloudStorageEvent返回参数结构体
|
|
3919
4104
|
*/
|
|
@@ -4063,21 +4248,25 @@ export interface DescribeCloudStorageStreamDataRequest {
|
|
|
4063
4248
|
StartTime: number;
|
|
4064
4249
|
}
|
|
4065
4250
|
/**
|
|
4066
|
-
*
|
|
4251
|
+
* ListEventHistory返回参数结构体
|
|
4067
4252
|
*/
|
|
4068
|
-
export interface
|
|
4253
|
+
export interface ListEventHistoryResponse {
|
|
4069
4254
|
/**
|
|
4070
|
-
*
|
|
4255
|
+
* 搜索上下文, 用作查询游标
|
|
4071
4256
|
*/
|
|
4072
|
-
|
|
4257
|
+
Context?: string;
|
|
4073
4258
|
/**
|
|
4074
|
-
*
|
|
4259
|
+
* 搜索结果数量
|
|
4075
4260
|
*/
|
|
4076
|
-
|
|
4261
|
+
Total?: number;
|
|
4077
4262
|
/**
|
|
4078
|
-
*
|
|
4263
|
+
* 搜索结果是否已经结束
|
|
4079
4264
|
*/
|
|
4080
|
-
|
|
4265
|
+
Listover?: boolean;
|
|
4266
|
+
/**
|
|
4267
|
+
* 搜集结果集
|
|
4268
|
+
*/
|
|
4269
|
+
EventHistory?: Array<EventHistoryItem>;
|
|
4081
4270
|
/**
|
|
4082
4271
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
4083
4272
|
*/
|
|
@@ -4747,6 +4936,15 @@ export interface DeviceFirmwareInfo {
|
|
|
4747
4936
|
*/
|
|
4748
4937
|
UpdateTime: number;
|
|
4749
4938
|
}
|
|
4939
|
+
/**
|
|
4940
|
+
* UnbindTWeTalkAIBot返回参数结构体
|
|
4941
|
+
*/
|
|
4942
|
+
export interface UnbindTWeTalkAIBotResponse {
|
|
4943
|
+
/**
|
|
4944
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
4945
|
+
*/
|
|
4946
|
+
RequestId?: string;
|
|
4947
|
+
}
|
|
4750
4948
|
/**
|
|
4751
4949
|
* CallDeviceActionSync请求参数结构体
|
|
4752
4950
|
*/
|
|
@@ -4938,6 +5136,19 @@ export interface ModifyFenceBindResponse {
|
|
|
4938
5136
|
*/
|
|
4939
5137
|
RequestId?: string;
|
|
4940
5138
|
}
|
|
5139
|
+
/**
|
|
5140
|
+
* UnbindTWeTalkAIBot请求参数结构体
|
|
5141
|
+
*/
|
|
5142
|
+
export interface UnbindTWeTalkAIBotRequest {
|
|
5143
|
+
/**
|
|
5144
|
+
* 智能体ID
|
|
5145
|
+
*/
|
|
5146
|
+
BotId: string;
|
|
5147
|
+
/**
|
|
5148
|
+
* 产品ID
|
|
5149
|
+
*/
|
|
5150
|
+
ProductId: string;
|
|
5151
|
+
}
|
|
4941
5152
|
/**
|
|
4942
5153
|
* DescribeGatewayBindDevices返回参数结构体
|
|
4943
5154
|
*/
|
|
@@ -5268,17 +5479,21 @@ export interface DeviceDataHistoryItem {
|
|
|
5268
5479
|
Value?: string;
|
|
5269
5480
|
}
|
|
5270
5481
|
/**
|
|
5271
|
-
*
|
|
5482
|
+
* GetTWeTalkAIBotList返回参数结构体
|
|
5272
5483
|
*/
|
|
5273
|
-
export interface
|
|
5484
|
+
export interface GetTWeTalkAIBotListResponse {
|
|
5274
5485
|
/**
|
|
5275
|
-
*
|
|
5486
|
+
* 无
|
|
5276
5487
|
*/
|
|
5277
|
-
|
|
5488
|
+
Data?: Array<TalkAIBotInfo>;
|
|
5278
5489
|
/**
|
|
5279
|
-
*
|
|
5490
|
+
* 1
|
|
5280
5491
|
*/
|
|
5281
|
-
|
|
5492
|
+
TotalCount?: number;
|
|
5493
|
+
/**
|
|
5494
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
5495
|
+
*/
|
|
5496
|
+
RequestId?: string;
|
|
5282
5497
|
}
|
|
5283
5498
|
/**
|
|
5284
5499
|
* GetTWeCallActiveStatus返回参数结构体
|
|
@@ -5663,7 +5878,7 @@ export interface DescribeFenceEventListResponse {
|
|
|
5663
5878
|
*/
|
|
5664
5879
|
export interface TalkSTTConfigInfo {
|
|
5665
5880
|
/**
|
|
5666
|
-
* 支持的STT类型,tencent-腾讯;azure-亚马逊;
|
|
5881
|
+
* 支持的STT类型,tencent-腾讯;azure-亚马逊;deepgram-Deepgram;系统默认-tencent。
|
|
5667
5882
|
*/
|
|
5668
5883
|
STTType?: string;
|
|
5669
5884
|
/**
|
|
@@ -5692,16 +5907,7 @@ export interface TalkSTTConfigInfo {
|
|
|
5692
5907
|
"SubscriptionKey": "*****"
|
|
5693
5908
|
}
|
|
5694
5909
|
```
|
|
5695
|
-
|
|
5696
|
-
```
|
|
5697
|
-
{
|
|
5698
|
-
"AppId": 123456,
|
|
5699
|
-
"AccessToken": "*****",
|
|
5700
|
-
"ResourceId": "SecretKey****",
|
|
5701
|
-
"ModelName": "16k_zh",
|
|
5702
|
-
"Language":""
|
|
5703
|
-
}
|
|
5704
|
-
```
|
|
5910
|
+
|
|
5705
5911
|
## deepgram
|
|
5706
5912
|
```
|
|
5707
5913
|
{
|
|
@@ -5943,6 +6149,10 @@ export interface DescribeFirmwareTaskResponse {
|
|
|
5943
6149
|
* 用户自定义消息
|
|
5944
6150
|
*/
|
|
5945
6151
|
TaskUserDefine?: string;
|
|
6152
|
+
/**
|
|
6153
|
+
* 每分钟发送设备量
|
|
6154
|
+
*/
|
|
6155
|
+
RateLimit?: number;
|
|
5946
6156
|
/**
|
|
5947
6157
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
5948
6158
|
*/
|
|
@@ -6723,6 +6933,19 @@ export interface LoRaGatewayItem {
|
|
|
6723
6933
|
*/
|
|
6724
6934
|
FrequencyId?: string;
|
|
6725
6935
|
}
|
|
6936
|
+
/**
|
|
6937
|
+
* BindTWeTalkAIBot请求参数结构体
|
|
6938
|
+
*/
|
|
6939
|
+
export interface BindTWeTalkAIBotRequest {
|
|
6940
|
+
/**
|
|
6941
|
+
* 智能体ID
|
|
6942
|
+
*/
|
|
6943
|
+
BotId: string;
|
|
6944
|
+
/**
|
|
6945
|
+
* 产品ID
|
|
6946
|
+
*/
|
|
6947
|
+
ProductId: string;
|
|
6948
|
+
}
|
|
6726
6949
|
/**
|
|
6727
6950
|
* UpdateOtaModule请求参数结构体
|
|
6728
6951
|
*/
|
|
@@ -6880,6 +7103,15 @@ export interface VisionRecognitionTask {
|
|
|
6880
7103
|
*/
|
|
6881
7104
|
FilesInfo?: Array<CloudStorageAIServiceTaskFileInfo>;
|
|
6882
7105
|
}
|
|
7106
|
+
/**
|
|
7107
|
+
* ModifyTWeTalkAIBot返回参数结构体
|
|
7108
|
+
*/
|
|
7109
|
+
export interface ModifyTWeTalkAIBotResponse {
|
|
7110
|
+
/**
|
|
7111
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
7112
|
+
*/
|
|
7113
|
+
RequestId?: string;
|
|
7114
|
+
}
|
|
6883
7115
|
/**
|
|
6884
7116
|
* CreateLoRaFrequency返回参数结构体
|
|
6885
7117
|
*/
|
|
@@ -7735,9 +7967,14 @@ export interface BatchInvokeTWeSeeRecognitionTaskResponse {
|
|
|
7735
7967
|
RequestId?: string;
|
|
7736
7968
|
}
|
|
7737
7969
|
/**
|
|
7738
|
-
*
|
|
7970
|
+
* BindTWeTalkAIBot返回参数结构体
|
|
7739
7971
|
*/
|
|
7740
|
-
export
|
|
7972
|
+
export interface BindTWeTalkAIBotResponse {
|
|
7973
|
+
/**
|
|
7974
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
7975
|
+
*/
|
|
7976
|
+
RequestId?: string;
|
|
7977
|
+
}
|
|
7741
7978
|
/**
|
|
7742
7979
|
* 围栏信息
|
|
7743
7980
|
*/
|
|
@@ -8475,17 +8712,13 @@ export interface DeleteLoRaGatewayRequest {
|
|
|
8475
8712
|
GatewayId: string;
|
|
8476
8713
|
}
|
|
8477
8714
|
/**
|
|
8478
|
-
*
|
|
8715
|
+
* DeleteTWeTalkAIBot请求参数结构体
|
|
8479
8716
|
*/
|
|
8480
|
-
export interface
|
|
8481
|
-
/**
|
|
8482
|
-
* 任务信息
|
|
8483
|
-
*/
|
|
8484
|
-
TaskInfo?: VisionRecognitionTask;
|
|
8717
|
+
export interface DeleteTWeTalkAIBotRequest {
|
|
8485
8718
|
/**
|
|
8486
|
-
*
|
|
8719
|
+
* 智能体ID
|
|
8487
8720
|
*/
|
|
8488
|
-
|
|
8721
|
+
BotId: string;
|
|
8489
8722
|
}
|
|
8490
8723
|
/**
|
|
8491
8724
|
* ModifyTopicPolicy返回参数结构体
|
|
@@ -8797,6 +9030,43 @@ export interface CreateFenceBindRequest {
|
|
|
8797
9030
|
*/
|
|
8798
9031
|
Items: Array<FenceBindProductItem>;
|
|
8799
9032
|
}
|
|
9033
|
+
/**
|
|
9034
|
+
* CreateTWeTalkAIBot请求参数结构体
|
|
9035
|
+
*/
|
|
9036
|
+
export interface CreateTWeTalkAIBotRequest {
|
|
9037
|
+
/**
|
|
9038
|
+
* 产品ID
|
|
9039
|
+
*/
|
|
9040
|
+
Name: string;
|
|
9041
|
+
/**
|
|
9042
|
+
* 名称
|
|
9043
|
+
*/
|
|
9044
|
+
Description?: string;
|
|
9045
|
+
/**
|
|
9046
|
+
* 支持的语言,zh-中文;en-英文;默认zh
|
|
9047
|
+
*/
|
|
9048
|
+
TargetLanguage?: string;
|
|
9049
|
+
/**
|
|
9050
|
+
* 自定义语音识别配置
|
|
9051
|
+
*/
|
|
9052
|
+
STTConfig?: TalkSTTConfigInfo;
|
|
9053
|
+
/**
|
|
9054
|
+
* 自定义大模型配置
|
|
9055
|
+
*/
|
|
9056
|
+
LLMConfig?: TalkLLMConfigInfo;
|
|
9057
|
+
/**
|
|
9058
|
+
* 语音合成配置
|
|
9059
|
+
*/
|
|
9060
|
+
TTSConfig?: TalkTTSConfigInfo;
|
|
9061
|
+
/**
|
|
9062
|
+
* 智能体配置
|
|
9063
|
+
*/
|
|
9064
|
+
AgentConfig?: TalkAgentConfigInfo;
|
|
9065
|
+
/**
|
|
9066
|
+
* 实例ID
|
|
9067
|
+
*/
|
|
9068
|
+
InstanceId?: string;
|
|
9069
|
+
}
|
|
8800
9070
|
/**
|
|
8801
9071
|
* 授权小程序信息
|
|
8802
9072
|
*/
|
|
@@ -9309,6 +9579,10 @@ export interface PositionSpaceInfo {
|
|
|
9309
9579
|
*/
|
|
9310
9580
|
Zoom?: number;
|
|
9311
9581
|
}
|
|
9582
|
+
/**
|
|
9583
|
+
* ModifyPositionFence请求参数结构体
|
|
9584
|
+
*/
|
|
9585
|
+
export type ModifyPositionFenceRequest = null;
|
|
9312
9586
|
/**
|
|
9313
9587
|
* CreateDeviceChannel返回参数结构体
|
|
9314
9588
|
*/
|
|
@@ -9877,6 +10151,39 @@ export interface BatchUpdateFirmwareRequest {
|
|
|
9877
10151
|
* 用户自定义信息
|
|
9878
10152
|
*/
|
|
9879
10153
|
TaskUserDefine?: string;
|
|
10154
|
+
/**
|
|
10155
|
+
* 每分钟下发设备量
|
|
10156
|
+
*/
|
|
10157
|
+
RateLimit?: number;
|
|
10158
|
+
}
|
|
10159
|
+
/**
|
|
10160
|
+
* GetTWeTalkAIBotList请求参数结构体
|
|
10161
|
+
*/
|
|
10162
|
+
export interface GetTWeTalkAIBotListRequest {
|
|
10163
|
+
/**
|
|
10164
|
+
* 智能体ID
|
|
10165
|
+
*/
|
|
10166
|
+
BotId?: string;
|
|
10167
|
+
/**
|
|
10168
|
+
* 产品ID
|
|
10169
|
+
*/
|
|
10170
|
+
ProductId?: string;
|
|
10171
|
+
/**
|
|
10172
|
+
* 实例ID
|
|
10173
|
+
*/
|
|
10174
|
+
InstanceId?: string;
|
|
10175
|
+
/**
|
|
10176
|
+
* 是否脱敏
|
|
10177
|
+
*/
|
|
10178
|
+
IncludeCredentials?: boolean;
|
|
10179
|
+
/**
|
|
10180
|
+
* 1
|
|
10181
|
+
*/
|
|
10182
|
+
Offset?: number;
|
|
10183
|
+
/**
|
|
10184
|
+
* 10
|
|
10185
|
+
*/
|
|
10186
|
+
Limit?: number;
|
|
9880
10187
|
}
|
|
9881
10188
|
/**
|
|
9882
10189
|
* GetTopicRuleList请求参数结构体
|
|
@@ -10050,6 +10357,15 @@ export interface UpdateDevicesEnableStateRequest {
|
|
|
10050
10357
|
*/
|
|
10051
10358
|
Status: number;
|
|
10052
10359
|
}
|
|
10360
|
+
/**
|
|
10361
|
+
* DeleteTWeTalkAIBot返回参数结构体
|
|
10362
|
+
*/
|
|
10363
|
+
export interface DeleteTWeTalkAIBotResponse {
|
|
10364
|
+
/**
|
|
10365
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
10366
|
+
*/
|
|
10367
|
+
RequestId?: string;
|
|
10368
|
+
}
|
|
10053
10369
|
/**
|
|
10054
10370
|
* ResetCloudStorageAIService请求参数结构体
|
|
10055
10371
|
*/
|