Coach item โ tag_match¶
Block type: tag_match ยท Domain: coach-content
Coach items[] discriminator 'tag_match'. Splice point that selects between branches based on the user's previously-tapped tag for a referenced reply_chip_row. The
idfield is REQUIRED.
Fields¶
| Field | Type | Required | Allowed values | Notes |
|---|---|---|---|---|
id |
string | yes | minLength 1 | |
source |
string | yes | Id of a reply_chip_row earlier in the same items list. The playback layer looks up the user's stored tag for that id and matches it against branches. โ minLength 1 |
|
branches |
object | yes | Map of tag-value โ items array. The reserved key _default SHALL match when the user has not selected any tag for source (or selected a tag absent from branches). |