@alicloud/aimiaobi20230801 1.9.0 → 1.10.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 +1146 -160
- package/dist/client.js +1095 -85
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +1764 -122
package/dist/client.d.ts
CHANGED
|
@@ -1986,6 +1986,86 @@ export declare class GenerateViewPointResponse extends $tea.Model {
|
|
|
1986
1986
|
[key: string]: any;
|
|
1987
1987
|
});
|
|
1988
1988
|
}
|
|
1989
|
+
export declare class GetCategoriesByTaskIdRequest extends $tea.Model {
|
|
1990
|
+
/**
|
|
1991
|
+
* @remarks
|
|
1992
|
+
* This parameter is required.
|
|
1993
|
+
*
|
|
1994
|
+
* @example
|
|
1995
|
+
* xxx
|
|
1996
|
+
*/
|
|
1997
|
+
taskId?: string;
|
|
1998
|
+
/**
|
|
1999
|
+
* @remarks
|
|
2000
|
+
* This parameter is required.
|
|
2001
|
+
*
|
|
2002
|
+
* @example
|
|
2003
|
+
* xxxx
|
|
2004
|
+
*/
|
|
2005
|
+
workspaceId?: string;
|
|
2006
|
+
static names(): {
|
|
2007
|
+
[key: string]: string;
|
|
2008
|
+
};
|
|
2009
|
+
static types(): {
|
|
2010
|
+
[key: string]: any;
|
|
2011
|
+
};
|
|
2012
|
+
constructor(map?: {
|
|
2013
|
+
[key: string]: any;
|
|
2014
|
+
});
|
|
2015
|
+
}
|
|
2016
|
+
export declare class GetCategoriesByTaskIdResponseBody extends $tea.Model {
|
|
2017
|
+
/**
|
|
2018
|
+
* @example
|
|
2019
|
+
* NoData
|
|
2020
|
+
*/
|
|
2021
|
+
code?: string;
|
|
2022
|
+
data?: GetCategoriesByTaskIdResponseBodyData[];
|
|
2023
|
+
/**
|
|
2024
|
+
* @example
|
|
2025
|
+
* 200
|
|
2026
|
+
*/
|
|
2027
|
+
httpStatusCode?: number;
|
|
2028
|
+
/**
|
|
2029
|
+
* @example
|
|
2030
|
+
* success
|
|
2031
|
+
*/
|
|
2032
|
+
message?: string;
|
|
2033
|
+
/**
|
|
2034
|
+
* @example
|
|
2035
|
+
* 1813ceee-7fe5-41b4-87e5-982a4d18cca5
|
|
2036
|
+
*/
|
|
2037
|
+
requestId?: string;
|
|
2038
|
+
/**
|
|
2039
|
+
* @example
|
|
2040
|
+
* true
|
|
2041
|
+
*/
|
|
2042
|
+
success?: boolean;
|
|
2043
|
+
static names(): {
|
|
2044
|
+
[key: string]: string;
|
|
2045
|
+
};
|
|
2046
|
+
static types(): {
|
|
2047
|
+
[key: string]: any;
|
|
2048
|
+
};
|
|
2049
|
+
constructor(map?: {
|
|
2050
|
+
[key: string]: any;
|
|
2051
|
+
});
|
|
2052
|
+
}
|
|
2053
|
+
export declare class GetCategoriesByTaskIdResponse extends $tea.Model {
|
|
2054
|
+
headers?: {
|
|
2055
|
+
[key: string]: string;
|
|
2056
|
+
};
|
|
2057
|
+
statusCode?: number;
|
|
2058
|
+
body?: GetCategoriesByTaskIdResponseBody;
|
|
2059
|
+
static names(): {
|
|
2060
|
+
[key: string]: string;
|
|
2061
|
+
};
|
|
2062
|
+
static types(): {
|
|
2063
|
+
[key: string]: any;
|
|
2064
|
+
};
|
|
2065
|
+
constructor(map?: {
|
|
2066
|
+
[key: string]: any;
|
|
2067
|
+
});
|
|
2068
|
+
}
|
|
1989
2069
|
export declare class GetCustomHotTopicBroadcastJobRequest extends $tea.Model {
|
|
1990
2070
|
/**
|
|
1991
2071
|
* @remarks
|
|
@@ -2391,6 +2471,86 @@ export declare class GetDocClusterTaskResponse extends $tea.Model {
|
|
|
2391
2471
|
[key: string]: any;
|
|
2392
2472
|
});
|
|
2393
2473
|
}
|
|
2474
|
+
export declare class GetEnterpriseVocAnalysisTaskRequest extends $tea.Model {
|
|
2475
|
+
/**
|
|
2476
|
+
* @remarks
|
|
2477
|
+
* This parameter is required.
|
|
2478
|
+
*
|
|
2479
|
+
* @example
|
|
2480
|
+
* xxx
|
|
2481
|
+
*/
|
|
2482
|
+
taskId?: string;
|
|
2483
|
+
/**
|
|
2484
|
+
* @remarks
|
|
2485
|
+
* This parameter is required.
|
|
2486
|
+
*
|
|
2487
|
+
* @example
|
|
2488
|
+
* xxxx
|
|
2489
|
+
*/
|
|
2490
|
+
workspaceId?: string;
|
|
2491
|
+
static names(): {
|
|
2492
|
+
[key: string]: string;
|
|
2493
|
+
};
|
|
2494
|
+
static types(): {
|
|
2495
|
+
[key: string]: any;
|
|
2496
|
+
};
|
|
2497
|
+
constructor(map?: {
|
|
2498
|
+
[key: string]: any;
|
|
2499
|
+
});
|
|
2500
|
+
}
|
|
2501
|
+
export declare class GetEnterpriseVocAnalysisTaskResponseBody extends $tea.Model {
|
|
2502
|
+
/**
|
|
2503
|
+
* @example
|
|
2504
|
+
* NoData
|
|
2505
|
+
*/
|
|
2506
|
+
code?: string;
|
|
2507
|
+
data?: GetEnterpriseVocAnalysisTaskResponseBodyData;
|
|
2508
|
+
/**
|
|
2509
|
+
* @example
|
|
2510
|
+
* 200
|
|
2511
|
+
*/
|
|
2512
|
+
httpStatusCode?: number;
|
|
2513
|
+
/**
|
|
2514
|
+
* @example
|
|
2515
|
+
* success
|
|
2516
|
+
*/
|
|
2517
|
+
message?: string;
|
|
2518
|
+
/**
|
|
2519
|
+
* @example
|
|
2520
|
+
* 1813ceee-7fe5-41b4-87e5-982a4d18cca5
|
|
2521
|
+
*/
|
|
2522
|
+
requestId?: string;
|
|
2523
|
+
/**
|
|
2524
|
+
* @example
|
|
2525
|
+
* true
|
|
2526
|
+
*/
|
|
2527
|
+
success?: boolean;
|
|
2528
|
+
static names(): {
|
|
2529
|
+
[key: string]: string;
|
|
2530
|
+
};
|
|
2531
|
+
static types(): {
|
|
2532
|
+
[key: string]: any;
|
|
2533
|
+
};
|
|
2534
|
+
constructor(map?: {
|
|
2535
|
+
[key: string]: any;
|
|
2536
|
+
});
|
|
2537
|
+
}
|
|
2538
|
+
export declare class GetEnterpriseVocAnalysisTaskResponse extends $tea.Model {
|
|
2539
|
+
headers?: {
|
|
2540
|
+
[key: string]: string;
|
|
2541
|
+
};
|
|
2542
|
+
statusCode?: number;
|
|
2543
|
+
body?: GetEnterpriseVocAnalysisTaskResponseBody;
|
|
2544
|
+
static names(): {
|
|
2545
|
+
[key: string]: string;
|
|
2546
|
+
};
|
|
2547
|
+
static types(): {
|
|
2548
|
+
[key: string]: any;
|
|
2549
|
+
};
|
|
2550
|
+
constructor(map?: {
|
|
2551
|
+
[key: string]: any;
|
|
2552
|
+
});
|
|
2553
|
+
}
|
|
2394
2554
|
export declare class GetGeneratedContentRequest extends $tea.Model {
|
|
2395
2555
|
/**
|
|
2396
2556
|
* @remarks
|
|
@@ -3593,49 +3753,44 @@ export declare class InsertInterveneRuleResponse extends $tea.Model {
|
|
|
3593
3753
|
[key: string]: any;
|
|
3594
3754
|
});
|
|
3595
3755
|
}
|
|
3596
|
-
export declare class
|
|
3597
|
-
|
|
3598
|
-
* @remarks
|
|
3599
|
-
* This parameter is required.
|
|
3600
|
-
*
|
|
3601
|
-
* @example
|
|
3602
|
-
* cd327c3d5d5e44159cc716e23bfa530e_p_beebot_public
|
|
3603
|
-
*/
|
|
3604
|
-
agentKey?: string;
|
|
3756
|
+
export declare class ListAnalysisTagDetailByTaskIdRequest extends $tea.Model {
|
|
3757
|
+
categories?: string[];
|
|
3605
3758
|
/**
|
|
3606
3759
|
* @example
|
|
3607
|
-
*
|
|
3760
|
+
* 1
|
|
3608
3761
|
*/
|
|
3609
|
-
|
|
3762
|
+
current?: number;
|
|
3610
3763
|
/**
|
|
3611
3764
|
* @example
|
|
3612
|
-
*
|
|
3765
|
+
* 10
|
|
3613
3766
|
*/
|
|
3614
|
-
|
|
3767
|
+
maxResults?: number;
|
|
3615
3768
|
/**
|
|
3616
3769
|
* @example
|
|
3617
|
-
*
|
|
3770
|
+
* token-xxxx
|
|
3618
3771
|
*/
|
|
3619
|
-
|
|
3772
|
+
nextToken?: string;
|
|
3620
3773
|
/**
|
|
3621
3774
|
* @example
|
|
3622
|
-
*
|
|
3775
|
+
* 3
|
|
3623
3776
|
*/
|
|
3624
3777
|
size?: number;
|
|
3625
3778
|
/**
|
|
3779
|
+
* @remarks
|
|
3780
|
+
* This parameter is required.
|
|
3781
|
+
*
|
|
3626
3782
|
* @example
|
|
3627
|
-
*
|
|
3783
|
+
* xxx
|
|
3628
3784
|
*/
|
|
3629
|
-
|
|
3630
|
-
taskName?: string;
|
|
3785
|
+
taskId?: string;
|
|
3631
3786
|
/**
|
|
3787
|
+
* @remarks
|
|
3788
|
+
* This parameter is required.
|
|
3789
|
+
*
|
|
3632
3790
|
* @example
|
|
3633
|
-
*
|
|
3791
|
+
* xxxx
|
|
3634
3792
|
*/
|
|
3635
|
-
|
|
3636
|
-
taskStatusList?: number[];
|
|
3637
|
-
taskType?: string;
|
|
3638
|
-
taskTypeList?: string[];
|
|
3793
|
+
workspaceId?: string;
|
|
3639
3794
|
static names(): {
|
|
3640
3795
|
[key: string]: string;
|
|
3641
3796
|
};
|
|
@@ -3646,49 +3801,44 @@ export declare class ListAsyncTasksRequest extends $tea.Model {
|
|
|
3646
3801
|
[key: string]: any;
|
|
3647
3802
|
});
|
|
3648
3803
|
}
|
|
3649
|
-
export declare class
|
|
3650
|
-
|
|
3651
|
-
* @remarks
|
|
3652
|
-
* This parameter is required.
|
|
3653
|
-
*
|
|
3654
|
-
* @example
|
|
3655
|
-
* cd327c3d5d5e44159cc716e23bfa530e_p_beebot_public
|
|
3656
|
-
*/
|
|
3657
|
-
agentKey?: string;
|
|
3804
|
+
export declare class ListAnalysisTagDetailByTaskIdShrinkRequest extends $tea.Model {
|
|
3805
|
+
categoriesShrink?: string;
|
|
3658
3806
|
/**
|
|
3659
3807
|
* @example
|
|
3660
|
-
*
|
|
3808
|
+
* 1
|
|
3661
3809
|
*/
|
|
3662
|
-
|
|
3810
|
+
current?: number;
|
|
3663
3811
|
/**
|
|
3664
3812
|
* @example
|
|
3665
|
-
*
|
|
3813
|
+
* 10
|
|
3666
3814
|
*/
|
|
3667
|
-
|
|
3815
|
+
maxResults?: number;
|
|
3668
3816
|
/**
|
|
3669
3817
|
* @example
|
|
3670
|
-
*
|
|
3818
|
+
* token-xxxx
|
|
3671
3819
|
*/
|
|
3672
|
-
|
|
3820
|
+
nextToken?: string;
|
|
3673
3821
|
/**
|
|
3674
3822
|
* @example
|
|
3675
|
-
*
|
|
3823
|
+
* 3
|
|
3676
3824
|
*/
|
|
3677
3825
|
size?: number;
|
|
3678
3826
|
/**
|
|
3827
|
+
* @remarks
|
|
3828
|
+
* This parameter is required.
|
|
3829
|
+
*
|
|
3679
3830
|
* @example
|
|
3680
|
-
*
|
|
3831
|
+
* xxx
|
|
3681
3832
|
*/
|
|
3682
|
-
|
|
3683
|
-
taskName?: string;
|
|
3833
|
+
taskId?: string;
|
|
3684
3834
|
/**
|
|
3835
|
+
* @remarks
|
|
3836
|
+
* This parameter is required.
|
|
3837
|
+
*
|
|
3685
3838
|
* @example
|
|
3686
|
-
*
|
|
3839
|
+
* xxxx
|
|
3687
3840
|
*/
|
|
3688
|
-
|
|
3689
|
-
taskStatusListShrink?: string;
|
|
3690
|
-
taskType?: string;
|
|
3691
|
-
taskTypeListShrink?: string;
|
|
3841
|
+
workspaceId?: string;
|
|
3692
3842
|
static names(): {
|
|
3693
3843
|
[key: string]: string;
|
|
3694
3844
|
};
|
|
@@ -3699,34 +3849,38 @@ export declare class ListAsyncTasksShrinkRequest extends $tea.Model {
|
|
|
3699
3849
|
[key: string]: any;
|
|
3700
3850
|
});
|
|
3701
3851
|
}
|
|
3702
|
-
export declare class
|
|
3852
|
+
export declare class ListAnalysisTagDetailByTaskIdResponseBody extends $tea.Model {
|
|
3703
3853
|
/**
|
|
3704
3854
|
* @example
|
|
3705
|
-
*
|
|
3855
|
+
* NoData
|
|
3706
3856
|
*/
|
|
3707
3857
|
code?: string;
|
|
3858
|
+
data?: ListAnalysisTagDetailByTaskIdResponseBodyData[];
|
|
3708
3859
|
/**
|
|
3709
3860
|
* @example
|
|
3710
|
-
*
|
|
3861
|
+
* 200
|
|
3711
3862
|
*/
|
|
3712
|
-
|
|
3713
|
-
data?: ListAsyncTasksResponseBodyData[];
|
|
3863
|
+
httpStatusCode?: number;
|
|
3714
3864
|
/**
|
|
3715
3865
|
* @example
|
|
3716
|
-
*
|
|
3866
|
+
* 10
|
|
3867
|
+
*/
|
|
3868
|
+
maxResults?: number;
|
|
3869
|
+
/**
|
|
3870
|
+
* @example
|
|
3871
|
+
* success
|
|
3717
3872
|
*/
|
|
3718
|
-
httpStatusCode?: number;
|
|
3719
3873
|
message?: string;
|
|
3720
3874
|
/**
|
|
3721
3875
|
* @example
|
|
3722
|
-
*
|
|
3876
|
+
* token-xxxx
|
|
3723
3877
|
*/
|
|
3724
|
-
|
|
3878
|
+
nextToken?: string;
|
|
3725
3879
|
/**
|
|
3726
3880
|
* @example
|
|
3727
|
-
*
|
|
3881
|
+
* 1813ceee-7fe5-41b4-87e5-982a4d18cca5
|
|
3728
3882
|
*/
|
|
3729
|
-
|
|
3883
|
+
requestId?: string;
|
|
3730
3884
|
/**
|
|
3731
3885
|
* @example
|
|
3732
3886
|
* true
|
|
@@ -3734,7 +3888,177 @@ export declare class ListAsyncTasksResponseBody extends $tea.Model {
|
|
|
3734
3888
|
success?: boolean;
|
|
3735
3889
|
/**
|
|
3736
3890
|
* @example
|
|
3737
|
-
*
|
|
3891
|
+
* 10
|
|
3892
|
+
*/
|
|
3893
|
+
totalCount?: number;
|
|
3894
|
+
static names(): {
|
|
3895
|
+
[key: string]: string;
|
|
3896
|
+
};
|
|
3897
|
+
static types(): {
|
|
3898
|
+
[key: string]: any;
|
|
3899
|
+
};
|
|
3900
|
+
constructor(map?: {
|
|
3901
|
+
[key: string]: any;
|
|
3902
|
+
});
|
|
3903
|
+
}
|
|
3904
|
+
export declare class ListAnalysisTagDetailByTaskIdResponse extends $tea.Model {
|
|
3905
|
+
headers?: {
|
|
3906
|
+
[key: string]: string;
|
|
3907
|
+
};
|
|
3908
|
+
statusCode?: number;
|
|
3909
|
+
body?: ListAnalysisTagDetailByTaskIdResponseBody;
|
|
3910
|
+
static names(): {
|
|
3911
|
+
[key: string]: string;
|
|
3912
|
+
};
|
|
3913
|
+
static types(): {
|
|
3914
|
+
[key: string]: any;
|
|
3915
|
+
};
|
|
3916
|
+
constructor(map?: {
|
|
3917
|
+
[key: string]: any;
|
|
3918
|
+
});
|
|
3919
|
+
}
|
|
3920
|
+
export declare class ListAsyncTasksRequest extends $tea.Model {
|
|
3921
|
+
/**
|
|
3922
|
+
* @remarks
|
|
3923
|
+
* This parameter is required.
|
|
3924
|
+
*
|
|
3925
|
+
* @example
|
|
3926
|
+
* cd327c3d5d5e44159cc716e23bfa530e_p_beebot_public
|
|
3927
|
+
*/
|
|
3928
|
+
agentKey?: string;
|
|
3929
|
+
/**
|
|
3930
|
+
* @example
|
|
3931
|
+
* 2023-03-18 02:00:00
|
|
3932
|
+
*/
|
|
3933
|
+
createTimeEnd?: string;
|
|
3934
|
+
/**
|
|
3935
|
+
* @example
|
|
3936
|
+
* 2023-02-19 07:28:11
|
|
3937
|
+
*/
|
|
3938
|
+
createTimeStart?: string;
|
|
3939
|
+
/**
|
|
3940
|
+
* @example
|
|
3941
|
+
* 1
|
|
3942
|
+
*/
|
|
3943
|
+
current?: number;
|
|
3944
|
+
/**
|
|
3945
|
+
* @example
|
|
3946
|
+
* 10
|
|
3947
|
+
*/
|
|
3948
|
+
size?: number;
|
|
3949
|
+
/**
|
|
3950
|
+
* @example
|
|
3951
|
+
* MaterialDocumentUpload
|
|
3952
|
+
*/
|
|
3953
|
+
taskCode?: string;
|
|
3954
|
+
taskName?: string;
|
|
3955
|
+
/**
|
|
3956
|
+
* @example
|
|
3957
|
+
* 1
|
|
3958
|
+
*/
|
|
3959
|
+
taskStatus?: number;
|
|
3960
|
+
taskStatusList?: number[];
|
|
3961
|
+
taskType?: string;
|
|
3962
|
+
taskTypeList?: string[];
|
|
3963
|
+
static names(): {
|
|
3964
|
+
[key: string]: string;
|
|
3965
|
+
};
|
|
3966
|
+
static types(): {
|
|
3967
|
+
[key: string]: any;
|
|
3968
|
+
};
|
|
3969
|
+
constructor(map?: {
|
|
3970
|
+
[key: string]: any;
|
|
3971
|
+
});
|
|
3972
|
+
}
|
|
3973
|
+
export declare class ListAsyncTasksShrinkRequest extends $tea.Model {
|
|
3974
|
+
/**
|
|
3975
|
+
* @remarks
|
|
3976
|
+
* This parameter is required.
|
|
3977
|
+
*
|
|
3978
|
+
* @example
|
|
3979
|
+
* cd327c3d5d5e44159cc716e23bfa530e_p_beebot_public
|
|
3980
|
+
*/
|
|
3981
|
+
agentKey?: string;
|
|
3982
|
+
/**
|
|
3983
|
+
* @example
|
|
3984
|
+
* 2023-03-18 02:00:00
|
|
3985
|
+
*/
|
|
3986
|
+
createTimeEnd?: string;
|
|
3987
|
+
/**
|
|
3988
|
+
* @example
|
|
3989
|
+
* 2023-02-19 07:28:11
|
|
3990
|
+
*/
|
|
3991
|
+
createTimeStart?: string;
|
|
3992
|
+
/**
|
|
3993
|
+
* @example
|
|
3994
|
+
* 1
|
|
3995
|
+
*/
|
|
3996
|
+
current?: number;
|
|
3997
|
+
/**
|
|
3998
|
+
* @example
|
|
3999
|
+
* 10
|
|
4000
|
+
*/
|
|
4001
|
+
size?: number;
|
|
4002
|
+
/**
|
|
4003
|
+
* @example
|
|
4004
|
+
* MaterialDocumentUpload
|
|
4005
|
+
*/
|
|
4006
|
+
taskCode?: string;
|
|
4007
|
+
taskName?: string;
|
|
4008
|
+
/**
|
|
4009
|
+
* @example
|
|
4010
|
+
* 1
|
|
4011
|
+
*/
|
|
4012
|
+
taskStatus?: number;
|
|
4013
|
+
taskStatusListShrink?: string;
|
|
4014
|
+
taskType?: string;
|
|
4015
|
+
taskTypeListShrink?: string;
|
|
4016
|
+
static names(): {
|
|
4017
|
+
[key: string]: string;
|
|
4018
|
+
};
|
|
4019
|
+
static types(): {
|
|
4020
|
+
[key: string]: any;
|
|
4021
|
+
};
|
|
4022
|
+
constructor(map?: {
|
|
4023
|
+
[key: string]: any;
|
|
4024
|
+
});
|
|
4025
|
+
}
|
|
4026
|
+
export declare class ListAsyncTasksResponseBody extends $tea.Model {
|
|
4027
|
+
/**
|
|
4028
|
+
* @example
|
|
4029
|
+
* 200
|
|
4030
|
+
*/
|
|
4031
|
+
code?: string;
|
|
4032
|
+
/**
|
|
4033
|
+
* @example
|
|
4034
|
+
* 1
|
|
4035
|
+
*/
|
|
4036
|
+
current?: number;
|
|
4037
|
+
data?: ListAsyncTasksResponseBodyData[];
|
|
4038
|
+
/**
|
|
4039
|
+
* @example
|
|
4040
|
+
* 200
|
|
4041
|
+
*/
|
|
4042
|
+
httpStatusCode?: number;
|
|
4043
|
+
message?: string;
|
|
4044
|
+
/**
|
|
4045
|
+
* @example
|
|
4046
|
+
* 428DCC0D-3C63-5306-BD1B-124396AB97BE
|
|
4047
|
+
*/
|
|
4048
|
+
requestId?: string;
|
|
4049
|
+
/**
|
|
4050
|
+
* @example
|
|
4051
|
+
* 10
|
|
4052
|
+
*/
|
|
4053
|
+
size?: number;
|
|
4054
|
+
/**
|
|
4055
|
+
* @example
|
|
4056
|
+
* true
|
|
4057
|
+
*/
|
|
4058
|
+
success?: boolean;
|
|
4059
|
+
/**
|
|
4060
|
+
* @example
|
|
4061
|
+
* 20
|
|
3738
4062
|
*/
|
|
3739
4063
|
total?: number;
|
|
3740
4064
|
static names(): {
|
|
@@ -8534,26 +8858,51 @@ export declare class SubmitDocClusterTaskResponse extends $tea.Model {
|
|
|
8534
8858
|
[key: string]: any;
|
|
8535
8859
|
});
|
|
8536
8860
|
}
|
|
8537
|
-
export declare class
|
|
8861
|
+
export declare class SubmitEnterpriseVocAnalysisTaskRequest extends $tea.Model {
|
|
8862
|
+
/**
|
|
8863
|
+
* @remarks
|
|
8864
|
+
* This parameter is required.
|
|
8865
|
+
*/
|
|
8866
|
+
contentTags?: SubmitEnterpriseVocAnalysisTaskRequestContentTags[];
|
|
8867
|
+
contents?: SubmitEnterpriseVocAnalysisTaskRequestContents[];
|
|
8868
|
+
/**
|
|
8869
|
+
* @example
|
|
8870
|
+
* oss://default/bucket-name/materialDocument/tenant_agent/fileName
|
|
8871
|
+
*/
|
|
8872
|
+
fileKey?: string;
|
|
8873
|
+
filterTags?: SubmitEnterpriseVocAnalysisTaskRequestFilterTags[];
|
|
8874
|
+
/**
|
|
8875
|
+
* @example
|
|
8876
|
+
* shortContent
|
|
8877
|
+
*/
|
|
8878
|
+
materialType?: string;
|
|
8538
8879
|
/**
|
|
8539
8880
|
* @remarks
|
|
8540
8881
|
* This parameter is required.
|
|
8541
8882
|
*
|
|
8542
8883
|
* @example
|
|
8543
|
-
*
|
|
8884
|
+
* qwen-max
|
|
8544
8885
|
*/
|
|
8545
|
-
|
|
8546
|
-
|
|
8886
|
+
modelId?: string;
|
|
8887
|
+
positiveSample?: string;
|
|
8547
8888
|
/**
|
|
8548
8889
|
* @example
|
|
8549
|
-
*
|
|
8890
|
+
* oss://default/bucket-name/path/xxx.xlsx
|
|
8550
8891
|
*/
|
|
8551
|
-
|
|
8892
|
+
positiveSampleFileKey?: string;
|
|
8552
8893
|
/**
|
|
8553
8894
|
* @example
|
|
8554
|
-
*
|
|
8895
|
+
* lightAppSass
|
|
8555
8896
|
*/
|
|
8556
|
-
|
|
8897
|
+
taskType?: string;
|
|
8898
|
+
/**
|
|
8899
|
+
* @remarks
|
|
8900
|
+
* This parameter is required.
|
|
8901
|
+
*
|
|
8902
|
+
* @example
|
|
8903
|
+
* xxxx
|
|
8904
|
+
*/
|
|
8905
|
+
workspaceId?: string;
|
|
8557
8906
|
static names(): {
|
|
8558
8907
|
[key: string]: string;
|
|
8559
8908
|
};
|
|
@@ -8564,26 +8913,51 @@ export declare class SubmitTopicSelectionPerspectiveAnalysisTaskRequest extends
|
|
|
8564
8913
|
[key: string]: any;
|
|
8565
8914
|
});
|
|
8566
8915
|
}
|
|
8567
|
-
export declare class
|
|
8916
|
+
export declare class SubmitEnterpriseVocAnalysisTaskShrinkRequest extends $tea.Model {
|
|
8917
|
+
/**
|
|
8918
|
+
* @remarks
|
|
8919
|
+
* This parameter is required.
|
|
8920
|
+
*/
|
|
8921
|
+
contentTagsShrink?: string;
|
|
8922
|
+
contentsShrink?: string;
|
|
8923
|
+
/**
|
|
8924
|
+
* @example
|
|
8925
|
+
* oss://default/bucket-name/materialDocument/tenant_agent/fileName
|
|
8926
|
+
*/
|
|
8927
|
+
fileKey?: string;
|
|
8928
|
+
filterTagsShrink?: string;
|
|
8929
|
+
/**
|
|
8930
|
+
* @example
|
|
8931
|
+
* shortContent
|
|
8932
|
+
*/
|
|
8933
|
+
materialType?: string;
|
|
8568
8934
|
/**
|
|
8569
8935
|
* @remarks
|
|
8570
8936
|
* This parameter is required.
|
|
8571
8937
|
*
|
|
8572
8938
|
* @example
|
|
8573
|
-
*
|
|
8939
|
+
* qwen-max
|
|
8574
8940
|
*/
|
|
8575
|
-
|
|
8576
|
-
|
|
8941
|
+
modelId?: string;
|
|
8942
|
+
positiveSample?: string;
|
|
8577
8943
|
/**
|
|
8578
8944
|
* @example
|
|
8579
|
-
*
|
|
8945
|
+
* oss://default/bucket-name/path/xxx.xlsx
|
|
8580
8946
|
*/
|
|
8581
|
-
|
|
8947
|
+
positiveSampleFileKey?: string;
|
|
8582
8948
|
/**
|
|
8583
8949
|
* @example
|
|
8584
|
-
*
|
|
8950
|
+
* lightAppSass
|
|
8585
8951
|
*/
|
|
8586
|
-
|
|
8952
|
+
taskType?: string;
|
|
8953
|
+
/**
|
|
8954
|
+
* @remarks
|
|
8955
|
+
* This parameter is required.
|
|
8956
|
+
*
|
|
8957
|
+
* @example
|
|
8958
|
+
* xxxx
|
|
8959
|
+
*/
|
|
8960
|
+
workspaceId?: string;
|
|
8587
8961
|
static names(): {
|
|
8588
8962
|
[key: string]: string;
|
|
8589
8963
|
};
|
|
@@ -8594,13 +8968,13 @@ export declare class SubmitTopicSelectionPerspectiveAnalysisTaskShrinkRequest ex
|
|
|
8594
8968
|
[key: string]: any;
|
|
8595
8969
|
});
|
|
8596
8970
|
}
|
|
8597
|
-
export declare class
|
|
8971
|
+
export declare class SubmitEnterpriseVocAnalysisTaskResponseBody extends $tea.Model {
|
|
8598
8972
|
/**
|
|
8599
8973
|
* @example
|
|
8600
8974
|
* NoData
|
|
8601
8975
|
*/
|
|
8602
8976
|
code?: string;
|
|
8603
|
-
data?:
|
|
8977
|
+
data?: SubmitEnterpriseVocAnalysisTaskResponseBodyData;
|
|
8604
8978
|
/**
|
|
8605
8979
|
* @example
|
|
8606
8980
|
* 200
|
|
@@ -8631,12 +9005,12 @@ export declare class SubmitTopicSelectionPerspectiveAnalysisTaskResponseBody ext
|
|
|
8631
9005
|
[key: string]: any;
|
|
8632
9006
|
});
|
|
8633
9007
|
}
|
|
8634
|
-
export declare class
|
|
9008
|
+
export declare class SubmitEnterpriseVocAnalysisTaskResponse extends $tea.Model {
|
|
8635
9009
|
headers?: {
|
|
8636
9010
|
[key: string]: string;
|
|
8637
9011
|
};
|
|
8638
9012
|
statusCode?: number;
|
|
8639
|
-
body?:
|
|
9013
|
+
body?: SubmitEnterpriseVocAnalysisTaskResponseBody;
|
|
8640
9014
|
static names(): {
|
|
8641
9015
|
[key: string]: string;
|
|
8642
9016
|
};
|
|
@@ -8647,7 +9021,7 @@ export declare class SubmitTopicSelectionPerspectiveAnalysisTaskResponse extends
|
|
|
8647
9021
|
[key: string]: any;
|
|
8648
9022
|
});
|
|
8649
9023
|
}
|
|
8650
|
-
export declare class
|
|
9024
|
+
export declare class SubmitTopicSelectionPerspectiveAnalysisTaskRequest extends $tea.Model {
|
|
8651
9025
|
/**
|
|
8652
9026
|
* @remarks
|
|
8653
9027
|
* This parameter is required.
|
|
@@ -8656,29 +9030,17 @@ export declare class UpdateCustomTextRequest extends $tea.Model {
|
|
|
8656
9030
|
* xxxxx_p_efm
|
|
8657
9031
|
*/
|
|
8658
9032
|
agentKey?: string;
|
|
9033
|
+
documents?: SubmitTopicSelectionPerspectiveAnalysisTaskRequestDocuments[];
|
|
8659
9034
|
/**
|
|
8660
9035
|
* @example
|
|
8661
|
-
*
|
|
8662
|
-
*/
|
|
8663
|
-
commodityCode?: string;
|
|
8664
|
-
/**
|
|
8665
|
-
* @example
|
|
8666
|
-
* 内容
|
|
8667
|
-
*/
|
|
8668
|
-
content?: string;
|
|
8669
|
-
/**
|
|
8670
|
-
* @remarks
|
|
8671
|
-
* This parameter is required.
|
|
8672
|
-
*
|
|
8673
|
-
* @example
|
|
8674
|
-
* 96
|
|
9036
|
+
* TimedViewPoints
|
|
8675
9037
|
*/
|
|
8676
|
-
|
|
9038
|
+
perspectiveTypes?: string[];
|
|
8677
9039
|
/**
|
|
8678
9040
|
* @example
|
|
8679
|
-
*
|
|
9041
|
+
* 待分析的主题名(documents与topic二者至少传一个)
|
|
8680
9042
|
*/
|
|
8681
|
-
|
|
9043
|
+
topic?: string;
|
|
8682
9044
|
static names(): {
|
|
8683
9045
|
[key: string]: string;
|
|
8684
9046
|
};
|
|
@@ -8689,7 +9051,132 @@ export declare class UpdateCustomTextRequest extends $tea.Model {
|
|
|
8689
9051
|
[key: string]: any;
|
|
8690
9052
|
});
|
|
8691
9053
|
}
|
|
8692
|
-
export declare class
|
|
9054
|
+
export declare class SubmitTopicSelectionPerspectiveAnalysisTaskShrinkRequest extends $tea.Model {
|
|
9055
|
+
/**
|
|
9056
|
+
* @remarks
|
|
9057
|
+
* This parameter is required.
|
|
9058
|
+
*
|
|
9059
|
+
* @example
|
|
9060
|
+
* xxxxx_p_efm
|
|
9061
|
+
*/
|
|
9062
|
+
agentKey?: string;
|
|
9063
|
+
documentsShrink?: string;
|
|
9064
|
+
/**
|
|
9065
|
+
* @example
|
|
9066
|
+
* TimedViewPoints
|
|
9067
|
+
*/
|
|
9068
|
+
perspectiveTypesShrink?: string;
|
|
9069
|
+
/**
|
|
9070
|
+
* @example
|
|
9071
|
+
* 待分析的主题名(documents与topic二者至少传一个)
|
|
9072
|
+
*/
|
|
9073
|
+
topic?: string;
|
|
9074
|
+
static names(): {
|
|
9075
|
+
[key: string]: string;
|
|
9076
|
+
};
|
|
9077
|
+
static types(): {
|
|
9078
|
+
[key: string]: any;
|
|
9079
|
+
};
|
|
9080
|
+
constructor(map?: {
|
|
9081
|
+
[key: string]: any;
|
|
9082
|
+
});
|
|
9083
|
+
}
|
|
9084
|
+
export declare class SubmitTopicSelectionPerspectiveAnalysisTaskResponseBody extends $tea.Model {
|
|
9085
|
+
/**
|
|
9086
|
+
* @example
|
|
9087
|
+
* NoData
|
|
9088
|
+
*/
|
|
9089
|
+
code?: string;
|
|
9090
|
+
data?: SubmitTopicSelectionPerspectiveAnalysisTaskResponseBodyData;
|
|
9091
|
+
/**
|
|
9092
|
+
* @example
|
|
9093
|
+
* 200
|
|
9094
|
+
*/
|
|
9095
|
+
httpStatusCode?: number;
|
|
9096
|
+
/**
|
|
9097
|
+
* @example
|
|
9098
|
+
* success
|
|
9099
|
+
*/
|
|
9100
|
+
message?: string;
|
|
9101
|
+
/**
|
|
9102
|
+
* @example
|
|
9103
|
+
* 1813ceee-7fe5-41b4-87e5-982a4d18cca5
|
|
9104
|
+
*/
|
|
9105
|
+
requestId?: string;
|
|
9106
|
+
/**
|
|
9107
|
+
* @example
|
|
9108
|
+
* true
|
|
9109
|
+
*/
|
|
9110
|
+
success?: boolean;
|
|
9111
|
+
static names(): {
|
|
9112
|
+
[key: string]: string;
|
|
9113
|
+
};
|
|
9114
|
+
static types(): {
|
|
9115
|
+
[key: string]: any;
|
|
9116
|
+
};
|
|
9117
|
+
constructor(map?: {
|
|
9118
|
+
[key: string]: any;
|
|
9119
|
+
});
|
|
9120
|
+
}
|
|
9121
|
+
export declare class SubmitTopicSelectionPerspectiveAnalysisTaskResponse extends $tea.Model {
|
|
9122
|
+
headers?: {
|
|
9123
|
+
[key: string]: string;
|
|
9124
|
+
};
|
|
9125
|
+
statusCode?: number;
|
|
9126
|
+
body?: SubmitTopicSelectionPerspectiveAnalysisTaskResponseBody;
|
|
9127
|
+
static names(): {
|
|
9128
|
+
[key: string]: string;
|
|
9129
|
+
};
|
|
9130
|
+
static types(): {
|
|
9131
|
+
[key: string]: any;
|
|
9132
|
+
};
|
|
9133
|
+
constructor(map?: {
|
|
9134
|
+
[key: string]: any;
|
|
9135
|
+
});
|
|
9136
|
+
}
|
|
9137
|
+
export declare class UpdateCustomTextRequest extends $tea.Model {
|
|
9138
|
+
/**
|
|
9139
|
+
* @remarks
|
|
9140
|
+
* This parameter is required.
|
|
9141
|
+
*
|
|
9142
|
+
* @example
|
|
9143
|
+
* xxxxx_p_efm
|
|
9144
|
+
*/
|
|
9145
|
+
agentKey?: string;
|
|
9146
|
+
/**
|
|
9147
|
+
* @example
|
|
9148
|
+
* 商品code
|
|
9149
|
+
*/
|
|
9150
|
+
commodityCode?: string;
|
|
9151
|
+
/**
|
|
9152
|
+
* @example
|
|
9153
|
+
* 内容
|
|
9154
|
+
*/
|
|
9155
|
+
content?: string;
|
|
9156
|
+
/**
|
|
9157
|
+
* @remarks
|
|
9158
|
+
* This parameter is required.
|
|
9159
|
+
*
|
|
9160
|
+
* @example
|
|
9161
|
+
* 96
|
|
9162
|
+
*/
|
|
9163
|
+
id?: number;
|
|
9164
|
+
/**
|
|
9165
|
+
* @example
|
|
9166
|
+
* 标题
|
|
9167
|
+
*/
|
|
9168
|
+
title?: string;
|
|
9169
|
+
static names(): {
|
|
9170
|
+
[key: string]: string;
|
|
9171
|
+
};
|
|
9172
|
+
static types(): {
|
|
9173
|
+
[key: string]: any;
|
|
9174
|
+
};
|
|
9175
|
+
constructor(map?: {
|
|
9176
|
+
[key: string]: any;
|
|
9177
|
+
});
|
|
9178
|
+
}
|
|
9179
|
+
export declare class UpdateCustomTextResponseBody extends $tea.Model {
|
|
8693
9180
|
/**
|
|
8694
9181
|
* @example
|
|
8695
9182
|
* NoData
|
|
@@ -9090,6 +9577,99 @@ export declare class UpdateMaterialDocumentResponse extends $tea.Model {
|
|
|
9090
9577
|
[key: string]: any;
|
|
9091
9578
|
});
|
|
9092
9579
|
}
|
|
9580
|
+
export declare class ValidateUploadTemplateRequest extends $tea.Model {
|
|
9581
|
+
/**
|
|
9582
|
+
* @remarks
|
|
9583
|
+
* This parameter is required.
|
|
9584
|
+
*
|
|
9585
|
+
* @example
|
|
9586
|
+
* Content
|
|
9587
|
+
*/
|
|
9588
|
+
fileKey?: string;
|
|
9589
|
+
/**
|
|
9590
|
+
* @example
|
|
9591
|
+
* lightAppSass
|
|
9592
|
+
*/
|
|
9593
|
+
taskType?: string;
|
|
9594
|
+
/**
|
|
9595
|
+
* @remarks
|
|
9596
|
+
* This parameter is required.
|
|
9597
|
+
*
|
|
9598
|
+
* @example
|
|
9599
|
+
* Content
|
|
9600
|
+
*/
|
|
9601
|
+
templateType?: string;
|
|
9602
|
+
/**
|
|
9603
|
+
* @remarks
|
|
9604
|
+
* This parameter is required.
|
|
9605
|
+
*
|
|
9606
|
+
* @example
|
|
9607
|
+
* xxxx
|
|
9608
|
+
*/
|
|
9609
|
+
workspaceId?: string;
|
|
9610
|
+
static names(): {
|
|
9611
|
+
[key: string]: string;
|
|
9612
|
+
};
|
|
9613
|
+
static types(): {
|
|
9614
|
+
[key: string]: any;
|
|
9615
|
+
};
|
|
9616
|
+
constructor(map?: {
|
|
9617
|
+
[key: string]: any;
|
|
9618
|
+
});
|
|
9619
|
+
}
|
|
9620
|
+
export declare class ValidateUploadTemplateResponseBody extends $tea.Model {
|
|
9621
|
+
/**
|
|
9622
|
+
* @example
|
|
9623
|
+
* NoData
|
|
9624
|
+
*/
|
|
9625
|
+
code?: string;
|
|
9626
|
+
data?: ValidateUploadTemplateResponseBodyData;
|
|
9627
|
+
/**
|
|
9628
|
+
* @example
|
|
9629
|
+
* 200
|
|
9630
|
+
*/
|
|
9631
|
+
httpStatusCode?: number;
|
|
9632
|
+
/**
|
|
9633
|
+
* @example
|
|
9634
|
+
* success
|
|
9635
|
+
*/
|
|
9636
|
+
message?: string;
|
|
9637
|
+
/**
|
|
9638
|
+
* @example
|
|
9639
|
+
* 1813ceee-7fe5-41b4-87e5-982a4d18cca5
|
|
9640
|
+
*/
|
|
9641
|
+
requestId?: string;
|
|
9642
|
+
/**
|
|
9643
|
+
* @example
|
|
9644
|
+
* true
|
|
9645
|
+
*/
|
|
9646
|
+
success?: boolean;
|
|
9647
|
+
static names(): {
|
|
9648
|
+
[key: string]: string;
|
|
9649
|
+
};
|
|
9650
|
+
static types(): {
|
|
9651
|
+
[key: string]: any;
|
|
9652
|
+
};
|
|
9653
|
+
constructor(map?: {
|
|
9654
|
+
[key: string]: any;
|
|
9655
|
+
});
|
|
9656
|
+
}
|
|
9657
|
+
export declare class ValidateUploadTemplateResponse extends $tea.Model {
|
|
9658
|
+
headers?: {
|
|
9659
|
+
[key: string]: string;
|
|
9660
|
+
};
|
|
9661
|
+
statusCode?: number;
|
|
9662
|
+
body?: ValidateUploadTemplateResponseBody;
|
|
9663
|
+
static names(): {
|
|
9664
|
+
[key: string]: string;
|
|
9665
|
+
};
|
|
9666
|
+
static types(): {
|
|
9667
|
+
[key: string]: any;
|
|
9668
|
+
};
|
|
9669
|
+
constructor(map?: {
|
|
9670
|
+
[key: string]: any;
|
|
9671
|
+
});
|
|
9672
|
+
}
|
|
9093
9673
|
export declare class ClearIntervenesResponseBodyData extends $tea.Model {
|
|
9094
9674
|
failIdList?: string[];
|
|
9095
9675
|
/**
|
|
@@ -9411,6 +9991,36 @@ export declare class GenerateViewPointResponseBodyData extends $tea.Model {
|
|
|
9411
9991
|
[key: string]: any;
|
|
9412
9992
|
});
|
|
9413
9993
|
}
|
|
9994
|
+
export declare class GetCategoriesByTaskIdResponseBodyDataChildren extends $tea.Model {
|
|
9995
|
+
category?: string;
|
|
9996
|
+
static names(): {
|
|
9997
|
+
[key: string]: string;
|
|
9998
|
+
};
|
|
9999
|
+
static types(): {
|
|
10000
|
+
[key: string]: any;
|
|
10001
|
+
};
|
|
10002
|
+
constructor(map?: {
|
|
10003
|
+
[key: string]: any;
|
|
10004
|
+
});
|
|
10005
|
+
}
|
|
10006
|
+
export declare class GetCategoriesByTaskIdResponseBodyData extends $tea.Model {
|
|
10007
|
+
category?: string;
|
|
10008
|
+
children?: GetCategoriesByTaskIdResponseBodyDataChildren[];
|
|
10009
|
+
/**
|
|
10010
|
+
* @example
|
|
10011
|
+
* 2
|
|
10012
|
+
*/
|
|
10013
|
+
count?: number;
|
|
10014
|
+
static names(): {
|
|
10015
|
+
[key: string]: string;
|
|
10016
|
+
};
|
|
10017
|
+
static types(): {
|
|
10018
|
+
[key: string]: any;
|
|
10019
|
+
};
|
|
10020
|
+
constructor(map?: {
|
|
10021
|
+
[key: string]: any;
|
|
10022
|
+
});
|
|
10023
|
+
}
|
|
9414
10024
|
export declare class GetCustomHotTopicBroadcastJobResponseBodyData extends $tea.Model {
|
|
9415
10025
|
/**
|
|
9416
10026
|
* @example
|
|
@@ -9483,17 +10093,166 @@ export declare class GetCustomTextResponseBodyData extends $tea.Model {
|
|
|
9483
10093
|
[key: string]: any;
|
|
9484
10094
|
});
|
|
9485
10095
|
}
|
|
9486
|
-
export declare class GetCustomTopicSelectionPerspectiveAnalysisTaskResponseBodyDataCustomViewPointsResultAttitudesViewPointsOutlines extends $tea.Model {
|
|
10096
|
+
export declare class GetCustomTopicSelectionPerspectiveAnalysisTaskResponseBodyDataCustomViewPointsResultAttitudesViewPointsOutlines extends $tea.Model {
|
|
10097
|
+
/**
|
|
10098
|
+
* @example
|
|
10099
|
+
* 大纲
|
|
10100
|
+
*/
|
|
10101
|
+
outline?: string;
|
|
10102
|
+
/**
|
|
10103
|
+
* @example
|
|
10104
|
+
* 大纲摘要
|
|
10105
|
+
*/
|
|
10106
|
+
summary?: string;
|
|
10107
|
+
static names(): {
|
|
10108
|
+
[key: string]: string;
|
|
10109
|
+
};
|
|
10110
|
+
static types(): {
|
|
10111
|
+
[key: string]: any;
|
|
10112
|
+
};
|
|
10113
|
+
constructor(map?: {
|
|
10114
|
+
[key: string]: any;
|
|
10115
|
+
});
|
|
10116
|
+
}
|
|
10117
|
+
export declare class GetCustomTopicSelectionPerspectiveAnalysisTaskResponseBodyDataCustomViewPointsResultAttitudesViewPoints extends $tea.Model {
|
|
10118
|
+
outlines?: GetCustomTopicSelectionPerspectiveAnalysisTaskResponseBodyDataCustomViewPointsResultAttitudesViewPointsOutlines[];
|
|
10119
|
+
/**
|
|
10120
|
+
* @example
|
|
10121
|
+
* 视角
|
|
10122
|
+
*/
|
|
10123
|
+
point?: string;
|
|
10124
|
+
/**
|
|
10125
|
+
* @example
|
|
10126
|
+
* 摘要
|
|
10127
|
+
*/
|
|
10128
|
+
summary?: string;
|
|
10129
|
+
static names(): {
|
|
10130
|
+
[key: string]: string;
|
|
10131
|
+
};
|
|
10132
|
+
static types(): {
|
|
10133
|
+
[key: string]: any;
|
|
10134
|
+
};
|
|
10135
|
+
constructor(map?: {
|
|
10136
|
+
[key: string]: any;
|
|
10137
|
+
});
|
|
10138
|
+
}
|
|
10139
|
+
export declare class GetCustomTopicSelectionPerspectiveAnalysisTaskResponseBodyDataCustomViewPointsResultAttitudes extends $tea.Model {
|
|
10140
|
+
/**
|
|
10141
|
+
* @example
|
|
10142
|
+
* 当前观点
|
|
10143
|
+
*/
|
|
10144
|
+
attitude?: string;
|
|
10145
|
+
/**
|
|
10146
|
+
* @example
|
|
10147
|
+
* 观点类型
|
|
10148
|
+
*/
|
|
10149
|
+
attitudeType?: string;
|
|
10150
|
+
/**
|
|
10151
|
+
* @example
|
|
10152
|
+
* 当前观点占比
|
|
10153
|
+
*/
|
|
10154
|
+
ratio?: string;
|
|
10155
|
+
viewPoints?: GetCustomTopicSelectionPerspectiveAnalysisTaskResponseBodyDataCustomViewPointsResultAttitudesViewPoints[];
|
|
10156
|
+
static names(): {
|
|
10157
|
+
[key: string]: string;
|
|
10158
|
+
};
|
|
10159
|
+
static types(): {
|
|
10160
|
+
[key: string]: any;
|
|
10161
|
+
};
|
|
10162
|
+
constructor(map?: {
|
|
10163
|
+
[key: string]: any;
|
|
10164
|
+
});
|
|
10165
|
+
}
|
|
10166
|
+
export declare class GetCustomTopicSelectionPerspectiveAnalysisTaskResponseBodyDataCustomViewPointsResult extends $tea.Model {
|
|
10167
|
+
attitudes?: GetCustomTopicSelectionPerspectiveAnalysisTaskResponseBodyDataCustomViewPointsResultAttitudes[];
|
|
10168
|
+
/**
|
|
10169
|
+
* @example
|
|
10170
|
+
* 热点主题事件
|
|
10171
|
+
*/
|
|
10172
|
+
topic?: string;
|
|
10173
|
+
static names(): {
|
|
10174
|
+
[key: string]: string;
|
|
10175
|
+
};
|
|
10176
|
+
static types(): {
|
|
10177
|
+
[key: string]: any;
|
|
10178
|
+
};
|
|
10179
|
+
constructor(map?: {
|
|
10180
|
+
[key: string]: any;
|
|
10181
|
+
});
|
|
10182
|
+
}
|
|
10183
|
+
export declare class GetCustomTopicSelectionPerspectiveAnalysisTaskResponseBodyData extends $tea.Model {
|
|
10184
|
+
customViewPointsResult?: GetCustomTopicSelectionPerspectiveAnalysisTaskResponseBodyDataCustomViewPointsResult;
|
|
10185
|
+
/**
|
|
10186
|
+
* @example
|
|
10187
|
+
* 错误信息
|
|
10188
|
+
*/
|
|
10189
|
+
errorMessage?: string;
|
|
10190
|
+
/**
|
|
10191
|
+
* @example
|
|
10192
|
+
* FAILED
|
|
10193
|
+
*/
|
|
10194
|
+
status?: string;
|
|
10195
|
+
static names(): {
|
|
10196
|
+
[key: string]: string;
|
|
10197
|
+
};
|
|
10198
|
+
static types(): {
|
|
10199
|
+
[key: string]: any;
|
|
10200
|
+
};
|
|
10201
|
+
constructor(map?: {
|
|
10202
|
+
[key: string]: any;
|
|
10203
|
+
});
|
|
10204
|
+
}
|
|
10205
|
+
export declare class GetDataSourceOrderConfigResponseBodyDataUserConfigDataSourceList extends $tea.Model {
|
|
10206
|
+
/**
|
|
10207
|
+
* @example
|
|
10208
|
+
* QuarkCommonNews
|
|
10209
|
+
*/
|
|
10210
|
+
code?: string;
|
|
10211
|
+
name?: string;
|
|
10212
|
+
/**
|
|
10213
|
+
* @example
|
|
10214
|
+
* 20
|
|
10215
|
+
*/
|
|
10216
|
+
number?: number;
|
|
10217
|
+
/**
|
|
10218
|
+
* @example
|
|
10219
|
+
* SystemSearch
|
|
10220
|
+
*/
|
|
10221
|
+
type?: string;
|
|
10222
|
+
static names(): {
|
|
10223
|
+
[key: string]: string;
|
|
10224
|
+
};
|
|
10225
|
+
static types(): {
|
|
10226
|
+
[key: string]: any;
|
|
10227
|
+
};
|
|
10228
|
+
constructor(map?: {
|
|
10229
|
+
[key: string]: any;
|
|
10230
|
+
});
|
|
10231
|
+
}
|
|
10232
|
+
export declare class GetDataSourceOrderConfigResponseBodyData extends $tea.Model {
|
|
10233
|
+
userConfigDataSourceList?: GetDataSourceOrderConfigResponseBodyDataUserConfigDataSourceList[];
|
|
10234
|
+
static names(): {
|
|
10235
|
+
[key: string]: string;
|
|
10236
|
+
};
|
|
10237
|
+
static types(): {
|
|
10238
|
+
[key: string]: any;
|
|
10239
|
+
};
|
|
10240
|
+
constructor(map?: {
|
|
10241
|
+
[key: string]: any;
|
|
10242
|
+
});
|
|
10243
|
+
}
|
|
10244
|
+
export declare class GetDocClusterTaskResponseBodyDataTopics extends $tea.Model {
|
|
10245
|
+
docIds?: string[];
|
|
9487
10246
|
/**
|
|
9488
10247
|
* @example
|
|
9489
|
-
*
|
|
10248
|
+
* 聚类主题摘要
|
|
9490
10249
|
*/
|
|
9491
|
-
|
|
10250
|
+
summary?: string;
|
|
9492
10251
|
/**
|
|
9493
10252
|
* @example
|
|
9494
|
-
*
|
|
10253
|
+
* 聚类主题名
|
|
9495
10254
|
*/
|
|
9496
|
-
|
|
10255
|
+
title?: string;
|
|
9497
10256
|
static names(): {
|
|
9498
10257
|
[key: string]: string;
|
|
9499
10258
|
};
|
|
@@ -9504,18 +10263,18 @@ export declare class GetCustomTopicSelectionPerspectiveAnalysisTaskResponseBodyD
|
|
|
9504
10263
|
[key: string]: any;
|
|
9505
10264
|
});
|
|
9506
10265
|
}
|
|
9507
|
-
export declare class
|
|
9508
|
-
outlines?: GetCustomTopicSelectionPerspectiveAnalysisTaskResponseBodyDataCustomViewPointsResultAttitudesViewPointsOutlines[];
|
|
10266
|
+
export declare class GetDocClusterTaskResponseBodyData extends $tea.Model {
|
|
9509
10267
|
/**
|
|
9510
10268
|
* @example
|
|
9511
|
-
*
|
|
10269
|
+
* 错误信息
|
|
9512
10270
|
*/
|
|
9513
|
-
|
|
10271
|
+
errorMessage?: string;
|
|
9514
10272
|
/**
|
|
9515
10273
|
* @example
|
|
9516
|
-
*
|
|
10274
|
+
* PENDING
|
|
9517
10275
|
*/
|
|
9518
|
-
|
|
10276
|
+
status?: string;
|
|
10277
|
+
topics?: GetDocClusterTaskResponseBodyDataTopics[];
|
|
9519
10278
|
static names(): {
|
|
9520
10279
|
[key: string]: string;
|
|
9521
10280
|
};
|
|
@@ -9526,23 +10285,22 @@ export declare class GetCustomTopicSelectionPerspectiveAnalysisTaskResponseBodyD
|
|
|
9526
10285
|
[key: string]: any;
|
|
9527
10286
|
});
|
|
9528
10287
|
}
|
|
9529
|
-
export declare class
|
|
10288
|
+
export declare class GetEnterpriseVocAnalysisTaskResponseBodyDataStatisticsOverviewFilterDimensionStatisticsTagValueCountStatistic extends $tea.Model {
|
|
9530
10289
|
/**
|
|
9531
10290
|
* @example
|
|
9532
|
-
*
|
|
10291
|
+
* xxx
|
|
9533
10292
|
*/
|
|
9534
|
-
|
|
10293
|
+
tagName?: string;
|
|
9535
10294
|
/**
|
|
9536
10295
|
* @example
|
|
9537
|
-
*
|
|
10296
|
+
* multiTagValues
|
|
9538
10297
|
*/
|
|
9539
|
-
|
|
10298
|
+
tagTaskType?: string;
|
|
9540
10299
|
/**
|
|
9541
10300
|
* @example
|
|
9542
|
-
*
|
|
10301
|
+
* 100
|
|
9543
10302
|
*/
|
|
9544
|
-
|
|
9545
|
-
viewPoints?: GetCustomTopicSelectionPerspectiveAnalysisTaskResponseBodyDataCustomViewPointsResultAttitudesViewPoints[];
|
|
10303
|
+
valueCount?: number;
|
|
9546
10304
|
static names(): {
|
|
9547
10305
|
[key: string]: string;
|
|
9548
10306
|
};
|
|
@@ -9553,13 +10311,8 @@ export declare class GetCustomTopicSelectionPerspectiveAnalysisTaskResponseBodyD
|
|
|
9553
10311
|
[key: string]: any;
|
|
9554
10312
|
});
|
|
9555
10313
|
}
|
|
9556
|
-
export declare class
|
|
9557
|
-
|
|
9558
|
-
/**
|
|
9559
|
-
* @example
|
|
9560
|
-
* 热点主题事件
|
|
9561
|
-
*/
|
|
9562
|
-
topic?: string;
|
|
10314
|
+
export declare class GetEnterpriseVocAnalysisTaskResponseBodyDataStatisticsOverviewFilterDimensionStatistics extends $tea.Model {
|
|
10315
|
+
tagValueCountStatistic?: GetEnterpriseVocAnalysisTaskResponseBodyDataStatisticsOverviewFilterDimensionStatisticsTagValueCountStatistic[];
|
|
9563
10316
|
static names(): {
|
|
9564
10317
|
[key: string]: string;
|
|
9565
10318
|
};
|
|
@@ -9570,18 +10323,22 @@ export declare class GetCustomTopicSelectionPerspectiveAnalysisTaskResponseBodyD
|
|
|
9570
10323
|
[key: string]: any;
|
|
9571
10324
|
});
|
|
9572
10325
|
}
|
|
9573
|
-
export declare class
|
|
9574
|
-
customViewPointsResult?: GetCustomTopicSelectionPerspectiveAnalysisTaskResponseBodyDataCustomViewPointsResult;
|
|
10326
|
+
export declare class GetEnterpriseVocAnalysisTaskResponseBodyDataStatisticsOverviewTagDimensionStatisticsTagValueCountStatistic extends $tea.Model {
|
|
9575
10327
|
/**
|
|
9576
10328
|
* @example
|
|
9577
|
-
*
|
|
10329
|
+
* xxx
|
|
9578
10330
|
*/
|
|
9579
|
-
|
|
10331
|
+
tagName?: string;
|
|
9580
10332
|
/**
|
|
9581
10333
|
* @example
|
|
9582
|
-
*
|
|
10334
|
+
* multiTagValues
|
|
9583
10335
|
*/
|
|
9584
|
-
|
|
10336
|
+
tagTaskType?: string;
|
|
10337
|
+
/**
|
|
10338
|
+
* @example
|
|
10339
|
+
* 100
|
|
10340
|
+
*/
|
|
10341
|
+
valueCount?: number;
|
|
9585
10342
|
static names(): {
|
|
9586
10343
|
[key: string]: string;
|
|
9587
10344
|
};
|
|
@@ -9592,23 +10349,8 @@ export declare class GetCustomTopicSelectionPerspectiveAnalysisTaskResponseBodyD
|
|
|
9592
10349
|
[key: string]: any;
|
|
9593
10350
|
});
|
|
9594
10351
|
}
|
|
9595
|
-
export declare class
|
|
9596
|
-
|
|
9597
|
-
* @example
|
|
9598
|
-
* QuarkCommonNews
|
|
9599
|
-
*/
|
|
9600
|
-
code?: string;
|
|
9601
|
-
name?: string;
|
|
9602
|
-
/**
|
|
9603
|
-
* @example
|
|
9604
|
-
* 20
|
|
9605
|
-
*/
|
|
9606
|
-
number?: number;
|
|
9607
|
-
/**
|
|
9608
|
-
* @example
|
|
9609
|
-
* SystemSearch
|
|
9610
|
-
*/
|
|
9611
|
-
type?: string;
|
|
10352
|
+
export declare class GetEnterpriseVocAnalysisTaskResponseBodyDataStatisticsOverviewTagDimensionStatistics extends $tea.Model {
|
|
10353
|
+
tagValueCountStatistic?: GetEnterpriseVocAnalysisTaskResponseBodyDataStatisticsOverviewTagDimensionStatisticsTagValueCountStatistic[];
|
|
9612
10354
|
static names(): {
|
|
9613
10355
|
[key: string]: string;
|
|
9614
10356
|
};
|
|
@@ -9619,8 +10361,14 @@ export declare class GetDataSourceOrderConfigResponseBodyDataUserConfigDataSourc
|
|
|
9619
10361
|
[key: string]: any;
|
|
9620
10362
|
});
|
|
9621
10363
|
}
|
|
9622
|
-
export declare class
|
|
9623
|
-
|
|
10364
|
+
export declare class GetEnterpriseVocAnalysisTaskResponseBodyDataStatisticsOverview extends $tea.Model {
|
|
10365
|
+
/**
|
|
10366
|
+
* @example
|
|
10367
|
+
* 100
|
|
10368
|
+
*/
|
|
10369
|
+
count?: number;
|
|
10370
|
+
filterDimensionStatistics?: GetEnterpriseVocAnalysisTaskResponseBodyDataStatisticsOverviewFilterDimensionStatistics;
|
|
10371
|
+
tagDimensionStatistics?: GetEnterpriseVocAnalysisTaskResponseBodyDataStatisticsOverviewTagDimensionStatistics;
|
|
9624
10372
|
static names(): {
|
|
9625
10373
|
[key: string]: string;
|
|
9626
10374
|
};
|
|
@@ -9631,18 +10379,17 @@ export declare class GetDataSourceOrderConfigResponseBodyData extends $tea.Model
|
|
|
9631
10379
|
[key: string]: any;
|
|
9632
10380
|
});
|
|
9633
10381
|
}
|
|
9634
|
-
export declare class
|
|
9635
|
-
docIds?: string[];
|
|
10382
|
+
export declare class GetEnterpriseVocAnalysisTaskResponseBodyDataUsage extends $tea.Model {
|
|
9636
10383
|
/**
|
|
9637
10384
|
* @example
|
|
9638
|
-
*
|
|
10385
|
+
* 200
|
|
9639
10386
|
*/
|
|
9640
|
-
|
|
10387
|
+
inputTokens?: number;
|
|
9641
10388
|
/**
|
|
9642
10389
|
* @example
|
|
9643
|
-
*
|
|
10390
|
+
* 100
|
|
9644
10391
|
*/
|
|
9645
|
-
|
|
10392
|
+
outputTokens?: number;
|
|
9646
10393
|
static names(): {
|
|
9647
10394
|
[key: string]: string;
|
|
9648
10395
|
};
|
|
@@ -9653,18 +10400,19 @@ export declare class GetDocClusterTaskResponseBodyDataTopics extends $tea.Model
|
|
|
9653
10400
|
[key: string]: any;
|
|
9654
10401
|
});
|
|
9655
10402
|
}
|
|
9656
|
-
export declare class
|
|
10403
|
+
export declare class GetEnterpriseVocAnalysisTaskResponseBodyData extends $tea.Model {
|
|
9657
10404
|
/**
|
|
9658
10405
|
* @example
|
|
9659
|
-
*
|
|
10406
|
+
* error
|
|
9660
10407
|
*/
|
|
9661
10408
|
errorMessage?: string;
|
|
10409
|
+
statisticsOverview?: GetEnterpriseVocAnalysisTaskResponseBodyDataStatisticsOverview;
|
|
9662
10410
|
/**
|
|
9663
10411
|
* @example
|
|
9664
|
-
*
|
|
10412
|
+
* SUCCESSED
|
|
9665
10413
|
*/
|
|
9666
10414
|
status?: string;
|
|
9667
|
-
|
|
10415
|
+
usage?: GetEnterpriseVocAnalysisTaskResponseBodyDataUsage;
|
|
9668
10416
|
static names(): {
|
|
9669
10417
|
[key: string]: string;
|
|
9670
10418
|
};
|
|
@@ -11374,6 +12122,60 @@ export declare class InsertInterveneRuleResponseBodyData extends $tea.Model {
|
|
|
11374
12122
|
[key: string]: any;
|
|
11375
12123
|
});
|
|
11376
12124
|
}
|
|
12125
|
+
export declare class ListAnalysisTagDetailByTaskIdResponseBodyDataContentTags extends $tea.Model {
|
|
12126
|
+
/**
|
|
12127
|
+
* @example
|
|
12128
|
+
* xxx
|
|
12129
|
+
*/
|
|
12130
|
+
summaryOverview?: string;
|
|
12131
|
+
/**
|
|
12132
|
+
* @example
|
|
12133
|
+
* xxx
|
|
12134
|
+
*/
|
|
12135
|
+
tagName?: string;
|
|
12136
|
+
tags?: string[];
|
|
12137
|
+
static names(): {
|
|
12138
|
+
[key: string]: string;
|
|
12139
|
+
};
|
|
12140
|
+
static types(): {
|
|
12141
|
+
[key: string]: any;
|
|
12142
|
+
};
|
|
12143
|
+
constructor(map?: {
|
|
12144
|
+
[key: string]: any;
|
|
12145
|
+
});
|
|
12146
|
+
}
|
|
12147
|
+
export declare class ListAnalysisTagDetailByTaskIdResponseBodyData extends $tea.Model {
|
|
12148
|
+
/**
|
|
12149
|
+
* @example
|
|
12150
|
+
* xxx
|
|
12151
|
+
*/
|
|
12152
|
+
content?: string;
|
|
12153
|
+
contentTags?: ListAnalysisTagDetailByTaskIdResponseBodyDataContentTags[];
|
|
12154
|
+
/**
|
|
12155
|
+
* @example
|
|
12156
|
+
* 112
|
|
12157
|
+
*/
|
|
12158
|
+
id?: number;
|
|
12159
|
+
/**
|
|
12160
|
+
* @example
|
|
12161
|
+
* summaryAndOverview
|
|
12162
|
+
*/
|
|
12163
|
+
tagTaskType?: string;
|
|
12164
|
+
/**
|
|
12165
|
+
* @example
|
|
12166
|
+
* xxx
|
|
12167
|
+
*/
|
|
12168
|
+
taskId?: string;
|
|
12169
|
+
static names(): {
|
|
12170
|
+
[key: string]: string;
|
|
12171
|
+
};
|
|
12172
|
+
static types(): {
|
|
12173
|
+
[key: string]: any;
|
|
12174
|
+
};
|
|
12175
|
+
constructor(map?: {
|
|
12176
|
+
[key: string]: any;
|
|
12177
|
+
});
|
|
12178
|
+
}
|
|
11377
12179
|
export declare class ListAsyncTasksResponseBodyData extends $tea.Model {
|
|
11378
12180
|
/**
|
|
11379
12181
|
* @example
|
|
@@ -15303,6 +16105,89 @@ export declare class SubmitDocClusterTaskResponseBodyData extends $tea.Model {
|
|
|
15303
16105
|
[key: string]: any;
|
|
15304
16106
|
});
|
|
15305
16107
|
}
|
|
16108
|
+
export declare class SubmitEnterpriseVocAnalysisTaskRequestContentTags extends $tea.Model {
|
|
16109
|
+
/**
|
|
16110
|
+
* @example
|
|
16111
|
+
* 一级标签-二级标签
|
|
16112
|
+
*/
|
|
16113
|
+
tagDefinePrompt?: string;
|
|
16114
|
+
/**
|
|
16115
|
+
* @example
|
|
16116
|
+
* 一级标签-二级标签
|
|
16117
|
+
*/
|
|
16118
|
+
tagName?: string;
|
|
16119
|
+
/**
|
|
16120
|
+
* @example
|
|
16121
|
+
* singleTagValue
|
|
16122
|
+
*/
|
|
16123
|
+
tagTaskType?: string;
|
|
16124
|
+
tagValueDefinePrompt?: string;
|
|
16125
|
+
static names(): {
|
|
16126
|
+
[key: string]: string;
|
|
16127
|
+
};
|
|
16128
|
+
static types(): {
|
|
16129
|
+
[key: string]: any;
|
|
16130
|
+
};
|
|
16131
|
+
constructor(map?: {
|
|
16132
|
+
[key: string]: any;
|
|
16133
|
+
});
|
|
16134
|
+
}
|
|
16135
|
+
export declare class SubmitEnterpriseVocAnalysisTaskRequestContents extends $tea.Model {
|
|
16136
|
+
extraInfo?: string;
|
|
16137
|
+
text?: string;
|
|
16138
|
+
static names(): {
|
|
16139
|
+
[key: string]: string;
|
|
16140
|
+
};
|
|
16141
|
+
static types(): {
|
|
16142
|
+
[key: string]: any;
|
|
16143
|
+
};
|
|
16144
|
+
constructor(map?: {
|
|
16145
|
+
[key: string]: any;
|
|
16146
|
+
});
|
|
16147
|
+
}
|
|
16148
|
+
export declare class SubmitEnterpriseVocAnalysisTaskRequestFilterTags extends $tea.Model {
|
|
16149
|
+
/**
|
|
16150
|
+
* @example
|
|
16151
|
+
* 一级标签-二级标签
|
|
16152
|
+
*/
|
|
16153
|
+
tagDefinePrompt?: string;
|
|
16154
|
+
/**
|
|
16155
|
+
* @example
|
|
16156
|
+
* 一级标签-二级标签
|
|
16157
|
+
*/
|
|
16158
|
+
tagName?: string;
|
|
16159
|
+
/**
|
|
16160
|
+
* @example
|
|
16161
|
+
* singleTagValue
|
|
16162
|
+
*/
|
|
16163
|
+
tagType?: string;
|
|
16164
|
+
tagValueDefinePrompt?: string;
|
|
16165
|
+
static names(): {
|
|
16166
|
+
[key: string]: string;
|
|
16167
|
+
};
|
|
16168
|
+
static types(): {
|
|
16169
|
+
[key: string]: any;
|
|
16170
|
+
};
|
|
16171
|
+
constructor(map?: {
|
|
16172
|
+
[key: string]: any;
|
|
16173
|
+
});
|
|
16174
|
+
}
|
|
16175
|
+
export declare class SubmitEnterpriseVocAnalysisTaskResponseBodyData extends $tea.Model {
|
|
16176
|
+
/**
|
|
16177
|
+
* @example
|
|
16178
|
+
* xxxxx
|
|
16179
|
+
*/
|
|
16180
|
+
taskId?: string;
|
|
16181
|
+
static names(): {
|
|
16182
|
+
[key: string]: string;
|
|
16183
|
+
};
|
|
16184
|
+
static types(): {
|
|
16185
|
+
[key: string]: any;
|
|
16186
|
+
};
|
|
16187
|
+
constructor(map?: {
|
|
16188
|
+
[key: string]: any;
|
|
16189
|
+
});
|
|
16190
|
+
}
|
|
15306
16191
|
export declare class SubmitTopicSelectionPerspectiveAnalysisTaskRequestDocumentsComments extends $tea.Model {
|
|
15307
16192
|
text?: string;
|
|
15308
16193
|
username?: string;
|
|
@@ -15387,6 +16272,32 @@ export declare class SubmitTopicSelectionPerspectiveAnalysisTaskResponseBodyData
|
|
|
15387
16272
|
[key: string]: any;
|
|
15388
16273
|
});
|
|
15389
16274
|
}
|
|
16275
|
+
export declare class ValidateUploadTemplateResponseBodyData extends $tea.Model {
|
|
16276
|
+
/**
|
|
16277
|
+
* @example
|
|
16278
|
+
* 50
|
|
16279
|
+
*/
|
|
16280
|
+
commentCount?: number;
|
|
16281
|
+
/**
|
|
16282
|
+
* @example
|
|
16283
|
+
* 50
|
|
16284
|
+
*/
|
|
16285
|
+
dialogueCount?: number;
|
|
16286
|
+
/**
|
|
16287
|
+
* @example
|
|
16288
|
+
* 50
|
|
16289
|
+
*/
|
|
16290
|
+
totalCount?: number;
|
|
16291
|
+
static names(): {
|
|
16292
|
+
[key: string]: string;
|
|
16293
|
+
};
|
|
16294
|
+
static types(): {
|
|
16295
|
+
[key: string]: any;
|
|
16296
|
+
};
|
|
16297
|
+
constructor(map?: {
|
|
16298
|
+
[key: string]: any;
|
|
16299
|
+
});
|
|
16300
|
+
}
|
|
15390
16301
|
export default class Client extends OpenApi {
|
|
15391
16302
|
constructor(config: $OpenApi.Config);
|
|
15392
16303
|
getEndpoint(productId: string, regionId: string, endpointRule: string, network: string, suffix: string, endpointMap: {
|
|
@@ -15692,6 +16603,21 @@ export default class Client extends OpenApi {
|
|
|
15692
16603
|
* @returns GenerateViewPointResponse
|
|
15693
16604
|
*/
|
|
15694
16605
|
generateViewPoint(request: GenerateViewPointRequest): Promise<GenerateViewPointResponse>;
|
|
16606
|
+
/**
|
|
16607
|
+
* 获取某次标签挖掘结果分类
|
|
16608
|
+
*
|
|
16609
|
+
* @param request - GetCategoriesByTaskIdRequest
|
|
16610
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
16611
|
+
* @returns GetCategoriesByTaskIdResponse
|
|
16612
|
+
*/
|
|
16613
|
+
getCategoriesByTaskIdWithOptions(request: GetCategoriesByTaskIdRequest, runtime: $Util.RuntimeOptions): Promise<GetCategoriesByTaskIdResponse>;
|
|
16614
|
+
/**
|
|
16615
|
+
* 获取某次标签挖掘结果分类
|
|
16616
|
+
*
|
|
16617
|
+
* @param request - GetCategoriesByTaskIdRequest
|
|
16618
|
+
* @returns GetCategoriesByTaskIdResponse
|
|
16619
|
+
*/
|
|
16620
|
+
getCategoriesByTaskId(request: GetCategoriesByTaskIdRequest): Promise<GetCategoriesByTaskIdResponse>;
|
|
15695
16621
|
/**
|
|
15696
16622
|
* 获取自定义播报单任务结果
|
|
15697
16623
|
*
|
|
@@ -15767,6 +16693,21 @@ export default class Client extends OpenApi {
|
|
|
15767
16693
|
* @returns GetDocClusterTaskResponse
|
|
15768
16694
|
*/
|
|
15769
16695
|
getDocClusterTask(request: GetDocClusterTaskRequest): Promise<GetDocClusterTaskResponse>;
|
|
16696
|
+
/**
|
|
16697
|
+
* 获取企业VOC分析任务结果
|
|
16698
|
+
*
|
|
16699
|
+
* @param request - GetEnterpriseVocAnalysisTaskRequest
|
|
16700
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
16701
|
+
* @returns GetEnterpriseVocAnalysisTaskResponse
|
|
16702
|
+
*/
|
|
16703
|
+
getEnterpriseVocAnalysisTaskWithOptions(request: GetEnterpriseVocAnalysisTaskRequest, runtime: $Util.RuntimeOptions): Promise<GetEnterpriseVocAnalysisTaskResponse>;
|
|
16704
|
+
/**
|
|
16705
|
+
* 获取企业VOC分析任务结果
|
|
16706
|
+
*
|
|
16707
|
+
* @param request - GetEnterpriseVocAnalysisTaskRequest
|
|
16708
|
+
* @returns GetEnterpriseVocAnalysisTaskResponse
|
|
16709
|
+
*/
|
|
16710
|
+
getEnterpriseVocAnalysisTask(request: GetEnterpriseVocAnalysisTaskRequest): Promise<GetEnterpriseVocAnalysisTaskResponse>;
|
|
15770
16711
|
/**
|
|
15771
16712
|
* 文档管理-查询详情。
|
|
15772
16713
|
*
|
|
@@ -15977,6 +16918,21 @@ export default class Client extends OpenApi {
|
|
|
15977
16918
|
* @returns InsertInterveneRuleResponse
|
|
15978
16919
|
*/
|
|
15979
16920
|
insertInterveneRule(request: InsertInterveneRuleRequest): Promise<InsertInterveneRuleResponse>;
|
|
16921
|
+
/**
|
|
16922
|
+
* 分页获取企业VOC分析任务明细列表
|
|
16923
|
+
*
|
|
16924
|
+
* @param tmpReq - ListAnalysisTagDetailByTaskIdRequest
|
|
16925
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
16926
|
+
* @returns ListAnalysisTagDetailByTaskIdResponse
|
|
16927
|
+
*/
|
|
16928
|
+
listAnalysisTagDetailByTaskIdWithOptions(tmpReq: ListAnalysisTagDetailByTaskIdRequest, runtime: $Util.RuntimeOptions): Promise<ListAnalysisTagDetailByTaskIdResponse>;
|
|
16929
|
+
/**
|
|
16930
|
+
* 分页获取企业VOC分析任务明细列表
|
|
16931
|
+
*
|
|
16932
|
+
* @param request - ListAnalysisTagDetailByTaskIdRequest
|
|
16933
|
+
* @returns ListAnalysisTagDetailByTaskIdResponse
|
|
16934
|
+
*/
|
|
16935
|
+
listAnalysisTagDetailByTaskId(request: ListAnalysisTagDetailByTaskIdRequest): Promise<ListAnalysisTagDetailByTaskIdResponse>;
|
|
15980
16936
|
/**
|
|
15981
16937
|
* 查询任务列表
|
|
15982
16938
|
*
|
|
@@ -16652,6 +17608,21 @@ export default class Client extends OpenApi {
|
|
|
16652
17608
|
* @returns SubmitDocClusterTaskResponse
|
|
16653
17609
|
*/
|
|
16654
17610
|
submitDocClusterTask(request: SubmitDocClusterTaskRequest): Promise<SubmitDocClusterTaskResponse>;
|
|
17611
|
+
/**
|
|
17612
|
+
* 提交VOC异步任务
|
|
17613
|
+
*
|
|
17614
|
+
* @param tmpReq - SubmitEnterpriseVocAnalysisTaskRequest
|
|
17615
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
17616
|
+
* @returns SubmitEnterpriseVocAnalysisTaskResponse
|
|
17617
|
+
*/
|
|
17618
|
+
submitEnterpriseVocAnalysisTaskWithOptions(tmpReq: SubmitEnterpriseVocAnalysisTaskRequest, runtime: $Util.RuntimeOptions): Promise<SubmitEnterpriseVocAnalysisTaskResponse>;
|
|
17619
|
+
/**
|
|
17620
|
+
* 提交VOC异步任务
|
|
17621
|
+
*
|
|
17622
|
+
* @param request - SubmitEnterpriseVocAnalysisTaskRequest
|
|
17623
|
+
* @returns SubmitEnterpriseVocAnalysisTaskResponse
|
|
17624
|
+
*/
|
|
17625
|
+
submitEnterpriseVocAnalysisTask(request: SubmitEnterpriseVocAnalysisTaskRequest): Promise<SubmitEnterpriseVocAnalysisTaskResponse>;
|
|
16655
17626
|
/**
|
|
16656
17627
|
* 提交选题热点分析任务
|
|
16657
17628
|
*
|
|
@@ -16712,4 +17683,19 @@ export default class Client extends OpenApi {
|
|
|
16712
17683
|
* @returns UpdateMaterialDocumentResponse
|
|
16713
17684
|
*/
|
|
16714
17685
|
updateMaterialDocument(request: UpdateMaterialDocumentRequest): Promise<UpdateMaterialDocumentResponse>;
|
|
17686
|
+
/**
|
|
17687
|
+
* 校验企业VOC上传模板
|
|
17688
|
+
*
|
|
17689
|
+
* @param request - ValidateUploadTemplateRequest
|
|
17690
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
17691
|
+
* @returns ValidateUploadTemplateResponse
|
|
17692
|
+
*/
|
|
17693
|
+
validateUploadTemplateWithOptions(request: ValidateUploadTemplateRequest, runtime: $Util.RuntimeOptions): Promise<ValidateUploadTemplateResponse>;
|
|
17694
|
+
/**
|
|
17695
|
+
* 校验企业VOC上传模板
|
|
17696
|
+
*
|
|
17697
|
+
* @param request - ValidateUploadTemplateRequest
|
|
17698
|
+
* @returns ValidateUploadTemplateResponse
|
|
17699
|
+
*/
|
|
17700
|
+
validateUploadTemplate(request: ValidateUploadTemplateRequest): Promise<ValidateUploadTemplateResponse>;
|
|
16715
17701
|
}
|