BulletTag

@Serializable
data class BulletTag(val id: String, val tag: String)

A reflector's assessment of one playbook bullet's contribution to a trajectory.

Constructors

Link copied to clipboard
constructor(id: String, tag: String)

Properties

Link copied to clipboard
val id: String

The PlaybookBulletItem.id being assessed.

Link copied to clipboard
val tag: String

One of helpful, harmful, or neutral.