Package com.bytedesk.kbase.faq
Class FaqResponse
java.lang.Object
com.bytedesk.core.base.BaseResponse
com.bytedesk.kbase.faq.FaqResponse
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
简化版FAQ响应,用于相关问题展示,避免循环依赖 -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate String
private String
private Integer
private String
private Integer
private Boolean
private LocalDateTime
private String
private Boolean
private String
private String
private List<FaqResponse.SimpleFaqResponse>
private LocalDateTime
private String
private String
private Integer
private Integer
Fields inherited from class com.bytedesk.core.base.BaseResponse
uid
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.bytedesk.core.base.BaseResponse
getCreatedAt, getUpdatedAt, toJson
-
Field Details
-
question
-
answer
-
answerList
-
isLlmQa
-
type
-
status
-
viewCount
-
clickCount
-
upCount
-
downCount
-
enabled
-
tagList
-
startDate
-
endDate
-
categoryUid
-
kbUid
-
fileUid
-
docUid
-
-
Constructor Details
-
FaqResponse
public FaqResponse()
-