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