Tag
You can add tags to the conversation in order to know that a certain dialog has been triggered, something that can be very useful to get helpful and insightful analytics. The brain stores all the tags of a conversation in a context variable called $tags
.
The tag action supports the following operations:
- Add tags (
add
): Add new tags to the conversation (default). - Remove tags (
remove
): Remove one or more existing tags from the conversation. - Remove all tags (
clear
): Clear all tags from the conversation.
- Add
- Remove
- Clear