How to create and configure Slots

icon picker
Waiting for the Bot user's message | Wait for reaction slot

Purpose and general information

@Wait For Reaction
is a
@Slot
that puts the
@Agent
into waiting mode for a message from the
@Bot User
and stores the received message in
@client_message
@Context Variable
.
image.png
Important: The
@client_message
@Context Variable
is the only
@System Context Variables
available for overwriting in the
@Script
.

Slot creation and settings

Slot attributes

image.png
NAMEー the name of the
@Slot
that will be displayed in the
@Script Tree
. The maximum length of a field value is 40 characters. If a name is not entered, the
@Slot
will appear in the
@Script Tree
without a name.

Slot operation

When an
@Agent
passes through the
@Wait For Reaction
@Slot
, the mode of waiting for a message from the
@Bot User
is activated. The message sent by the
@Bot User
is stored in the
@client_message
@Context Variable
.
Important: The
@client_message
@Context Variable
is saved as a string, regardless of the message entered by the
@Bot User
.


Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.