Update actions allow you to add and delete context to the conversation in order to be able to reuse the information (context) later in the script.

The context variable that hold this information can be reused to guide the caller in the script.

Untitled

Produces allows you to add a context variable so the type is then "boolean" and the value "true".

<aside> 🔀 This is equivalent to creating a context variable, with a "Set action": type "boolean", value "true"

</aside>

Deletes allows you to delete a previously created context variable (when it was added by mistake or when it is no longer useful afterward).

Related Actions

Set action (depreciate)