II.
AgentFlowSegment JSON
Structured · liveagent-flow-segment:claude-example--user-1
User opening message json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "agent-flow-segment:claude-example--user-1",
"_kind": "AgentFlowSegment",
"_file": "extensions/session-flow-projections/session-flow-projections.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "User opening message",
"laneId": "agent-flow-lane:claude-example--human-turn",
"startedAt": "2026-05-02T00:00:00Z",
"endedAt": "2026-05-02T00:00:01Z",
"kind": "message"
},
"outgoingEdges": [
{
"from": "agent-flow-segment:claude-example--user-1",
"to": "agent-flow-lane:claude-example--human-turn",
"kind": "segment_in_lane",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "agent-flow-lane:claude-example--human-turn",
"to": "agent-flow-segment:claude-example--user-1",
"kind": "contains_segment",
"attributes": {}
}
]
}