Skip to main content

Class ChatBotSettings

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for ChatBotSettings. Chat Topic bot settings. Trigger script ids to run on bot events

Inheritance

objectChatBotSettings

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

ChatBotSettings()

Default constructor - defaults any enum props to 0.

Properties

BotMessageReceivedScriptId

Script id to run when new messages received from customer.

Property Value

int

BotName

Chatbot name

Property Value

string

BotRegisterScriptId

Script id to register/unregister chatbot. 0 if there is no bot

Property Value

int

BotSessionChangedScriptId

Script id to run when session state changes.

Property Value

int

BotSessionCreatedScriptId

Script id to run on new session.

Property Value

int

See Also

ChatAgent