{
"message_type": "conversation",
"event_type": "conversation.perception_analysis",
"seq": 128,
"conversation_id": "your-conversation-id",
"inference_id": "550e8400-e29b-41d4-a716-446655440000",
"turn_idx": 3,
"properties": {
"analysis": "Bulleted summary of recent visual / ambient observations."
}
}Perception Analysis Event
Outbound: After the conversation ends and the PAL has summarized what was visually observed, Tavus sends that full perception analysis (Raven-1 PALs).
Requires Raven-style perception; see Perception - end-of-call perception analysis.
conversation for conversation-layer app messages.
"conversation"
conversation.perception_analysis.
"conversation.perception_analysis"
Unix timestamp (seconds since epoch) indicating when this event was created. Use this to build timestamped transcripts or reconstruct the timeline of a conversation.
1746000000.123
Monotonic per event; a higher seq was emitted later. Use with turn_idx as in Event ordering and turn tracking.
42
The unique identifier for the conversation.
"c123456"
Present when the frame carries a UUID id.
"550e8400-e29b-41d4-a716-446655440000"
Turn index; increments when conversation.respond is processed. Groups utterances, tool calls, and speaking-state events for the same turn. See Event ordering and turn tracking.
3
Omitted when empty.
Show child attributes
Show child attributes

