Start of the Script | Start Slot

Main function and general information

Start Slot is a start/root slot which the Agent’s Script Tree starts with. It can be a starting point of the Agent – Bot User interaction (their interaction can also start with the Incoming Request or Timer Slots).

It works the same way as the Wait For Reaction Slot. It receives the Bot User’s message and saves it in the client_message variable.

Creating and configuring the Slot

The Start Slot is created automatically once an Agent is created.

Slot’s properties

The Start Slot has no properties.

Slot’s operation

When the Interaction starts, the message sent by the Bot User is saved in the client_message variable.