Class ThreadIntentionRequest

java.lang.Object
com.bytedesk.core.base.BaseRequest
com.bytedesk.service.thread_intention.ThreadIntentionRequest
All Implemented Interfaces:
PageableRequest, Serializable

public class ThreadIntentionRequest extends BaseRequest
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • title

      private String title
    • type

      private String type
    • confidence

      private Double confidence
    • solution

      private String solution
    • tagList

      private List<String> tagList
    • status

      private String status
    • categoryUid

      private String categoryUid
    • threadUid

      private String threadUid
    • topic

      private String topic
  • Constructor Details

    • ThreadIntentionRequest

      public ThreadIntentionRequest()