Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
public class ChatTopicAgent
public ChatTopicAgent()
public virtual bool CanListen { get; set; }
public virtual bool CanManage { get; set; }
public virtual bool CanNotify { get; set; }
public virtual bool CanRespond { get; set; }
public virtual int TopicId { get; set; }
public virtual Associate User { get; set; }
Was this page helpful?