Uses of Class
com.bytedesk.core.thread.AbstractThreadEntity
Packages that use AbstractThreadEntity
Package
Description
智能辅助回复
https://work.weixin.qq.com/nl/act/p/c9d6b36eb873411c
Thread package containing thread models and handlers
-
Uses of AbstractThreadEntity in com.bytedesk.ai.robot_thread
Subclasses of AbstractThreadEntity in com.bytedesk.ai.robot_thread -
Uses of AbstractThreadEntity in com.bytedesk.core.thread
Subclasses of AbstractThreadEntity in com.bytedesk.core.threadModifier and TypeClassDescriptionclass
Conversation thread entity for managing chat sessions Represents a series of related messages arranged chronologically to form a coherent communication thread Used for online forums, email threads, social media, and customer service conversations Database Table: bytedesk_core_thread Purpose: Stores conversation threads, participant information, and message history Note: Each visitor to agent thread should be unique, with history records stored in thread_log table -
Uses of AbstractThreadEntity in com.bytedesk.service.visitor_thread
Subclasses of AbstractThreadEntity in com.bytedesk.service.visitor_thread