{ "message_type": "conversation", "event_type": "conversation.echo", "conversation_id": "c123456", "properties": { "modality": "text", "text": "Hey there Tim, long time no see!", "audio": "base64-encoded-audio", "sample_rate": 24000, "inference_id": "inference-id-123", "done": "true" } }
This is an event developers may broadcast to Tavus.
By broadcasting this event, you are able to tell the replica what to exactly say. This is commonly used in combination with interrupt events.
The schema is of type object.
object