English

⌘K
  1. Home
  2. English
  3. Flow Designer
  4. How to use slots

How to use slots

To use the slots you must assign a name to the variable in the appropriate field:

how to use slots in a conversational flow

In this example the user’s response will be saved in “slot_2″.

To recall this value, simply write the name of slot_2 inside the curly brackets where you need it, an example below:

{slot_2}

Below is an example of a slot recalled in the flow:

how to save and use a slot in a conversational flow

In this case, the bot will respond with the value defined by the user within the “slot_2” variable.