Tag
You can add tags to the conversation to track when a certain dialog has been triggered. This feature
is useful for obtaining helpful and insightful analytics. All the
tags of a conversation are stored 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


