II.
InteractionPrimitiveCategory JSON
Structured · liveinteraction-primitive-category:voice
Voice json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "interaction-primitive-category:voice",
"_kind": "InteractionPrimitiveCategory",
"_file": "agent-stack/interaction-primitives/voice-and-telemetry.yaml",
"_cluster": "agent-stack",
"attributes": {
"value": "voice",
"displayName": "Voice",
"description": "Microphone-driven primitives — push-to-talk dictation, voice activation."
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "interaction-primitive:voice-dictation",
"to": "interaction-primitive-category:voice",
"kind": "in_category"
}
]
}