@antchain/riskplus 1.24.7 → 1.25.4
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/dist/client.d.ts +493 -2
- package/dist/client.js +836 -64
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +1216 -87
package/dist/client.d.ts
CHANGED
|
@@ -4952,9 +4952,9 @@ export declare class PushDubbridgeInstallmentSupplementRequest extends $tea.Mode
|
|
|
4952
4952
|
authToken?: string;
|
|
4953
4953
|
productInstanceId?: string;
|
|
4954
4954
|
orderNo: string;
|
|
4955
|
-
prodType: string;
|
|
4956
4955
|
openId: string;
|
|
4957
4956
|
bizOrderNo: string;
|
|
4957
|
+
prodType?: string;
|
|
4958
4958
|
fileScene?: string;
|
|
4959
4959
|
fileList?: SupplementFile[];
|
|
4960
4960
|
storeInfo?: StoreInfo;
|
|
@@ -6106,6 +6106,40 @@ export declare class UploadQmpOfflinehostplanResponse extends $tea.Model {
|
|
|
6106
6106
|
reqMsgId?: string;
|
|
6107
6107
|
resultCode?: string;
|
|
6108
6108
|
resultMsg?: string;
|
|
6109
|
+
importId?: string;
|
|
6110
|
+
static names(): {
|
|
6111
|
+
[key: string]: string;
|
|
6112
|
+
};
|
|
6113
|
+
static types(): {
|
|
6114
|
+
[key: string]: any;
|
|
6115
|
+
};
|
|
6116
|
+
constructor(map?: {
|
|
6117
|
+
[key: string]: any;
|
|
6118
|
+
});
|
|
6119
|
+
}
|
|
6120
|
+
export declare class QueryQmpOfflinehostplanDecisionresultRequest extends $tea.Model {
|
|
6121
|
+
authToken?: string;
|
|
6122
|
+
productInstanceId?: string;
|
|
6123
|
+
importId: string;
|
|
6124
|
+
static names(): {
|
|
6125
|
+
[key: string]: string;
|
|
6126
|
+
};
|
|
6127
|
+
static types(): {
|
|
6128
|
+
[key: string]: any;
|
|
6129
|
+
};
|
|
6130
|
+
constructor(map?: {
|
|
6131
|
+
[key: string]: any;
|
|
6132
|
+
});
|
|
6133
|
+
}
|
|
6134
|
+
export declare class QueryQmpOfflinehostplanDecisionresultResponse extends $tea.Model {
|
|
6135
|
+
reqMsgId?: string;
|
|
6136
|
+
resultCode?: string;
|
|
6137
|
+
resultMsg?: string;
|
|
6138
|
+
planCode?: string;
|
|
6139
|
+
status?: string;
|
|
6140
|
+
totalNum?: number;
|
|
6141
|
+
decisionNum?: number;
|
|
6142
|
+
fileUrl?: string;
|
|
6109
6143
|
static names(): {
|
|
6110
6144
|
[key: string]: string;
|
|
6111
6145
|
};
|
|
@@ -6395,7 +6429,6 @@ export declare class QueryRfcOdpsLindormRequest extends $tea.Model {
|
|
|
6395
6429
|
productInstanceId?: string;
|
|
6396
6430
|
bizCode: string;
|
|
6397
6431
|
keyId: string;
|
|
6398
|
-
channelCode: string;
|
|
6399
6432
|
authCode?: string;
|
|
6400
6433
|
encryptType?: string;
|
|
6401
6434
|
static names(): {
|
|
@@ -7175,6 +7208,37 @@ export declare class ReceiveRbbParamsFileResponse extends $tea.Model {
|
|
|
7175
7208
|
[key: string]: any;
|
|
7176
7209
|
});
|
|
7177
7210
|
}
|
|
7211
|
+
export declare class ReceiveRbbOverseacompanyProfileRequest extends $tea.Model {
|
|
7212
|
+
authToken?: string;
|
|
7213
|
+
productInstanceId?: string;
|
|
7214
|
+
fileObject?: Readable;
|
|
7215
|
+
fileObjectName?: string;
|
|
7216
|
+
fileId: string;
|
|
7217
|
+
static names(): {
|
|
7218
|
+
[key: string]: string;
|
|
7219
|
+
};
|
|
7220
|
+
static types(): {
|
|
7221
|
+
[key: string]: any;
|
|
7222
|
+
};
|
|
7223
|
+
constructor(map?: {
|
|
7224
|
+
[key: string]: any;
|
|
7225
|
+
});
|
|
7226
|
+
}
|
|
7227
|
+
export declare class ReceiveRbbOverseacompanyProfileResponse extends $tea.Model {
|
|
7228
|
+
reqMsgId?: string;
|
|
7229
|
+
resultCode?: string;
|
|
7230
|
+
resultMsg?: string;
|
|
7231
|
+
data?: string;
|
|
7232
|
+
static names(): {
|
|
7233
|
+
[key: string]: string;
|
|
7234
|
+
};
|
|
7235
|
+
static types(): {
|
|
7236
|
+
[key: string]: any;
|
|
7237
|
+
};
|
|
7238
|
+
constructor(map?: {
|
|
7239
|
+
[key: string]: any;
|
|
7240
|
+
});
|
|
7241
|
+
}
|
|
7178
7242
|
export declare class PushRpaasReportAnswerRequest extends $tea.Model {
|
|
7179
7243
|
authToken?: string;
|
|
7180
7244
|
productInstanceId?: string;
|
|
@@ -8402,6 +8466,313 @@ export declare class QuerySnapshotEventResponse extends $tea.Model {
|
|
|
8402
8466
|
[key: string]: any;
|
|
8403
8467
|
});
|
|
8404
8468
|
}
|
|
8469
|
+
export declare class ApplyTdiquickmsgRtBatchmarketingRequest extends $tea.Model {
|
|
8470
|
+
authToken?: string;
|
|
8471
|
+
productInstanceId?: string;
|
|
8472
|
+
sceneStrategyId: number;
|
|
8473
|
+
outSerialNo: string;
|
|
8474
|
+
paramType: string;
|
|
8475
|
+
outInfo?: string;
|
|
8476
|
+
customerDetails: CustomerDetail[];
|
|
8477
|
+
static names(): {
|
|
8478
|
+
[key: string]: string;
|
|
8479
|
+
};
|
|
8480
|
+
static types(): {
|
|
8481
|
+
[key: string]: any;
|
|
8482
|
+
};
|
|
8483
|
+
constructor(map?: {
|
|
8484
|
+
[key: string]: any;
|
|
8485
|
+
});
|
|
8486
|
+
}
|
|
8487
|
+
export declare class ApplyTdiquickmsgRtBatchmarketingResponse extends $tea.Model {
|
|
8488
|
+
reqMsgId?: string;
|
|
8489
|
+
resultCode?: string;
|
|
8490
|
+
resultMsg?: string;
|
|
8491
|
+
bizId?: string;
|
|
8492
|
+
static names(): {
|
|
8493
|
+
[key: string]: string;
|
|
8494
|
+
};
|
|
8495
|
+
static types(): {
|
|
8496
|
+
[key: string]: any;
|
|
8497
|
+
};
|
|
8498
|
+
constructor(map?: {
|
|
8499
|
+
[key: string]: any;
|
|
8500
|
+
});
|
|
8501
|
+
}
|
|
8502
|
+
export declare class ApplyTdiquickmsgRobotcallRequest extends $tea.Model {
|
|
8503
|
+
authToken?: string;
|
|
8504
|
+
productInstanceId?: string;
|
|
8505
|
+
outSerialNo: string;
|
|
8506
|
+
sceneStrategyId: number;
|
|
8507
|
+
outInfo?: string;
|
|
8508
|
+
paramTemplate: string;
|
|
8509
|
+
customerDetails: RobotCallCustomerParam;
|
|
8510
|
+
static names(): {
|
|
8511
|
+
[key: string]: string;
|
|
8512
|
+
};
|
|
8513
|
+
static types(): {
|
|
8514
|
+
[key: string]: any;
|
|
8515
|
+
};
|
|
8516
|
+
constructor(map?: {
|
|
8517
|
+
[key: string]: any;
|
|
8518
|
+
});
|
|
8519
|
+
}
|
|
8520
|
+
export declare class ApplyTdiquickmsgRobotcallResponse extends $tea.Model {
|
|
8521
|
+
reqMsgId?: string;
|
|
8522
|
+
resultCode?: string;
|
|
8523
|
+
resultMsg?: string;
|
|
8524
|
+
callId?: string;
|
|
8525
|
+
static names(): {
|
|
8526
|
+
[key: string]: string;
|
|
8527
|
+
};
|
|
8528
|
+
static types(): {
|
|
8529
|
+
[key: string]: any;
|
|
8530
|
+
};
|
|
8531
|
+
constructor(map?: {
|
|
8532
|
+
[key: string]: any;
|
|
8533
|
+
});
|
|
8534
|
+
}
|
|
8535
|
+
export declare class CallbackTdiquickmsgSmsRequest extends $tea.Model {
|
|
8536
|
+
authToken?: string;
|
|
8537
|
+
productInstanceId?: string;
|
|
8538
|
+
type: string;
|
|
8539
|
+
phoneNumber: string;
|
|
8540
|
+
sendTime: string;
|
|
8541
|
+
reportTime: string;
|
|
8542
|
+
success: boolean;
|
|
8543
|
+
errCode: string;
|
|
8544
|
+
errMsg: string;
|
|
8545
|
+
smsSize: string;
|
|
8546
|
+
bizId: string;
|
|
8547
|
+
bizProperties: string;
|
|
8548
|
+
smsType?: string;
|
|
8549
|
+
serviceProvider: string;
|
|
8550
|
+
city?: string;
|
|
8551
|
+
keyTemplate?: string;
|
|
8552
|
+
static names(): {
|
|
8553
|
+
[key: string]: string;
|
|
8554
|
+
};
|
|
8555
|
+
static types(): {
|
|
8556
|
+
[key: string]: any;
|
|
8557
|
+
};
|
|
8558
|
+
constructor(map?: {
|
|
8559
|
+
[key: string]: any;
|
|
8560
|
+
});
|
|
8561
|
+
}
|
|
8562
|
+
export declare class CallbackTdiquickmsgSmsResponse extends $tea.Model {
|
|
8563
|
+
reqMsgId?: string;
|
|
8564
|
+
resultCode?: string;
|
|
8565
|
+
resultMsg?: string;
|
|
8566
|
+
static names(): {
|
|
8567
|
+
[key: string]: string;
|
|
8568
|
+
};
|
|
8569
|
+
static types(): {
|
|
8570
|
+
[key: string]: any;
|
|
8571
|
+
};
|
|
8572
|
+
constructor(map?: {
|
|
8573
|
+
[key: string]: any;
|
|
8574
|
+
});
|
|
8575
|
+
}
|
|
8576
|
+
export declare class CallbackTdiquickmsgRobotcallRequest extends $tea.Model {
|
|
8577
|
+
authToken?: string;
|
|
8578
|
+
productInstanceId?: string;
|
|
8579
|
+
customerKey: string;
|
|
8580
|
+
currentCallTimes: number;
|
|
8581
|
+
keyTemplate: string;
|
|
8582
|
+
batchId: string;
|
|
8583
|
+
callType: number;
|
|
8584
|
+
tag?: string;
|
|
8585
|
+
callId: string;
|
|
8586
|
+
taskId: number;
|
|
8587
|
+
taskName: string;
|
|
8588
|
+
templateId?: number;
|
|
8589
|
+
statusCode: number;
|
|
8590
|
+
statusDescription: string;
|
|
8591
|
+
transferStatusCode: string;
|
|
8592
|
+
transferStatus: string;
|
|
8593
|
+
agentId?: number;
|
|
8594
|
+
agentTag?: string;
|
|
8595
|
+
agentExtension?: string;
|
|
8596
|
+
importTime: string;
|
|
8597
|
+
callBeginTime: string;
|
|
8598
|
+
ringTime: number;
|
|
8599
|
+
answerTime?: string;
|
|
8600
|
+
speakingTime: string;
|
|
8601
|
+
speakingDuration: number;
|
|
8602
|
+
hangupTime: string;
|
|
8603
|
+
speakingTurns: number;
|
|
8604
|
+
agentSpeakingTime: string;
|
|
8605
|
+
agentSpeakingDuration: number;
|
|
8606
|
+
intentTag: string;
|
|
8607
|
+
intentDescription: string;
|
|
8608
|
+
individualTag?: string;
|
|
8609
|
+
keywords?: string;
|
|
8610
|
+
hungupType: number;
|
|
8611
|
+
sms: number;
|
|
8612
|
+
chatRecord?: string;
|
|
8613
|
+
chats?: string;
|
|
8614
|
+
addWx?: number;
|
|
8615
|
+
addWxStatus?: string;
|
|
8616
|
+
answerRecall: number;
|
|
8617
|
+
properties?: string;
|
|
8618
|
+
bizProperties?: string;
|
|
8619
|
+
interceptReason?: string;
|
|
8620
|
+
extInfo?: string;
|
|
8621
|
+
static names(): {
|
|
8622
|
+
[key: string]: string;
|
|
8623
|
+
};
|
|
8624
|
+
static types(): {
|
|
8625
|
+
[key: string]: any;
|
|
8626
|
+
};
|
|
8627
|
+
constructor(map?: {
|
|
8628
|
+
[key: string]: any;
|
|
8629
|
+
});
|
|
8630
|
+
}
|
|
8631
|
+
export declare class CallbackTdiquickmsgRobotcallResponse extends $tea.Model {
|
|
8632
|
+
reqMsgId?: string;
|
|
8633
|
+
resultCode?: string;
|
|
8634
|
+
resultMsg?: string;
|
|
8635
|
+
static names(): {
|
|
8636
|
+
[key: string]: string;
|
|
8637
|
+
};
|
|
8638
|
+
static types(): {
|
|
8639
|
+
[key: string]: any;
|
|
8640
|
+
};
|
|
8641
|
+
constructor(map?: {
|
|
8642
|
+
[key: string]: any;
|
|
8643
|
+
});
|
|
8644
|
+
}
|
|
8645
|
+
export declare class CallbackTdiquickmsgSmsUpRequest extends $tea.Model {
|
|
8646
|
+
authToken?: string;
|
|
8647
|
+
productInstanceId?: string;
|
|
8648
|
+
type: string;
|
|
8649
|
+
phoneNumber: string;
|
|
8650
|
+
sendTime: string;
|
|
8651
|
+
content: string;
|
|
8652
|
+
signName: string;
|
|
8653
|
+
appKey: string;
|
|
8654
|
+
destCode: string;
|
|
8655
|
+
sequenceId: number;
|
|
8656
|
+
keyTemplate?: string;
|
|
8657
|
+
originKeyTemplate?: string;
|
|
8658
|
+
static names(): {
|
|
8659
|
+
[key: string]: string;
|
|
8660
|
+
};
|
|
8661
|
+
static types(): {
|
|
8662
|
+
[key: string]: any;
|
|
8663
|
+
};
|
|
8664
|
+
constructor(map?: {
|
|
8665
|
+
[key: string]: any;
|
|
8666
|
+
});
|
|
8667
|
+
}
|
|
8668
|
+
export declare class CallbackTdiquickmsgSmsUpResponse extends $tea.Model {
|
|
8669
|
+
reqMsgId?: string;
|
|
8670
|
+
resultCode?: string;
|
|
8671
|
+
resultMsg?: string;
|
|
8672
|
+
static names(): {
|
|
8673
|
+
[key: string]: string;
|
|
8674
|
+
};
|
|
8675
|
+
static types(): {
|
|
8676
|
+
[key: string]: any;
|
|
8677
|
+
};
|
|
8678
|
+
constructor(map?: {
|
|
8679
|
+
[key: string]: any;
|
|
8680
|
+
});
|
|
8681
|
+
}
|
|
8682
|
+
export declare class QueryTdiquickmsgRobotcallStatisticinfoRequest extends $tea.Model {
|
|
8683
|
+
authToken?: string;
|
|
8684
|
+
productInstanceId?: string;
|
|
8685
|
+
sceneStrategyId: number;
|
|
8686
|
+
outInfo: string;
|
|
8687
|
+
industryTag?: string;
|
|
8688
|
+
static names(): {
|
|
8689
|
+
[key: string]: string;
|
|
8690
|
+
};
|
|
8691
|
+
static types(): {
|
|
8692
|
+
[key: string]: any;
|
|
8693
|
+
};
|
|
8694
|
+
constructor(map?: {
|
|
8695
|
+
[key: string]: any;
|
|
8696
|
+
});
|
|
8697
|
+
}
|
|
8698
|
+
export declare class QueryTdiquickmsgRobotcallStatisticinfoResponse extends $tea.Model {
|
|
8699
|
+
reqMsgId?: string;
|
|
8700
|
+
resultCode?: string;
|
|
8701
|
+
resultMsg?: string;
|
|
8702
|
+
totalCount?: number;
|
|
8703
|
+
callCount?: number;
|
|
8704
|
+
calleeCount?: string;
|
|
8705
|
+
connectCount?: number;
|
|
8706
|
+
callRate?: string;
|
|
8707
|
+
connectRate?: string;
|
|
8708
|
+
static names(): {
|
|
8709
|
+
[key: string]: string;
|
|
8710
|
+
};
|
|
8711
|
+
static types(): {
|
|
8712
|
+
[key: string]: any;
|
|
8713
|
+
};
|
|
8714
|
+
constructor(map?: {
|
|
8715
|
+
[key: string]: any;
|
|
8716
|
+
});
|
|
8717
|
+
}
|
|
8718
|
+
export declare class PushTdiquickmsgBackflowEventRequest extends $tea.Model {
|
|
8719
|
+
authToken?: string;
|
|
8720
|
+
productInstanceId?: string;
|
|
8721
|
+
eventId: number;
|
|
8722
|
+
eventRecords: BackflowEventRecord[];
|
|
8723
|
+
static names(): {
|
|
8724
|
+
[key: string]: string;
|
|
8725
|
+
};
|
|
8726
|
+
static types(): {
|
|
8727
|
+
[key: string]: any;
|
|
8728
|
+
};
|
|
8729
|
+
constructor(map?: {
|
|
8730
|
+
[key: string]: any;
|
|
8731
|
+
});
|
|
8732
|
+
}
|
|
8733
|
+
export declare class PushTdiquickmsgBackflowEventResponse extends $tea.Model {
|
|
8734
|
+
reqMsgId?: string;
|
|
8735
|
+
resultCode?: string;
|
|
8736
|
+
resultMsg?: string;
|
|
8737
|
+
static names(): {
|
|
8738
|
+
[key: string]: string;
|
|
8739
|
+
};
|
|
8740
|
+
static types(): {
|
|
8741
|
+
[key: string]: any;
|
|
8742
|
+
};
|
|
8743
|
+
constructor(map?: {
|
|
8744
|
+
[key: string]: any;
|
|
8745
|
+
});
|
|
8746
|
+
}
|
|
8747
|
+
export declare class PushTdiquickmsgBackflowJsondataRequest extends $tea.Model {
|
|
8748
|
+
authToken?: string;
|
|
8749
|
+
productInstanceId?: string;
|
|
8750
|
+
eventId: number;
|
|
8751
|
+
eventRecords: string;
|
|
8752
|
+
static names(): {
|
|
8753
|
+
[key: string]: string;
|
|
8754
|
+
};
|
|
8755
|
+
static types(): {
|
|
8756
|
+
[key: string]: any;
|
|
8757
|
+
};
|
|
8758
|
+
constructor(map?: {
|
|
8759
|
+
[key: string]: any;
|
|
8760
|
+
});
|
|
8761
|
+
}
|
|
8762
|
+
export declare class PushTdiquickmsgBackflowJsondataResponse extends $tea.Model {
|
|
8763
|
+
reqMsgId?: string;
|
|
8764
|
+
resultCode?: string;
|
|
8765
|
+
resultMsg?: string;
|
|
8766
|
+
static names(): {
|
|
8767
|
+
[key: string]: string;
|
|
8768
|
+
};
|
|
8769
|
+
static types(): {
|
|
8770
|
+
[key: string]: any;
|
|
8771
|
+
};
|
|
8772
|
+
constructor(map?: {
|
|
8773
|
+
[key: string]: any;
|
|
8774
|
+
});
|
|
8775
|
+
}
|
|
8405
8776
|
export declare class QueryTdisaasSecurityPolicyRequest extends $tea.Model {
|
|
8406
8777
|
authToken?: string;
|
|
8407
8778
|
productInstanceId?: string;
|
|
@@ -11250,6 +11621,18 @@ export default class Client {
|
|
|
11250
11621
|
uploadQmpOfflinehostplanEx(request: UploadQmpOfflinehostplanRequest, headers: {
|
|
11251
11622
|
[key: string]: string;
|
|
11252
11623
|
}, runtime: $Util.RuntimeOptions): Promise<UploadQmpOfflinehostplanResponse>;
|
|
11624
|
+
/**
|
|
11625
|
+
* Description: 安全托管分层结果查询接口
|
|
11626
|
+
* Summary: 安全托管分层结果查询接口
|
|
11627
|
+
*/
|
|
11628
|
+
queryQmpOfflinehostplanDecisionresult(request: QueryQmpOfflinehostplanDecisionresultRequest): Promise<QueryQmpOfflinehostplanDecisionresultResponse>;
|
|
11629
|
+
/**
|
|
11630
|
+
* Description: 安全托管分层结果查询接口
|
|
11631
|
+
* Summary: 安全托管分层结果查询接口
|
|
11632
|
+
*/
|
|
11633
|
+
queryQmpOfflinehostplanDecisionresultEx(request: QueryQmpOfflinehostplanDecisionresultRequest, headers: {
|
|
11634
|
+
[key: string]: string;
|
|
11635
|
+
}, runtime: $Util.RuntimeOptions): Promise<QueryQmpOfflinehostplanDecisionresultResponse>;
|
|
11253
11636
|
/**
|
|
11254
11637
|
* Description: 企管盾票税交接授权信息表的同步
|
|
11255
11638
|
* Summary: 企管盾票税交接授权信息表的同步
|
|
@@ -11646,6 +12029,18 @@ export default class Client {
|
|
|
11646
12029
|
receiveRbbParamsFileEx(request: ReceiveRbbParamsFileRequest, headers: {
|
|
11647
12030
|
[key: string]: string;
|
|
11648
12031
|
}, runtime: $Util.RuntimeOptions): Promise<ReceiveRbbParamsFileResponse>;
|
|
12032
|
+
/**
|
|
12033
|
+
* Description: 境外企业画像数据接收
|
|
12034
|
+
* Summary: 境外企业画像数据接收
|
|
12035
|
+
*/
|
|
12036
|
+
receiveRbbOverseacompanyProfile(request: ReceiveRbbOverseacompanyProfileRequest): Promise<ReceiveRbbOverseacompanyProfileResponse>;
|
|
12037
|
+
/**
|
|
12038
|
+
* Description: 境外企业画像数据接收
|
|
12039
|
+
* Summary: 境外企业画像数据接收
|
|
12040
|
+
*/
|
|
12041
|
+
receiveRbbOverseacompanyProfileEx(request: ReceiveRbbOverseacompanyProfileRequest, headers: {
|
|
12042
|
+
[key: string]: string;
|
|
12043
|
+
}, runtime: $Util.RuntimeOptions): Promise<ReceiveRbbOverseacompanyProfileResponse>;
|
|
11649
12044
|
/**
|
|
11650
12045
|
* Description: 报告结果推送,算法调用
|
|
11651
12046
|
* Summary: 报告结果推送
|
|
@@ -12068,6 +12463,102 @@ export default class Client {
|
|
|
12068
12463
|
querySnapshotEventEx(request: QuerySnapshotEventRequest, headers: {
|
|
12069
12464
|
[key: string]: string;
|
|
12070
12465
|
}, runtime: $Util.RuntimeOptions): Promise<QuerySnapshotEventResponse>;
|
|
12466
|
+
/**
|
|
12467
|
+
* Description: 批量实时触达接口
|
|
12468
|
+
* Summary: 发起触达任务
|
|
12469
|
+
*/
|
|
12470
|
+
applyTdiquickmsgRtBatchmarketing(request: ApplyTdiquickmsgRtBatchmarketingRequest): Promise<ApplyTdiquickmsgRtBatchmarketingResponse>;
|
|
12471
|
+
/**
|
|
12472
|
+
* Description: 批量实时触达接口
|
|
12473
|
+
* Summary: 发起触达任务
|
|
12474
|
+
*/
|
|
12475
|
+
applyTdiquickmsgRtBatchmarketingEx(request: ApplyTdiquickmsgRtBatchmarketingRequest, headers: {
|
|
12476
|
+
[key: string]: string;
|
|
12477
|
+
}, runtime: $Util.RuntimeOptions): Promise<ApplyTdiquickmsgRtBatchmarketingResponse>;
|
|
12478
|
+
/**
|
|
12479
|
+
* Description: 发起AI外呼
|
|
12480
|
+
* Summary: 发起AI外呼
|
|
12481
|
+
*/
|
|
12482
|
+
applyTdiquickmsgRobotcall(request: ApplyTdiquickmsgRobotcallRequest): Promise<ApplyTdiquickmsgRobotcallResponse>;
|
|
12483
|
+
/**
|
|
12484
|
+
* Description: 发起AI外呼
|
|
12485
|
+
* Summary: 发起AI外呼
|
|
12486
|
+
*/
|
|
12487
|
+
applyTdiquickmsgRobotcallEx(request: ApplyTdiquickmsgRobotcallRequest, headers: {
|
|
12488
|
+
[key: string]: string;
|
|
12489
|
+
}, runtime: $Util.RuntimeOptions): Promise<ApplyTdiquickmsgRobotcallResponse>;
|
|
12490
|
+
/**
|
|
12491
|
+
* Description: 短信状态回调接口
|
|
12492
|
+
* Summary: 短信状态回调接口
|
|
12493
|
+
*/
|
|
12494
|
+
callbackTdiquickmsgSms(request: CallbackTdiquickmsgSmsRequest): Promise<CallbackTdiquickmsgSmsResponse>;
|
|
12495
|
+
/**
|
|
12496
|
+
* Description: 短信状态回调接口
|
|
12497
|
+
* Summary: 短信状态回调接口
|
|
12498
|
+
*/
|
|
12499
|
+
callbackTdiquickmsgSmsEx(request: CallbackTdiquickmsgSmsRequest, headers: {
|
|
12500
|
+
[key: string]: string;
|
|
12501
|
+
}, runtime: $Util.RuntimeOptions): Promise<CallbackTdiquickmsgSmsResponse>;
|
|
12502
|
+
/**
|
|
12503
|
+
* Description: 新接入ai外呼服务商的回调接口
|
|
12504
|
+
* Summary: ai外呼回调接口
|
|
12505
|
+
*/
|
|
12506
|
+
callbackTdiquickmsgRobotcall(request: CallbackTdiquickmsgRobotcallRequest): Promise<CallbackTdiquickmsgRobotcallResponse>;
|
|
12507
|
+
/**
|
|
12508
|
+
* Description: 新接入ai外呼服务商的回调接口
|
|
12509
|
+
* Summary: ai外呼回调接口
|
|
12510
|
+
*/
|
|
12511
|
+
callbackTdiquickmsgRobotcallEx(request: CallbackTdiquickmsgRobotcallRequest, headers: {
|
|
12512
|
+
[key: string]: string;
|
|
12513
|
+
}, runtime: $Util.RuntimeOptions): Promise<CallbackTdiquickmsgRobotcallResponse>;
|
|
12514
|
+
/**
|
|
12515
|
+
* Description: 上行短信回调
|
|
12516
|
+
* Summary: 上行短信回调
|
|
12517
|
+
*/
|
|
12518
|
+
callbackTdiquickmsgSmsUp(request: CallbackTdiquickmsgSmsUpRequest): Promise<CallbackTdiquickmsgSmsUpResponse>;
|
|
12519
|
+
/**
|
|
12520
|
+
* Description: 上行短信回调
|
|
12521
|
+
* Summary: 上行短信回调
|
|
12522
|
+
*/
|
|
12523
|
+
callbackTdiquickmsgSmsUpEx(request: CallbackTdiquickmsgSmsUpRequest, headers: {
|
|
12524
|
+
[key: string]: string;
|
|
12525
|
+
}, runtime: $Util.RuntimeOptions): Promise<CallbackTdiquickmsgSmsUpResponse>;
|
|
12526
|
+
/**
|
|
12527
|
+
* Description: 外呼任务统计查询接口
|
|
12528
|
+
* Summary: 外呼任务统计查询接口
|
|
12529
|
+
*/
|
|
12530
|
+
queryTdiquickmsgRobotcallStatisticinfo(request: QueryTdiquickmsgRobotcallStatisticinfoRequest): Promise<QueryTdiquickmsgRobotcallStatisticinfoResponse>;
|
|
12531
|
+
/**
|
|
12532
|
+
* Description: 外呼任务统计查询接口
|
|
12533
|
+
* Summary: 外呼任务统计查询接口
|
|
12534
|
+
*/
|
|
12535
|
+
queryTdiquickmsgRobotcallStatisticinfoEx(request: QueryTdiquickmsgRobotcallStatisticinfoRequest, headers: {
|
|
12536
|
+
[key: string]: string;
|
|
12537
|
+
}, runtime: $Util.RuntimeOptions): Promise<QueryTdiquickmsgRobotcallStatisticinfoResponse>;
|
|
12538
|
+
/**
|
|
12539
|
+
* Description: 蚁盾业务回流事件推送
|
|
12540
|
+
* Summary: 蚁盾业务回流事件推送
|
|
12541
|
+
*/
|
|
12542
|
+
pushTdiquickmsgBackflowEvent(request: PushTdiquickmsgBackflowEventRequest): Promise<PushTdiquickmsgBackflowEventResponse>;
|
|
12543
|
+
/**
|
|
12544
|
+
* Description: 蚁盾业务回流事件推送
|
|
12545
|
+
* Summary: 蚁盾业务回流事件推送
|
|
12546
|
+
*/
|
|
12547
|
+
pushTdiquickmsgBackflowEventEx(request: PushTdiquickmsgBackflowEventRequest, headers: {
|
|
12548
|
+
[key: string]: string;
|
|
12549
|
+
}, runtime: $Util.RuntimeOptions): Promise<PushTdiquickmsgBackflowEventResponse>;
|
|
12550
|
+
/**
|
|
12551
|
+
* Description: 蚁盾数据回流推送,用于客户定制json数据
|
|
12552
|
+
* Summary: 蚁盾数据回流json格式推送
|
|
12553
|
+
*/
|
|
12554
|
+
pushTdiquickmsgBackflowJsondata(request: PushTdiquickmsgBackflowJsondataRequest): Promise<PushTdiquickmsgBackflowJsondataResponse>;
|
|
12555
|
+
/**
|
|
12556
|
+
* Description: 蚁盾数据回流推送,用于客户定制json数据
|
|
12557
|
+
* Summary: 蚁盾数据回流json格式推送
|
|
12558
|
+
*/
|
|
12559
|
+
pushTdiquickmsgBackflowJsondataEx(request: PushTdiquickmsgBackflowJsondataRequest, headers: {
|
|
12560
|
+
[key: string]: string;
|
|
12561
|
+
}, runtime: $Util.RuntimeOptions): Promise<PushTdiquickmsgBackflowJsondataResponse>;
|
|
12071
12562
|
/**
|
|
12072
12563
|
* Description: saas风险咨询,决策流模式
|
|
12073
12564
|
* Summary: saas风险咨询
|