Replica Started/Stopped Speaking Event
Outbound: Tavus tells you when the replica has just started or stopped speaking—use stopped events for how long it spoke and whether the user interrupted.
conversation for conversation-layer app messages.
"conversation"
conversation.replica.started_speaking or conversation.replica.stopped_speaking.
conversation.replica.started_speaking, conversation.replica.stopped_speaking "conversation.replica.stopped_speaking"
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.
201
Omitted when empty.
"your-conversation-id"
UUID for the replica utterance when present at envelope level (matches transport id). Correlate with conversation.utterance and conversation.tool_call.
"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.
4
Omitted for started_speaking. On stopped_speaking, includes how long the replica spoke and whether stop was due to interruption.

