II.
InteractionPrimitive JSON
Structured · liveinteraction-primitive:voice-dictation
Voice dictation json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "interaction-primitive:voice-dictation",
"_kind": "InteractionPrimitive",
"_file": "agent-stack/interaction-primitives/voice/voice-and-audio.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "Voice dictation",
"kind": "voice",
"surface": "voice",
"description": "User dictates a prompt by voice; the host transcribes (typically via a\ncloud STT service) and feeds the transcript into the agent input pipeline.\nRequires `microphone` IO surface support.\n",
"requiresPermission": true
},
"outgoingEdges": [
{
"from": "interaction-primitive:voice-dictation",
"to": "layer:10-interaction",
"kind": "realizes",
"attributes": {}
},
{
"from": "interaction-primitive:voice-dictation",
"to": "layer:10-interaction",
"kind": "realizes",
"attributes": {}
},
{
"from": "interaction-primitive:voice-dictation",
"to": "interaction-primitive-category:voice",
"kind": "in_category"
}
],
"incomingEdges": [
{
"from": "agent-ui-impl:agent-mux.ui@current",
"to": "interaction-primitive:voice-dictation",
"kind": "supports_interaction_primitive",
"attributes": {
"attributes": {
"mechanism": "ui-control"
}
}
}
]
}