Skip to main content
Chat topic bot settings. Trigger script ids to run on bot events. Carrier object for ChatBotSettings.

Constructors

NSChatBotSettings()

Initializes a new instance of the NSChatBotSettings class.

Methods

GetBotMessageReceivedScriptId()

Returns: CRMScript.Global.Integer - Script ID to run when new messages received from customer. Example:

GetBotName()

Returns: CRMScript.Global.String - Chatbot name. Example:

GetBotRegisterScriptId()

Returns: CRMScript.Global.Integer - Script ID to register/unregister chatbot. 0 if there is no bot. Example:

GetBotSessionChangedScriptId()

Returns: CRMScript.Global.Integer - Script ID to run when session state changes. Example:

GetBotSessionCreatedScriptId()

Returns: CRMScript.Global.Integer - Script ID to run on new session. Example:

SetBotMessageReceivedScriptId(Integer)

Returns: CRMScript.Global.Void Example:

SetBotName(String)

Returns: CRMScript.Global.Void Example:

SetBotRegisterScriptId(Integer)

Returns: CRMScript.Global.Void Example:

SetBotSessionChangedScriptId(Integer)

Returns: CRMScript.Global.Void Example:

SetBotSessionCreatedScriptId(Integer)

Returns: CRMScript.Global.Void Example: