Documentation Index
Fetch the complete documentation index at: https://docs.tavus.io/llms.txt
Use this file to discover all available pages before exploring further.
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"
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.