@alicloud/dianjin20240628 1.3.0 → 1.5.0

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 CHANGED
@@ -4,6 +4,205 @@ import * as $Util from '@alicloud/tea-util';
4
4
  import OpenApi, * as $OpenApi from '@alicloud/openapi-client';
5
5
  import { Readable } from 'stream';
6
6
  import * as $tea from '@alicloud/tea-typescript';
7
+ export declare class CreateAnnualDocSummaryTaskRequest extends $tea.Model {
8
+ /**
9
+ * @remarks
10
+ * This parameter is required.
11
+ */
12
+ anaYears?: number[];
13
+ /**
14
+ * @remarks
15
+ * This parameter is required.
16
+ */
17
+ docInfos?: CreateAnnualDocSummaryTaskRequestDocInfos[];
18
+ /**
19
+ * @example
20
+ * true
21
+ */
22
+ enableTable?: boolean;
23
+ instruction?: string;
24
+ /**
25
+ * @remarks
26
+ * This parameter is required.
27
+ *
28
+ * @example
29
+ * qwen-plus
30
+ */
31
+ modelId?: string;
32
+ static names(): {
33
+ [key: string]: string;
34
+ };
35
+ static types(): {
36
+ [key: string]: any;
37
+ };
38
+ constructor(map?: {
39
+ [key: string]: any;
40
+ });
41
+ }
42
+ export declare class CreateAnnualDocSummaryTaskResponseBody extends $tea.Model {
43
+ /**
44
+ * @example
45
+ * null
46
+ */
47
+ cost?: number;
48
+ /**
49
+ * @example
50
+ * 3284627354
51
+ */
52
+ data?: string;
53
+ /**
54
+ * @example
55
+ * null
56
+ */
57
+ dataType?: string;
58
+ /**
59
+ * @example
60
+ * 0
61
+ */
62
+ errCode?: string;
63
+ /**
64
+ * @example
65
+ * ok
66
+ */
67
+ message?: string;
68
+ /**
69
+ * @example
70
+ * 32FFC91D-0A9F-585A-B84F-8A54C5187035
71
+ */
72
+ requestId?: string;
73
+ /**
74
+ * @example
75
+ * true
76
+ */
77
+ success?: boolean;
78
+ /**
79
+ * @example
80
+ * 2024-01-01 00:00:00
81
+ */
82
+ time?: string;
83
+ static names(): {
84
+ [key: string]: string;
85
+ };
86
+ static types(): {
87
+ [key: string]: any;
88
+ };
89
+ constructor(map?: {
90
+ [key: string]: any;
91
+ });
92
+ }
93
+ export declare class CreateAnnualDocSummaryTaskResponse extends $tea.Model {
94
+ headers?: {
95
+ [key: string]: string;
96
+ };
97
+ statusCode?: number;
98
+ body?: CreateAnnualDocSummaryTaskResponseBody;
99
+ static names(): {
100
+ [key: string]: string;
101
+ };
102
+ static types(): {
103
+ [key: string]: any;
104
+ };
105
+ constructor(map?: {
106
+ [key: string]: any;
107
+ });
108
+ }
109
+ export declare class CreateDocsSummaryTaskRequest extends $tea.Model {
110
+ /**
111
+ * @remarks
112
+ * This parameter is required.
113
+ */
114
+ docInfos?: CreateDocsSummaryTaskRequestDocInfos[];
115
+ /**
116
+ * @example
117
+ * true
118
+ */
119
+ enableTable?: boolean;
120
+ instruction?: string;
121
+ /**
122
+ * @remarks
123
+ * This parameter is required.
124
+ *
125
+ * @example
126
+ * qwen-plus
127
+ */
128
+ modelId?: string;
129
+ static names(): {
130
+ [key: string]: string;
131
+ };
132
+ static types(): {
133
+ [key: string]: any;
134
+ };
135
+ constructor(map?: {
136
+ [key: string]: any;
137
+ });
138
+ }
139
+ export declare class CreateDocsSummaryTaskResponseBody extends $tea.Model {
140
+ /**
141
+ * @example
142
+ * null
143
+ */
144
+ cost?: number;
145
+ /**
146
+ * @example
147
+ * 765675376
148
+ */
149
+ data?: string;
150
+ /**
151
+ * @example
152
+ * null
153
+ */
154
+ dataType?: string;
155
+ /**
156
+ * @example
157
+ * 0
158
+ */
159
+ errCode?: string;
160
+ /**
161
+ * @example
162
+ * ok
163
+ */
164
+ message?: string;
165
+ /**
166
+ * @example
167
+ * 32FFC91D-0A9F-585A-B84F-8A54C5187035
168
+ */
169
+ requestId?: string;
170
+ /**
171
+ * @example
172
+ * true
173
+ */
174
+ success?: boolean;
175
+ /**
176
+ * @example
177
+ * 2024-01-01 00:00:00
178
+ */
179
+ time?: string;
180
+ static names(): {
181
+ [key: string]: string;
182
+ };
183
+ static types(): {
184
+ [key: string]: any;
185
+ };
186
+ constructor(map?: {
187
+ [key: string]: any;
188
+ });
189
+ }
190
+ export declare class CreateDocsSummaryTaskResponse extends $tea.Model {
191
+ headers?: {
192
+ [key: string]: string;
193
+ };
194
+ statusCode?: number;
195
+ body?: CreateDocsSummaryTaskResponseBody;
196
+ static names(): {
197
+ [key: string]: string;
198
+ };
199
+ static types(): {
200
+ [key: string]: any;
201
+ };
202
+ constructor(map?: {
203
+ [key: string]: any;
204
+ });
205
+ }
7
206
  export declare class CreateFinReportSummaryTaskRequest extends $tea.Model {
8
207
  /**
9
208
  * @remarks
@@ -419,6 +618,113 @@ export declare class CreatePredefinedDocumentResponse extends $tea.Model {
419
618
  [key: string]: any;
420
619
  });
421
620
  }
621
+ export declare class CreateQualityCheckTaskRequest extends $tea.Model {
622
+ /**
623
+ * @remarks
624
+ * This parameter is required.
625
+ */
626
+ conversationList?: CreateQualityCheckTaskRequestConversationList;
627
+ /**
628
+ * @remarks
629
+ * This parameter is required.
630
+ *
631
+ * @example
632
+ * 2024-09-27 11:23:20
633
+ */
634
+ gmtService?: string;
635
+ metaData?: {
636
+ [key: string]: string;
637
+ };
638
+ qualityGroup?: string[];
639
+ /**
640
+ * @remarks
641
+ * This parameter is required.
642
+ *
643
+ * @example
644
+ * 0FC6636E-380A-5369-AE01-D1C15BB9B254
645
+ */
646
+ requestId?: string;
647
+ /**
648
+ * @remarks
649
+ * This parameter is required.
650
+ *
651
+ * @example
652
+ * 0
653
+ */
654
+ type?: string;
655
+ static names(): {
656
+ [key: string]: string;
657
+ };
658
+ static types(): {
659
+ [key: string]: any;
660
+ };
661
+ constructor(map?: {
662
+ [key: string]: any;
663
+ });
664
+ }
665
+ export declare class CreateQualityCheckTaskResponseBody extends $tea.Model {
666
+ /**
667
+ * @example
668
+ * null
669
+ */
670
+ cost?: number;
671
+ data?: CreateQualityCheckTaskResponseBodyData;
672
+ /**
673
+ * @example
674
+ * null
675
+ */
676
+ dataType?: string;
677
+ /**
678
+ * @example
679
+ * 0
680
+ */
681
+ errCode?: string;
682
+ /**
683
+ * @example
684
+ * ok
685
+ */
686
+ message?: string;
687
+ /**
688
+ * @example
689
+ * EF4B5C9B-3BC8-5171-A47B-4C5CF3DC3258
690
+ */
691
+ requestId?: string;
692
+ /**
693
+ * @example
694
+ * true
695
+ */
696
+ success?: boolean;
697
+ /**
698
+ * @example
699
+ * 2024-04-24 11:54:34
700
+ */
701
+ time?: string;
702
+ static names(): {
703
+ [key: string]: string;
704
+ };
705
+ static types(): {
706
+ [key: string]: any;
707
+ };
708
+ constructor(map?: {
709
+ [key: string]: any;
710
+ });
711
+ }
712
+ export declare class CreateQualityCheckTaskResponse extends $tea.Model {
713
+ headers?: {
714
+ [key: string]: string;
715
+ };
716
+ statusCode?: number;
717
+ body?: CreateQualityCheckTaskResponseBody;
718
+ static names(): {
719
+ [key: string]: string;
720
+ };
721
+ static types(): {
722
+ [key: string]: any;
723
+ };
724
+ constructor(map?: {
725
+ [key: string]: any;
726
+ });
727
+ }
422
728
  export declare class DeleteDocumentRequest extends $tea.Model {
423
729
  /**
424
730
  * @remarks
@@ -1469,6 +1775,88 @@ export declare class GetParseResultResponse extends $tea.Model {
1469
1775
  [key: string]: any;
1470
1776
  });
1471
1777
  }
1778
+ export declare class GetQualityCheckTaskResultRequest extends $tea.Model {
1779
+ /**
1780
+ * @remarks
1781
+ * This parameter is required.
1782
+ *
1783
+ * @example
1784
+ * 17071319
1785
+ */
1786
+ taskId?: string;
1787
+ static names(): {
1788
+ [key: string]: string;
1789
+ };
1790
+ static types(): {
1791
+ [key: string]: any;
1792
+ };
1793
+ constructor(map?: {
1794
+ [key: string]: any;
1795
+ });
1796
+ }
1797
+ export declare class GetQualityCheckTaskResultResponseBody extends $tea.Model {
1798
+ /**
1799
+ * @example
1800
+ * null
1801
+ */
1802
+ cost?: number;
1803
+ data?: GetQualityCheckTaskResultResponseBodyData;
1804
+ /**
1805
+ * @example
1806
+ * null
1807
+ */
1808
+ dataType?: string;
1809
+ /**
1810
+ * @example
1811
+ * 0
1812
+ */
1813
+ errCode?: string;
1814
+ /**
1815
+ * @example
1816
+ * ok
1817
+ */
1818
+ message?: string;
1819
+ /**
1820
+ * @example
1821
+ * 67C7021A-D268-553D-8C15-A087B9604028
1822
+ */
1823
+ requestId?: string;
1824
+ /**
1825
+ * @example
1826
+ * true
1827
+ */
1828
+ success?: boolean;
1829
+ /**
1830
+ * @example
1831
+ * 2024-01-01 00:00:00
1832
+ */
1833
+ time?: string;
1834
+ static names(): {
1835
+ [key: string]: string;
1836
+ };
1837
+ static types(): {
1838
+ [key: string]: any;
1839
+ };
1840
+ constructor(map?: {
1841
+ [key: string]: any;
1842
+ });
1843
+ }
1844
+ export declare class GetQualityCheckTaskResultResponse extends $tea.Model {
1845
+ headers?: {
1846
+ [key: string]: string;
1847
+ };
1848
+ statusCode?: number;
1849
+ body?: GetQualityCheckTaskResultResponseBody;
1850
+ static names(): {
1851
+ [key: string]: string;
1852
+ };
1853
+ static types(): {
1854
+ [key: string]: any;
1855
+ };
1856
+ constructor(map?: {
1857
+ [key: string]: any;
1858
+ });
1859
+ }
1472
1860
  export declare class GetSummaryTaskResultRequest extends $tea.Model {
1473
1861
  /**
1474
1862
  * @remarks
@@ -2733,6 +3121,88 @@ export declare class UploadDocumentResponse extends $tea.Model {
2733
3121
  [key: string]: any;
2734
3122
  });
2735
3123
  }
3124
+ export declare class CreateAnnualDocSummaryTaskRequestDocInfos extends $tea.Model {
3125
+ /**
3126
+ * @remarks
3127
+ * This parameter is required.
3128
+ *
3129
+ * @example
3130
+ * 198386463432
3131
+ */
3132
+ docId?: string;
3133
+ /**
3134
+ * @remarks
3135
+ * This parameter is required.
3136
+ *
3137
+ * @example
3138
+ * 2023
3139
+ */
3140
+ docYear?: number;
3141
+ /**
3142
+ * @example
3143
+ * 2
3144
+ */
3145
+ endPage?: number;
3146
+ /**
3147
+ * @remarks
3148
+ * This parameter is required.
3149
+ *
3150
+ * @example
3151
+ * rdxrmo6amk
3152
+ */
3153
+ libraryId?: string;
3154
+ /**
3155
+ * @example
3156
+ * 1
3157
+ */
3158
+ startPage?: number;
3159
+ static names(): {
3160
+ [key: string]: string;
3161
+ };
3162
+ static types(): {
3163
+ [key: string]: any;
3164
+ };
3165
+ constructor(map?: {
3166
+ [key: string]: any;
3167
+ });
3168
+ }
3169
+ export declare class CreateDocsSummaryTaskRequestDocInfos extends $tea.Model {
3170
+ /**
3171
+ * @remarks
3172
+ * This parameter is required.
3173
+ *
3174
+ * @example
3175
+ * 198386463432
3176
+ */
3177
+ docId?: string;
3178
+ /**
3179
+ * @example
3180
+ * 2
3181
+ */
3182
+ endPage?: number;
3183
+ /**
3184
+ * @remarks
3185
+ * This parameter is required.
3186
+ *
3187
+ * @example
3188
+ * rdxrmo6amk
3189
+ */
3190
+ libraryId?: string;
3191
+ /**
3192
+ * @example
3193
+ * 1
3194
+ */
3195
+ startPage?: number;
3196
+ static names(): {
3197
+ [key: string]: string;
3198
+ };
3199
+ static types(): {
3200
+ [key: string]: any;
3201
+ };
3202
+ constructor(map?: {
3203
+ [key: string]: any;
3204
+ });
3205
+ }
2736
3206
  export declare class CreateLibraryRequestIndexSettingChunkStrategy extends $tea.Model {
2737
3207
  /**
2738
3208
  * @example
@@ -2972,29 +3442,148 @@ export declare class CreateLibraryRequestIndexSetting extends $tea.Model {
2972
3442
  [key: string]: any;
2973
3443
  });
2974
3444
  }
2975
- export declare class CreatePredefinedDocumentRequestChunks extends $tea.Model {
3445
+ export declare class CreatePredefinedDocumentRequestChunks extends $tea.Model {
3446
+ /**
3447
+ * @example
3448
+ * {"a": "1"}
3449
+ */
3450
+ chunkMeta?: {
3451
+ [key: string]: any;
3452
+ };
3453
+ /**
3454
+ * @example
3455
+ * 1
3456
+ */
3457
+ chunkOrder?: number;
3458
+ /**
3459
+ * @example
3460
+ * 这是一段测试文本
3461
+ */
3462
+ chunkText?: string;
3463
+ /**
3464
+ * @example
3465
+ * text
3466
+ */
3467
+ chunkType?: string;
3468
+ static names(): {
3469
+ [key: string]: string;
3470
+ };
3471
+ static types(): {
3472
+ [key: string]: any;
3473
+ };
3474
+ constructor(map?: {
3475
+ [key: string]: any;
3476
+ });
3477
+ }
3478
+ export declare class CreateQualityCheckTaskRequestConversationListDialogueList extends $tea.Model {
3479
+ /**
3480
+ * @example
3481
+ * 0
3482
+ */
3483
+ begin?: number;
3484
+ /**
3485
+ * @example
3486
+ * 2024-05-23 14:57:50
3487
+ */
3488
+ beginTime?: string;
3489
+ /**
3490
+ * @remarks
3491
+ * This parameter is required.
3492
+ */
3493
+ content?: string;
3494
+ /**
3495
+ * @example
3496
+ * 2348234
3497
+ */
3498
+ customerId?: string;
3499
+ /**
3500
+ * @example
3501
+ * 23874627346
3502
+ */
3503
+ customerServiceId?: string;
3504
+ /**
3505
+ * @example
3506
+ * 0
3507
+ */
3508
+ customerServiceType?: string;
3509
+ /**
3510
+ * @example
3511
+ * 0
3512
+ */
3513
+ end?: number;
3514
+ /**
3515
+ * @remarks
3516
+ * This parameter is required.
3517
+ *
3518
+ * @example
3519
+ * 1
3520
+ */
3521
+ role?: string;
3522
+ /**
3523
+ * @remarks
3524
+ * This parameter is required.
3525
+ *
3526
+ * @example
3527
+ * TEXT
3528
+ */
3529
+ type?: string;
3530
+ static names(): {
3531
+ [key: string]: string;
3532
+ };
3533
+ static types(): {
3534
+ [key: string]: any;
3535
+ };
3536
+ constructor(map?: {
3537
+ [key: string]: any;
3538
+ });
3539
+ }
3540
+ export declare class CreateQualityCheckTaskRequestConversationList extends $tea.Model {
2976
3541
  /**
2977
3542
  * @example
2978
- * {"a": "1"}
3543
+ * 1
2979
3544
  */
2980
- chunkMeta?: {
2981
- [key: string]: any;
2982
- };
3545
+ callType?: string;
2983
3546
  /**
2984
3547
  * @example
2985
3548
  * 1
2986
3549
  */
2987
- chunkOrder?: number;
3550
+ customerId?: string;
3551
+ customerName?: string;
2988
3552
  /**
2989
3553
  * @example
2990
- * 这是一段测试文本
3554
+ * xxx
2991
3555
  */
2992
- chunkText?: string;
3556
+ customerServiceId?: string;
3557
+ customerServiceName?: string;
3558
+ /**
3559
+ * @remarks
3560
+ * This parameter is required.
3561
+ */
3562
+ dialogueList?: CreateQualityCheckTaskRequestConversationListDialogueList[];
2993
3563
  /**
2994
3564
  * @example
2995
- * text
3565
+ * 2024-09-27 11:23:20
2996
3566
  */
2997
- chunkType?: string;
3567
+ gmtService?: string;
3568
+ static names(): {
3569
+ [key: string]: string;
3570
+ };
3571
+ static types(): {
3572
+ [key: string]: any;
3573
+ };
3574
+ constructor(map?: {
3575
+ [key: string]: any;
3576
+ });
3577
+ }
3578
+ export declare class CreateQualityCheckTaskResponseBodyData extends $tea.Model {
3579
+ /**
3580
+ * @remarks
3581
+ * taskId
3582
+ *
3583
+ * @example
3584
+ * 172373500521
3585
+ */
3586
+ taskId?: string;
2998
3587
  static names(): {
2999
3588
  [key: string]: string;
3000
3589
  };
@@ -4098,6 +4687,238 @@ export declare class GetParseResultResponseBodyData extends $tea.Model {
4098
4687
  [key: string]: any;
4099
4688
  });
4100
4689
  }
4690
+ export declare class GetQualityCheckTaskResultResponseBodyDataConversationListDialogueList extends $tea.Model {
4691
+ /**
4692
+ * @example
4693
+ * 0
4694
+ */
4695
+ begin?: number;
4696
+ /**
4697
+ * @example
4698
+ * 2024-09-27 11:23:20
4699
+ */
4700
+ beginTime?: string;
4701
+ content?: string;
4702
+ /**
4703
+ * @example
4704
+ * null
4705
+ */
4706
+ customerId?: string;
4707
+ customerServiceId?: string;
4708
+ /**
4709
+ * @example
4710
+ * 0
4711
+ */
4712
+ customerServiceType?: string;
4713
+ /**
4714
+ * @example
4715
+ * 0
4716
+ */
4717
+ end?: number;
4718
+ /**
4719
+ * @example
4720
+ * 1
4721
+ */
4722
+ id?: number;
4723
+ /**
4724
+ * @example
4725
+ * 0
4726
+ */
4727
+ role?: string;
4728
+ /**
4729
+ * @example
4730
+ * TEXT
4731
+ */
4732
+ type?: string;
4733
+ static names(): {
4734
+ [key: string]: string;
4735
+ };
4736
+ static types(): {
4737
+ [key: string]: any;
4738
+ };
4739
+ constructor(map?: {
4740
+ [key: string]: any;
4741
+ });
4742
+ }
4743
+ export declare class GetQualityCheckTaskResultResponseBodyDataConversationList extends $tea.Model {
4744
+ /**
4745
+ * @example
4746
+ * 1
4747
+ */
4748
+ callType?: string;
4749
+ /**
4750
+ * @example
4751
+ * 234234
4752
+ */
4753
+ customerId?: string;
4754
+ customerName?: string;
4755
+ /**
4756
+ * @example
4757
+ * 23984763826
4758
+ */
4759
+ customerServiceId?: string;
4760
+ customerServiceName?: string;
4761
+ dialogueList?: GetQualityCheckTaskResultResponseBodyDataConversationListDialogueList[];
4762
+ /**
4763
+ * @example
4764
+ * 2024-09-27 11:23:20
4765
+ */
4766
+ gmtService?: string;
4767
+ static names(): {
4768
+ [key: string]: string;
4769
+ };
4770
+ static types(): {
4771
+ [key: string]: any;
4772
+ };
4773
+ constructor(map?: {
4774
+ [key: string]: any;
4775
+ });
4776
+ }
4777
+ export declare class GetQualityCheckTaskResultResponseBodyDataQualityCheckListOriginDialogue extends $tea.Model {
4778
+ /**
4779
+ * @example
4780
+ * 0
4781
+ */
4782
+ begin?: number;
4783
+ /**
4784
+ * @example
4785
+ * 2024-05-23 14:57:50
4786
+ */
4787
+ beginTime?: string;
4788
+ content?: string;
4789
+ /**
4790
+ * @example
4791
+ * xxx
4792
+ */
4793
+ customerId?: string;
4794
+ /**
4795
+ * @example
4796
+ * 23876432
4797
+ */
4798
+ customerServiceId?: string;
4799
+ /**
4800
+ * @example
4801
+ * 0
4802
+ */
4803
+ customerServiceType?: string;
4804
+ /**
4805
+ * @example
4806
+ * 0
4807
+ */
4808
+ end?: number;
4809
+ /**
4810
+ * @example
4811
+ * 1
4812
+ */
4813
+ id?: number;
4814
+ /**
4815
+ * @example
4816
+ * 0
4817
+ */
4818
+ role?: string;
4819
+ /**
4820
+ * @example
4821
+ * TEXT
4822
+ */
4823
+ type?: string;
4824
+ static names(): {
4825
+ [key: string]: string;
4826
+ };
4827
+ static types(): {
4828
+ [key: string]: any;
4829
+ };
4830
+ constructor(map?: {
4831
+ [key: string]: any;
4832
+ });
4833
+ }
4834
+ export declare class GetQualityCheckTaskResultResponseBodyDataQualityCheckList extends $tea.Model {
4835
+ checkExplanation?: string;
4836
+ /**
4837
+ * @example
4838
+ * PASSED
4839
+ */
4840
+ checkPassed?: string;
4841
+ checkProcess?: string;
4842
+ /**
4843
+ * @example
4844
+ * HIT
4845
+ */
4846
+ checked?: string;
4847
+ /**
4848
+ * @example
4849
+ * 2024-05-23 14:57:50
4850
+ */
4851
+ gmtEnd?: string;
4852
+ /**
4853
+ * @example
4854
+ * 2024-05-23 14:57:50
4855
+ */
4856
+ gmtStart?: string;
4857
+ /**
4858
+ * @example
4859
+ * 0
4860
+ */
4861
+ mode?: string;
4862
+ originDialogue?: GetQualityCheckTaskResultResponseBodyDataQualityCheckListOriginDialogue[];
4863
+ /**
4864
+ * @example
4865
+ * warning_customers
4866
+ */
4867
+ qualityGroupId?: string;
4868
+ ruleDescription?: string;
4869
+ /**
4870
+ * @example
4871
+ * wcm_start
4872
+ */
4873
+ ruleId?: string;
4874
+ static names(): {
4875
+ [key: string]: string;
4876
+ };
4877
+ static types(): {
4878
+ [key: string]: any;
4879
+ };
4880
+ constructor(map?: {
4881
+ [key: string]: any;
4882
+ });
4883
+ }
4884
+ export declare class GetQualityCheckTaskResultResponseBodyData extends $tea.Model {
4885
+ conversationList?: GetQualityCheckTaskResultResponseBodyDataConversationList;
4886
+ /**
4887
+ * @example
4888
+ * 2024-09-27 11:23:20
4889
+ */
4890
+ gmtCreate?: string;
4891
+ /**
4892
+ * @example
4893
+ * 2024-09-27 11:23:20
4894
+ */
4895
+ gmtEnd?: string;
4896
+ /**
4897
+ * @example
4898
+ * 2024-09-27 11:23:20
4899
+ */
4900
+ gmtStart?: string;
4901
+ qualityCheckList?: GetQualityCheckTaskResultResponseBodyDataQualityCheckList[];
4902
+ /**
4903
+ * @example
4904
+ * INIT
4905
+ */
4906
+ status?: string;
4907
+ /**
4908
+ * @example
4909
+ * 1703557101831
4910
+ */
4911
+ taskId?: string;
4912
+ static names(): {
4913
+ [key: string]: string;
4914
+ };
4915
+ static types(): {
4916
+ [key: string]: any;
4917
+ };
4918
+ constructor(map?: {
4919
+ [key: string]: any;
4920
+ });
4921
+ }
4101
4922
  export declare class GetSummaryTaskResultResponseBodyDataChoicesMessage extends $tea.Model {
4102
4923
  content?: string;
4103
4924
  /**
@@ -5360,6 +6181,42 @@ export default class Client extends OpenApi {
5360
6181
  getEndpoint(productId: string, regionId: string, endpointRule: string, network: string, suffix: string, endpointMap: {
5361
6182
  [key: string]: string;
5362
6183
  }, endpoint: string): string;
6184
+ /**
6185
+ * 创建按年文档总结任务
6186
+ *
6187
+ * @param request - CreateAnnualDocSummaryTaskRequest
6188
+ * @param headers - map
6189
+ * @param runtime - runtime options for this request RuntimeOptions
6190
+ * @returns CreateAnnualDocSummaryTaskResponse
6191
+ */
6192
+ createAnnualDocSummaryTaskWithOptions(workspaceId: string, request: CreateAnnualDocSummaryTaskRequest, headers: {
6193
+ [key: string]: string;
6194
+ }, runtime: $Util.RuntimeOptions): Promise<CreateAnnualDocSummaryTaskResponse>;
6195
+ /**
6196
+ * 创建按年文档总结任务
6197
+ *
6198
+ * @param request - CreateAnnualDocSummaryTaskRequest
6199
+ * @returns CreateAnnualDocSummaryTaskResponse
6200
+ */
6201
+ createAnnualDocSummaryTask(workspaceId: string, request: CreateAnnualDocSummaryTaskRequest): Promise<CreateAnnualDocSummaryTaskResponse>;
6202
+ /**
6203
+ * 创建财报总结任务
6204
+ *
6205
+ * @param request - CreateDocsSummaryTaskRequest
6206
+ * @param headers - map
6207
+ * @param runtime - runtime options for this request RuntimeOptions
6208
+ * @returns CreateDocsSummaryTaskResponse
6209
+ */
6210
+ createDocsSummaryTaskWithOptions(workspaceId: string, request: CreateDocsSummaryTaskRequest, headers: {
6211
+ [key: string]: string;
6212
+ }, runtime: $Util.RuntimeOptions): Promise<CreateDocsSummaryTaskResponse>;
6213
+ /**
6214
+ * 创建财报总结任务
6215
+ *
6216
+ * @param request - CreateDocsSummaryTaskRequest
6217
+ * @returns CreateDocsSummaryTaskResponse
6218
+ */
6219
+ createDocsSummaryTask(workspaceId: string, request: CreateDocsSummaryTaskRequest): Promise<CreateDocsSummaryTaskResponse>;
5363
6220
  /**
5364
6221
  * 创建财报总结任务
5365
6222
  *
@@ -5432,6 +6289,24 @@ export default class Client extends OpenApi {
5432
6289
  * @returns CreatePredefinedDocumentResponse
5433
6290
  */
5434
6291
  createPredefinedDocument(workspaceId: string, request: CreatePredefinedDocumentRequest): Promise<CreatePredefinedDocumentResponse>;
6292
+ /**
6293
+ * 创建财报总结的任务
6294
+ *
6295
+ * @param request - CreateQualityCheckTaskRequest
6296
+ * @param headers - map
6297
+ * @param runtime - runtime options for this request RuntimeOptions
6298
+ * @returns CreateQualityCheckTaskResponse
6299
+ */
6300
+ createQualityCheckTaskWithOptions(workspaceId: string, request: CreateQualityCheckTaskRequest, headers: {
6301
+ [key: string]: string;
6302
+ }, runtime: $Util.RuntimeOptions): Promise<CreateQualityCheckTaskResponse>;
6303
+ /**
6304
+ * 创建财报总结的任务
6305
+ *
6306
+ * @param request - CreateQualityCheckTaskRequest
6307
+ * @returns CreateQualityCheckTaskResponse
6308
+ */
6309
+ createQualityCheckTask(workspaceId: string, request: CreateQualityCheckTaskRequest): Promise<CreateQualityCheckTaskResponse>;
5435
6310
  /**
5436
6311
  * 删除文档
5437
6312
  *
@@ -5645,6 +6520,24 @@ export default class Client extends OpenApi {
5645
6520
  * @returns GetParseResultResponse
5646
6521
  */
5647
6522
  getParseResult(workspaceId: string, request: GetParseResultRequest): Promise<GetParseResultResponse>;
6523
+ /**
6524
+ * 获取异步任务的结果
6525
+ *
6526
+ * @param request - GetQualityCheckTaskResultRequest
6527
+ * @param headers - map
6528
+ * @param runtime - runtime options for this request RuntimeOptions
6529
+ * @returns GetQualityCheckTaskResultResponse
6530
+ */
6531
+ getQualityCheckTaskResultWithOptions(workspaceId: string, request: GetQualityCheckTaskResultRequest, headers: {
6532
+ [key: string]: string;
6533
+ }, runtime: $Util.RuntimeOptions): Promise<GetQualityCheckTaskResultResponse>;
6534
+ /**
6535
+ * 获取异步任务的结果
6536
+ *
6537
+ * @param request - GetQualityCheckTaskResultRequest
6538
+ * @returns GetQualityCheckTaskResultResponse
6539
+ */
6540
+ getQualityCheckTaskResult(workspaceId: string, request: GetQualityCheckTaskResultRequest): Promise<GetQualityCheckTaskResultResponse>;
5648
6541
  /**
5649
6542
  * 获取财报总结任务结果
5650
6543
  *