Skip to main content
User agents within a chat topic. Which users are assigned and what roles they have within the chat topic. Carrier object for ChatTopicAgent.

Constructors

NSChatTopicAgent()

Initializes a new instance of the NSChatTopicAgent class.

Methods

GetCanListen()

Returns: CRMScript.Global.Bool - True of a user can listen in on this topic. Example:

GetCanManage()

Returns: CRMScript.Global.Bool - True if the user is a manager for this topic. Example:

GetCanNotify()

Returns: CRMScript.Global.Bool - True if the user should receive notifications for this topic. Example:

GetCanRespond()

True if the user can respond to chats in this topic
Returns: CRMScript.Global.Bool Example:

GetTopicId()

Returns: CRMScript.Global.Integer - The reference to the associated chat topic. Example:

GetUser()

Returns: CRMScript.NetServer.NSAssociate - The associate that is the user agent. Example:

SetCanListen(Bool)

Returns: CRMScript.Global.Void Example:

SetCanManage(Bool)

Returns: CRMScript.Global.Void Example:

SetCanNotify(Bool)

Returns: CRMScript.Global.Void Example:

SetCanRespond(Bool)

Returns: CRMScript.Global.Void Example:

SetTopicId(Integer)

Returns: CRMScript.Global.Void Example:

SetUser(NSAssociate)

Returns: CRMScript.Global.Void Example: