User Started/Stopped Speaking Event
Outbound: Tavus tells you when the user has just started or stopped speaking so you can drive UI or backend actions at those moments.
conversation for conversation-layer app messages.
"conversation"
conversation.user.started_speaking or conversation.user.stopped_speaking.
conversation.user.started_speaking, conversation.user.stopped_speaking "conversation.user.started_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.
42
Omitted when empty.
"your-conversation-id"
UUID for this utterance when present; with speculative inference the id may change while the user is still speaking, so user.started_speaking inference_id often will not match later conversation.utterance / tool_call ids.
"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.
6

