The Set node is used to store information on variables for later use during the conversation. It acts as a way to save variables, which are pieces of data, to be accessed at different points in the conversation.

Options in Set Node

1

Set

2

Append

1. Set

Set will replace any existing value in the variable with a new one

2. Append

Append will add to an existing value in the variable.


Set Node helps to manage the information flow and prevents conflicts between different parts of the conversation. You must specify the name of the variable you want to set, ensuring clarity and organization in your bot stack.

By using the set node strategically, you can control how information is stored and retrieved, enhancing the overall user experience. It plays a crucial role in maintaining consistency and coherence in chat applications, enabling smoother interactions for users.