tencentcloud-sdk-nodejs-lke 4.1.221 → 4.1.222
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/package.json
CHANGED
|
@@ -2487,6 +2487,10 @@ export interface ModifyRejectedQuestionRequest {
|
|
|
2487
2487
|
|
|
2488
2488
|
*/
|
|
2489
2489
|
RejectedBizId: string;
|
|
2490
|
+
/**
|
|
2491
|
+
* 拒答生效域: 1-不生效;2-仅开发域生效;3-仅发布域生效;4-开发域和发布域均生效
|
|
2492
|
+
*/
|
|
2493
|
+
EnableScope?: number;
|
|
2490
2494
|
}
|
|
2491
2495
|
/**
|
|
2492
2496
|
* DescribeWorkflowRun返回参数结构体
|
|
@@ -6477,49 +6481,49 @@ export interface ReleaseQA {
|
|
|
6477
6481
|
*/
|
|
6478
6482
|
export interface UnsatisfiedReply {
|
|
6479
6483
|
/**
|
|
6480
|
-
*
|
|
6484
|
+
* <p>不满意回复ID</p>
|
|
6481
6485
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6482
6486
|
*/
|
|
6483
6487
|
ReplyBizId?: string;
|
|
6484
6488
|
/**
|
|
6485
|
-
*
|
|
6489
|
+
* <p>消息记录ID</p>
|
|
6486
6490
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6487
6491
|
*/
|
|
6488
6492
|
RecordBizId?: string;
|
|
6489
6493
|
/**
|
|
6490
|
-
*
|
|
6494
|
+
* <p>用户问题</p>
|
|
6491
6495
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6492
6496
|
*/
|
|
6493
6497
|
Question?: string;
|
|
6494
6498
|
/**
|
|
6495
|
-
*
|
|
6499
|
+
* <p>问题回复</p>
|
|
6496
6500
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6497
6501
|
*/
|
|
6498
6502
|
Answer?: string;
|
|
6499
6503
|
/**
|
|
6500
|
-
*
|
|
6504
|
+
* <p>错误类型</p>
|
|
6501
6505
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6502
6506
|
*/
|
|
6503
6507
|
Reasons?: Array<string>;
|
|
6504
6508
|
/**
|
|
6505
|
-
*
|
|
6509
|
+
* <p>处理状态,0:待处理,1:已拒答,2:已忽略,3:已纠错</p>
|
|
6506
6510
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6507
6511
|
*/
|
|
6508
6512
|
Status?: number;
|
|
6509
6513
|
/**
|
|
6510
|
-
*
|
|
6514
|
+
* <p>创建时间,秒级时间戳</p>
|
|
6511
6515
|
*/
|
|
6512
6516
|
CreateTime?: string;
|
|
6513
6517
|
/**
|
|
6514
|
-
*
|
|
6518
|
+
* <p>更新时间,秒级时间戳</p>
|
|
6515
6519
|
*/
|
|
6516
6520
|
UpdateTime?: string;
|
|
6517
6521
|
/**
|
|
6518
|
-
*
|
|
6522
|
+
* <p>操作人</p>
|
|
6519
6523
|
*/
|
|
6520
6524
|
Operator?: string;
|
|
6521
6525
|
/**
|
|
6522
|
-
*
|
|
6526
|
+
* <p>自定义反馈</p>
|
|
6523
6527
|
*/
|
|
6524
6528
|
FeedbackContent?: string;
|
|
6525
6529
|
}
|